xXSoulSlayerXx wrote:For the people who are having trouble with the MAC version of this software about being unable to find the flt.exe of of the game:
1.Navigate to your app, then right click and show package contents. [img]http://imgur.com/Hk2Hl[/img
2.Go into your app's content folder and drag "Resources" into the the folder "MacOS". Leave the window be as we will need it later...
3.Download Grognaks Mod Manager if you haven't already(BOTH THE WINDOWS AND THE GITHUB VERSION)and open up the zips.
4.Open up "Grognak-Grognaks-Mod-Manager-44278a4" and drag __init__.py and main.py into "Grognaks Mod Manager", hence you will end up with these files in the folder "Grognaks Mod Manager".
5.Unzip easygui_version0.96.tar and open up Terminal, type "cd", hit the spacebar once and drag the "easygui_version0.96" folder from inside Grognaks Mod Manager v1.3 into the terminal window. Then copy and paste this code into your Terminal and press "Enter".Code: Select all
python setup.py install
6.Drag the newly made files "easygui.py" and "build" into "src". Highlight the files in "src" and drag them into "Grognaks Mod Manager v1.3", replacing everything. You will end up with these things in "Grognaks Mod Manager v1.3" now.
7.Pull up the window that has the contents of ftl.app displayed in it. Drag in all of the things from "Grognaks Mod Manager v1.3" into the MacOS folder(this is where ftp.exe is placed). Place the mods you want into the "mods" folder, Open up terminal, type "cd" hit the spacebar and drag "MacOS" into terminal. Copy and paste this code and hit "Enter".Code: Select all
python main.py install
8.Click on the mods you want to install, click "ok". Wait for terminal to blair out some things like confirming the mods are installed before doing the next step!
9.Drag the folder "Resources" back out into "Contents" and finally, open up ftl.app!
Oh yeah... The imgs are little question marks, but just right click em and open em in a new tab to view them! Yes, i know this is a bit long... But... it works!
I am having trouble with step number 6. The terminal doesn't create any new files for me. Heres what it says:
Last login: Sun Oct 7 15:34:34 on ttys000
Denise-Irizarrys-MacBook-Pro:~ Denise$ cd /Users/Denise/Desktop/Jacob\'s\ Games/Grognaks\ Mod\ Manager\ v1.3.zip/src/easygui_version0.96 python setup.py installDenise-Irizarrys-MacBook-Pro:easygui_version0.96 Denise$