ser_aerochorro wrote:Here's the twist: there's no FTLGame.exe on Mac. No matter how hard you look, it just isn't there. In my version of the main.py I told the program to skip that part of the code if it was running on Mac. However, there's a solution: just make a normal text file(or anything), name it "FTLGame.exe" and put it with the mod manager. It will buy it. (The manager doesn't actually use that for anything, it's there to check that you put it in the right place, and you already did that).
Note that I will have a Mac executable, that runs anywhere, done soon. Soon like tomorrow.
I got a random text file, put it in MACOS folder, and terminal said this:
Last login: Tue Oct 9 17:41:28 on ttys000
Denise-Irizarrys-MacBook-Pro:~ Denise$ cd /Users/Denise/Desktop/Jacob\'s\ Games/FTL\ Faster\ Than\ Light.app/Contents/MacOS
Denise-Irizarrys-MacBook-Pro:MacOS Denise$ python main.py install
Traceback (most recent call last):
File "main.py", line 79, in <module>
allowzip = cfg.getboolean("settings", "allowzip")
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 368, in getboolean
v = self.get(section, option)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'settings'
Denise-Irizarrys-MacBook-Pro:MacOS Denise$