Go to file
MysterD ab9973fa4f Synchronized platform-on-tracks 2020-08-10 19:08:47 -07:00
.github/ISSUE_TEMPLATE
actors L is real 2020 2020-08-08 21:36:49 -07:00
asm merge refresh 10 2020-06-20 02:49:59 +03:00
assets
bin merge refresh 10 2020-06-20 02:49:59 +03:00
build-windows-visual-studio Synchronize area changes 2020-08-10 12:08:40 -07:00
data Gave each BehaviorScript an ID 2020-08-09 16:21:12 -07:00
doxygen
enhancements update 60fps patch 2020-07-09 17:33:04 +03:00
include Gave each BehaviorScript an ID 2020-08-09 16:21:12 -07:00
levels Added MARIO2 to all level scripts 2020-08-09 09:16:09 -07:00
lib throw out unused libultra sources 2020-06-21 02:21:46 +03:00
sound merge refresh 10 2020-06-20 02:49:59 +03:00
src Synchronized platform-on-tracks 2020-08-10 19:08:47 -07:00
text
tools Refresh 11 2020-07-05 14:15:43 +03:00
.clang-format
.clang-tidy
.gitattributes
.gitignore Fixed receiving of health, made recovery heart 2-player aware 2020-08-07 22:27:15 -07:00
CHANGES Refresh 11 2020-07-05 14:15:43 +03:00
Dockerfile merge refresh 10 2020-06-20 02:49:59 +03:00
Doxyfile
Jenkinsfile
Makefile Made sockets platform-independent, supporting Linux 2020-08-09 13:23:27 -07:00
Makefile.split merge refresh 10 2020-06-20 02:49:59 +03:00
README.md Update README.md 2020-06-24 07:58:49 -04:00
README_es_ES.md
README_pt_BR.md
README_zh_CN.md
SAVE_FORMAT.MD
asmdiff.jp.sh
assets.json merge refresh 10 2020-06-20 02:49:59 +03:00
c2obj.py
cgdb.exe.stackdump Started adding networking 2020-08-01 20:22:24 -07:00
charmap.txt
charmap_menu.txt
compile.sh Added Luigi to courtyard and BoB, fixed some crashing issues 2020-08-03 17:59:44 -07:00
debug.sh Added Luigi to courtyard and BoB, fixed some crashing issues 2020-08-03 17:59:44 -07:00
diff.py Refresh 10.1 2020-06-20 02:53:56 +03:00
diff_settings.py
extract_assets.py Refresh 10.1 2020-06-20 02:53:56 +03:00
first-diff.py merge refresh 10 2020-06-20 02:49:59 +03:00
format.sh
gdb.exe.stackdump Synchronized purple switch 2020-08-07 19:37:19 -07:00
network.sh Made sockets platform-independent, supporting Linux 2020-08-09 13:23:27 -07:00
obj2c.py
pisetup.sh Update repo_url. Rename /sm64pi/sm64pc -> /sm64pc/sm64ex 2020-07-06 19:29:52 +02:00
rename_sym.sh
sm64.eu.sha1
sm64.jp.sha1
sm64.ld merge refresh 10 2020-06-20 02:49:59 +03:00
sm64.sh.sha1
sm64.us.sha1
undefined_syms.txt

README.md

sm64ex

Fork of sm64-port/sm64-port with additional features.

Feel free to report bugs and contribute, but remember, there must be no upload of any copyrighted asset. Run ./extract_assets.py --clean && make clean or make distclean to remove ROM-originated content.

Please contribute first to the nightly branch. New functionality will be merged to master once they're considered to be well-tested.

Read this in other languages: Español, Português or 简体中文.

New features

  • Options menu with various settings, including button remapping.
  • Optional external data loading (so far only textures and assembled soundbanks), providing support for custom texture packs.
  • Optional analog camera and mouse look (using Puppycam).
  • Optional OpenGL1.3-based renderer for older machines, as well as the original GL2.1, D3D11 and D3D12 renderers from Emill's n64-fast3d-engine.
  • Option to disable drawing distances.
  • Optional model and texture fixes (e.g. the smoke texture).
  • Skip introductory Peach & Lakitu cutscenes with the --skip-intro CLI option
  • Cheats menu in Options (activate with --cheats or by pressing L thrice in the pause menu).
  • Support for both little-endian and big-endian save files (meaning you can use save files from both sm64-port and most emulators), as well as an optional text-based save format.

Recent changes in Nightly have moved the save and configuration file path to %HOMEPATH%\AppData\Roaming\sm64ex on Windows and $HOME/.local/share/sm64ex on Linux. This behaviour can be changed with the --savepath CLI option. For example --savepath . will read saves from the current directory (which not always matches the exe directory, but most of the time it does); --savepath '!' will read saves from the executable directory.

Building

For building instructions, please refer to the wiki.

Make sure you have MXE first before attempting to compile for Windows on Linux and WSL. Follow the guide on the wiki.