ftldat
ftldat copied to clipboard
CLI tool to pack and unpack FTL .dat files
Attempted to compile Windows installer with main.py. Python reported syntax error at line 446, required parenthesis around filename Fixed this, now throwing syntax error on line 459, proper syntax unknown.
full log of error: Calebs-Mac:ftldat-master caleb$ python setup.py install Traceback (most recent call last): File "setup.py", line 8, in version=get_git_version(), File "/Users/caleb/Desktop/ftldat-master/get_git_version.py", line 90, in get_git_version raise ValueError("Cannot find the...
It allows users to run the setup.py without git command line on their computers, but you have to remember to update it regularly