Go to file
MysterD ce9c6e1899 Add HOOK_ON_HUD_RENDER_BEHIND to the docs 2023-11-26 21:32:05 -05:00
.github/ISSUE_TEMPLATE
actors
assets
autogen
bin
data
developer
docs/lua Add HOOK_ON_HUD_RENDER_BEHIND to the docs 2023-11-26 21:32:05 -05:00
dynos/packs
include
lang
levels
lib
mods
res
sound
src
text
textures
tools
.clang-format
.clang-tidy
.gitattributes
.gitignore
CHANGES
Dockerfile
Makefile
Makefile.split
README.md
assets.json
charmap.txt
charmap_menu.txt
dynos.mk
extract_assets.py
format.sh
pisetup.sh
sm64.eu.sha1
sm64.jp.sha1
sm64.sh.sha1
sm64.us.sha1
sm64ex-coop-credits.txt
util.mk

README.md

sm64coopdx

Online multiplayer mod for SM64 that synchronizes all entities and every level for multiple players. Fork of sm64ex-coop.

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 clear ROM assets, however this is unnecessary for contributing because the .gitignore file already excludes ROM assets.

How to Play

Instructions on how to play are available on the wiki.

Goal (accomplished)

Create a mod for the PC port where multiple people can play together online.

Unlike previous multiplayer projects, this one synchronizes enemies and events. This allows players interact with the same world at the same time.

Lua

sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click here to see the Lua documentation.