You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
fgsfds 57c203465b
Merge pull request #438 from s4Ys369/revert-434-patch-1
3 years ago
.github/ISSUE_TEMPLATE Update issue templates 3 years ago
actors give the correct textures a different name instead 3 years ago
asm Refresh 8 3 years ago
assets Refresh 3 4 years ago
bin Merge pull request #179 from dernett/fix-fullscreen-text 3 years ago
data Revert "Fixes billboarding-related problems" 3 years ago
doxygen yeet 3 years ago
enhancements Remove description for the FPS counter 3 years ago
include fix JP build 3 years ago
levels Removed majority of TARGET_N64 logic from code 3 years ago
lib forgot the actual libs 3 years ago
sound merge PC port onto the decompile 3 years ago
src Revert "Bugfix: Discord Integration crashes" 3 years ago
text refresh 6 3 years ago
tools fix segfaults in libaudiofile.cpp 3 years ago
.clang-format Refresh 1 4 years ago
.clang-tidy Refresh 1 4 years ago
.gitattributes Refresh 1 4 years ago
.gitignore Support for text-based savefiles 3 years ago
CHANGES Refresh 8 3 years ago
Dockerfile Fix emsdk install and PATH update 3 years ago
Doxyfile refresh 4 4 years ago
Jenkinsfile refresh 6 3 years ago
Makefile use GLES shaders in web build 3 years ago
Makefile.split add option to load textures from external files 3 years ago
README.md Update README.md 3 years ago
README_es_ES.md Update README_es_ES.md 3 years ago
README_pt_BR.md Create README_pt_BR.md 3 years ago
README_zh_CN.md Typo in extract_assets.py 3 years ago
SAVE_FORMAT.MD Added appropriate flags for sound mode and cap level. Documentation has been updated. 3 years ago
asmdiff.jp.sh merge PC port onto the decompile 3 years ago
asmdiff.us.sh init2 4 years ago
assets.json give the correct textures a different name instead 3 years ago
build.sh Nuke old VERSION OPT_FLAGS and add DEBUG flag 3 years ago
c2obj.py correct line endings 3 years ago
charmap.txt refresh 5 3 years ago
charmap_menu.txt refresh 5 3 years ago
diff.py Refresh 8 3 years ago
diff_settings.py Refresh 8 3 years ago
extract_assets.py revert asset version increase 3 years ago
first-diff.py Refresh 8 3 years ago
format.sh init2 4 years ago
obj2c.py correct line endings 3 years ago
pisetup.sh Update to pisetup.sh 3 years ago
rename_sym.sh Refresh 7 3 years ago
sm64.eu.sha1 init2 4 years ago
sm64.jp.sha1 init2 4 years ago
sm64.ld Refresh 8 3 years ago
sm64.sh.sha1 Refresh 7 3 years ago
sm64.us.sha1 init2 4 years ago
undefined_syms.txt Refresh 8 3 years ago

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\sm64pc on Windows and $HOME/.local/share/sm64pc 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.