Skip to content

Source code and tools for the Newer Super Mario Bros. Wii game mod

License

Notifications You must be signed in to change notification settings

2Maliao/NewerSMBW-Source-Code-for-windows-support-python3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewerSMBW Source Code for windows support python3

RedStoneMatt found a way to compile clang for windows and make it work with newer sources and Ninji (or Treeki if you prefer) fix an awful error.

To be able to install newer sources, you need to install Python 2.7 or Python 3.x on your computer, and install pyyaml and pyelftools on it The best way to do that is by using pip:

pip install pyyaml

pip install pyelftools

when it's done, you can compile newer sources by just running the makeNewerKP.bat or makeSummerSun.bat file with windows's CMD and wait for it to compile, after the compiling is finished, you'll find compiled files in the Build folder.

You can also use makeNewerKPMulti.bat or makeSummMulti.bat after modifying the code fast rebuild.Skip the step of reopening the cmd.

Have fun !

About

Source code and tools for the Newer Super Mario Bros. Wii game mod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.5%
  • Roff 12.3%
  • C 9.7%
  • PHP 2.0%
  • Python 0.7%
  • Assembly 0.6%
  • Other 1.2%