Go to file
MysterD 33d52ef31d Added version checking to clients 2020-09-11 16:19:38 -07:00
.github/ISSUE_TEMPLATE
actors Rewrote how players are initialized, stored, and displayed 2020-09-06 18:52:52 -07:00
asm merge refresh 10 2020-06-20 02:49:59 +03:00
assets
bin Created Luigi's life icon 2020-09-05 19:44:58 -07:00
build-windows-visual-studio Completely rewrote level transition synchronization code 2020-09-10 00:17:30 -07:00
data Rewrote how players are initialized, stored, and displayed 2020-09-06 18:52:52 -07:00
doxygen
enhancements Make 60 fps patch apply in case people don't realize it is already merged 2020-09-07 11:07:28 -07:00
include Allow exiting from course at any time 2020-09-08 09:52:48 -07:00
levels Rewrote how players are initialized, stored, and displayed 2020-09-06 18:52:52 -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 Added version checking to clients 2020-09-11 16:19:38 -07:00
text
textures/segment2 Added custom luigi head sprite by air 2020-09-08 12:17:24 -07:00
tools Merge pull request #395 from MartinPham/patch-4 2020-08-16 02:01:02 +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 Added version checking to clients 2020-09-11 16:19:38 -07:00
Makefile.split Fix EXTERNAL_DATA for Luigi 2020-09-05 00:11:15 -07:00
README.md Update README.md 2020-08-31 23:50:43 -07:00
README_es_ES.md
README_pt_BR.md Create README_pt_BR.md 2020-06-10 22:36:41 -03:00
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 Removed 'int' from most of networking code 2020-09-04 11:43:12 -07:00
debug.sh Removed 'int' from most of networking code 2020-09-04 11:43:12 -07:00
diff.py Refresh 10.1 2020-06-20 02:53:56 +03:00
diff_settings.py
dx11.sh Synchronize cannons as soon as they are unlocked 2020-08-31 23:49:51 -07:00
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 Fix King Bobomb dialog softlock 2020-09-10 21:26:17 -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-coop

Online cooperative multiplayer mod for SM64, aiming to synchronize all entities and every level for two players. Fork of sm64pc/sm64ex.

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.

Goal

Create a mod for the PC port where two people can play online together peer-to-peer. Unlike previous online attempts, this one will synchronize enemies and events such that you will be interacting with the same world at the same time.

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.