Jump to content

fluorophore

Member
  • Posts

    4
  • Joined

  • Last visited

fluorophore's Achievements

Newbie

Newbie (1/14)

  1. Ahh that was it! On macs it seems the command "python" defaults to Python 2 even if I've tried to delete the installed version and use Python 3 instead. Navigating to the folder and using "python3 run.py" and then opening the rom and randomizing via the commands worked. Thanks so much for your help! I can't wait to use the randomizer now!!!
  2. Hahaha I love getting the weird errors! At this point, if I try to close the terminal window, it indicates that there is a process running that I would be stopping (and the same thing occurs if I go to the release folder and open run.py without using the terminal). Wills-MacBook-Air:~ fluorophore$ cd Desktop/release Wills-MacBook-Air:release fluorophore$ python run.py FERandomizer ver 0.4 Try using the 'help' command or reading the included commands.txt file to get information on how to work this thing. Remember to 'open' a ROM before you start! >>> Edit: If I hit enter at that point: >>> Traceback (most recent call last): File "/Users/fluorophore/Desktop/release/run.py", line 355, in <module> main(sys.argv) File "/Users/fluorophore/Desktop/release/run.py", line 348, in main userInput = input('>>> ') File "<string>", line 0 ^ SyntaxError: unexpected EOF while parsing Wills-MacBook-Air:release fluorophore$
  3. Okay, I tried that, and then it gave me the following. fe7.gba is the patched rom (with 0.73): Last login: Wed Dec 3 15:08:20 on ttys000 dhcp-v880-17c-00824:~ fluorophore$ cd Desktop/release dhcp-v880-17c-00824:release fluorophore$ ls COMMANDS.txt data romhacking FE7 Fix Patch V0.72.ups fe7.gba run.py Fix Patch.ups fe7script.txt save.sav README.txt future.txt script.txt cli.py rdata.py util.py cli.pyc rdata.pyc util.pyc dhcp-v880-17c-00824:release fluorophore$ python run.py fe7script.txt FERandomizer ver 0.4 Try using the 'help' command or reading the included commands.txt file to get information on how to work this thing. Remember to 'open' a ROM before you start! Traceback (most recent call last): File "run.py", line 355, in <module> main(sys.argv) File "run.py", line 344, in main os.chdir(os.path.dirname(args[0])) OSError: [Errno 2] No such file or directory: '' dhcp-v880-17c-00824:release fluorophore$ Edit: I also tried the instructions for mac users I saw on reddit and changed the file to match the error marked IMPORTANT after step 8 and that didn't do anything.
  4. Hi, I'm having an error as well trying to get the randomizer to work on OS X. I'm able to load the fe7.gba file by first opening python (tried with both 2.x and 3.x) and dragging the fe7.gba file into it, but then it won't run the commands in the script, saying that the commands are not found. Any help would be greatly appreciated since this looks like an amazing randomizer! dhcp-v880-17c-00824:release fluorophore$ open /Users/fluorophore/Desktop/release/fe7.gba dhcp-v880-17c-00824:release fluorophore$ /Users/fluorophore/Desktop/release/fe7script.txt /Users/fluorophore/Desktop/release/fe7script.txt: line 1: game: command not found does not exist.fluorophore/Desktop/release/fe7.gba /Users/fluorophore/Desktop/release/fe7script.txt: line 3: r: command not found /Users/fluorophore/Desktop/release/fe7script.txt: line 4: r: command not found : command not foundDesktop/release/fe7script.txt: line 5: dump : command not foundDesktop/release/fe7script.txt: line 6: close dhcp-v880-17c-00824:release fluorophore$
×
×
  • Create New...