CoachMac Posted December 28, 2016 Report Share Posted December 28, 2016 Is there a way to apply the Improved WT BUG FIX with this but not have CHKS as a visible stat. I want PIM's displayed. Quote Link to comment Share on other sites More sharing options...
smozoma Posted December 28, 2016 Author Report Share Posted December 28, 2016 Try the program in this post: http://forum.nhl94.com/index.php/topic/8030-how-to-fix-the-weight-bug-gens/ Not 100% sure it does what you want, but let me know Quote Link to comment Share on other sites More sharing options...
CoachMac Posted January 11, 2017 Report Share Posted January 11, 2017 This worked! Took a bit to get what I wanted but, here is what i did. Load rom in Smozrom. Remove WT BUG FIX This puts PIM back in the game Then use NHL94 WT BUG FIX Program Option 2 Now I have an improved WT BUG FIX ROM that shows PIM. Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 14, 2018 Report Share Posted October 14, 2018 I tried running smozrom in Wine for Mac, but it felt like it was taking an eternity for it to open. In short, the application wouldn't open. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 14, 2018 Author Report Share Posted October 14, 2018 13 minutes ago, Jlsegafan2001 said: I tried running smozrom in Wine for Mac, but it felt like it was taking an eternity for it to open. In short, the application wouldn't open. There is a .py file in the zip. You can probably run that directly in your OS instead of Wine. You may need to install Python 3 onto your system first. Be aware this is only for NHL94 Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 14, 2018 Report Share Posted October 14, 2018 8 minutes ago, smozoma said: There is a .py file in the zip. You can probably run that directly in your OS instead of Wine. You may need to install Python 3 onto your system first. Be aware this is only for NHL94 When I'm using Python 3, I see a script instead of an application. You claim that I can run it on my OS instead of Wine. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 14, 2018 Author Report Share Posted October 14, 2018 25 minutes ago, Jlsegafan2001 said: When I'm using Python 3, I see a script instead of an application. You claim that I can run it on my OS instead of Wine. Go into the terminal, go into the directory with smozrom.py (or whatever it's called) and run the command: python smozrom.py Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 14, 2018 Author Report Share Posted October 14, 2018 Might need to do this instead (note the 3) python3 smozrom.py Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 14, 2018 Report Share Posted October 14, 2018 "Invalid syntax" Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 14, 2018 Author Report Share Posted October 14, 2018 invalid syntax probably means you're using python 2 (if it's accompanied by a bunch of programming stuff in the error). If it only says "invalid syntax" then you may be entering the command wrong in the terminal. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 14, 2018 Author Report Share Posted October 14, 2018 Try this: https://docs.python.org/3/using/mac.html Also install Python 3 as it mentions Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 14, 2018 Report Share Posted October 14, 2018 I already installed Python 3, and I followed the steps given to me in the link... and I still got an invalid syntax error. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 14, 2018 Author Report Share Posted October 14, 2018 without more information i'm unable to help, sorry Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 14, 2018 Report Share Posted October 14, 2018 I tried to give as much info as possible. Quote Link to comment Share on other sites More sharing options...
chaos Posted October 14, 2018 Report Share Posted October 14, 2018 3 hours ago, Jlsegafan2001 said: I tried to give as much info as possible. @Jlnhlsegafan are you on a Mac? It's possible that python3 is not in your path. type "python3" (without quotes), and see if it gives you a prompt. If not, go to Terminal app (Under Applications/Utilities/Terminal.app) At the prompt, type: nano ~/.bash_profile This will open up a file editor window. Near the bottom, you should have something like this: # Setting PATH for Python 3.7 # The original version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}" export PATH If not, copy the above, paste it in, then to exit the file editor, press Control and X at the same time. It will prompt you at the bottom of the window if you would like to save, hit the Y button, then press the Return button. Afterwards, you will have to close the Terminal app and open it again. Then try "python3" (without quotes) again. If it works this time and gives you a python prompt, you can type "exit()" (without quotes) to exit, then try the command Smoz gave you again. Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 14, 2018 Report Share Posted October 14, 2018 The info for Python 3 shows up when I type in "python3" in the Terminal. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 15, 2018 Author Report Share Posted October 15, 2018 1 hour ago, Jlsegafan2001 said: The info for Python 3 shows up when I type in "python3" in the Terminal. Can you drag-and-drop a ROM file onto smozROM.py? What happens? If there is a syntax error, does it give extra info about it? Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 15, 2018 Report Share Posted October 15, 2018 1 minute ago, smozoma said: Can you drag-and-drop a ROM file onto smozROM.py? What happens? If there is a syntax error, does it give extra info about it? Doesn't look like I can do that. Also, the error gives no information Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 15, 2018 Author Report Share Posted October 15, 2018 10 minutes ago, Jlsegafan2001 said: Doesn't look like I can do that. Also, the error gives no information OK let's try this... Make sure you have unzipped the smozROM.zip, so you have all the loose files in a directory. Find the smozROM.py file in your file navigator (I think it's call "Finder" on mac), it should be in the smozROM/src/ directory Copy your NHL94 ROM file into the same directory. I don't know what ROM you're using, let's say it's nhl94.bin. Open a terminal and navigate to the "src" directory with smozROM.py, so that your terminal looks something like... yourname: /smozROM/src/$ Type this command and then press enter: ls (that's LS but in small letters). You should see a list of files, including smozROM.py and your ROM. Type this command: python3 smozROM.py nhl94.bin Any luck? Screenshot of your terminal window? Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 15, 2018 Report Share Posted October 15, 2018 I don't know how to navigate to the src folder using the terminal- I only know how to get there with the Finder. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 15, 2018 Author Report Share Posted October 15, 2018 1 hour ago, Jlsegafan2001 said: I don't know how to navigate to the src folder using the terminal- I only know how to get there with the Finder. https://www.macworld.com/article/2042378/master-the-command-line-navigating-files-and-folders.html Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 15, 2018 Report Share Posted October 15, 2018 Here's where I'm at now. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 15, 2018 Author Report Share Posted October 15, 2018 perfect. Try this command:python3 smozROM.py "Team Sega 94 (1).bin" Be careful with capitalization 9 minutes ago, Jlsegafan2001 said: Here's where I'm at now. Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 15, 2018 Report Share Posted October 15, 2018 ModuleNotFoundError: No module named 'msvcrt' Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 15, 2018 Author Report Share Posted October 15, 2018 16 minutes ago, Jlsegafan2001 said: ModuleNotFoundError: No module named 'msvcrt' Ahh I used a windows-specific command in the program. I'll see if I can fix it tomorrow. Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 15, 2018 Report Share Posted October 15, 2018 2 minutes ago, smozoma said: Ahh I used a windows-specific command in the program. I'll see if I can fix it tomorrow. Okay. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 16, 2018 Author Report Share Posted October 16, 2018 22 hours ago, Jlsegafan2001 said: Okay. I have updated smozROM.py and attached it to the first post in this topic. Download it and replace the old one, and try that command again from a couple messages ago. Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 16, 2018 Report Share Posted October 16, 2018 It went well... until this happened. Quote Link to comment Share on other sites More sharing options...
smozoma Posted October 16, 2018 Author Report Share Posted October 16, 2018 Just now, Jlsegafan2001 said: It went well... until this happened. Can you investigate and try to solve the problem? It's not that difficult. Quote Link to comment Share on other sites More sharing options...
Jlsegafan2001 Posted October 16, 2018 Report Share Posted October 16, 2018 I found the missing file. It was outside the src folder. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.