An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
Find a file
2020-09-23 23:18:45 -07:00
.github/ISSUE_TEMPLATE
actors Rewrote how players are initialized, stored, and displayed 2020-09-06 18:52:52 -07:00
asm
assets
bin Complete rewrite of custom main menu 2020-09-13 23:57:14 -07:00
build-windows-visual-studio Added player connected/disconnected events 2020-09-18 23:06:26 -07:00
data Improvements to Bowser 2 (still not fully supported) 2020-09-23 22:00:20 -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 Rewrote synchronization for treasure chests 2020-09-19 01:40:42 -07:00
levels Rewrote how players are initialized, stored, and displayed 2020-09-06 18:52:52 -07:00
lib Fixed Linux builds 2020-09-14 23:26:55 -07:00
sound
src Synchronized Klepto 2020-09-23 23:18:45 -07:00
text
textures/segment2 Complete rewrite of custom main menu 2020-09-13 23:57:14 -07:00
tools
.clang-format
.clang-tidy
.gitattributes
.gitignore Add Discord Game SDK networking system 2020-09-13 03:27:35 -07:00
asmdiff.jp.sh
assets.json
c2obj.py
cgdb.exe.stackdump
CHANGES
charmap.txt
charmap_menu.txt
compile.sh Add development flag for easier testing 2020-09-19 02:12:49 -07:00
debug.sh Add development flag for easier testing 2020-09-19 02:12:49 -07:00
diff.py
diff_settings.py
Dockerfile
Doxyfile
dx11.sh
extract_assets.py
first-diff.py
format.sh
gdb.exe.stackdump
Jenkinsfile
Makefile Add development flag for easier testing 2020-09-19 02:12:49 -07:00
Makefile.split
network.sh Add development flag for easier testing 2020-09-19 02:12:49 -07:00
obj2c.py
pisetup.sh
README.md
README_es_ES.md
README_pt_BR.md
README_zh_CN.md
rename_sym.sh
SAVE_FORMAT.MD
sm64.eu.sha1
sm64.jp.sha1
sm64.ld
sm64.sh.sha1
sm64.us.sha1
undefined_syms.txt

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.