Go to file
Agent X c9489ba165 Small fix 2023-11-07 16:50:56 -05:00
.github/ISSUE_TEMPLATE sm64coopdx 2023-10-30 01:03:36 -04:00
actors sm64coopdx 2023-10-30 01:03:36 -04:00
assets
autogen Small fix 2023-11-07 16:50:56 -05:00
bin sm64coopdx 2023-10-30 01:03:36 -04:00
data DynOS Skyboxes 2023-11-06 18:37:02 -05:00
developer Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
docs/lua Update info panel 2023-11-07 16:48:57 -05:00
dynos/packs/Trans Goomba sm64coopdx 2023-10-30 01:03:36 -04:00
include sm64coopdx 2023-10-30 01:03:36 -04:00
lang [ChatUpdate-v3] Added SentChatMessage-History & Added Chat-Tab-Completion for Commands,Subcommands,Playernames & Added 2 new Start-Parameters (#482) 2023-11-06 15:04:20 -05:00
levels DynOS Skyboxes 2023-11-06 18:37:02 -05:00
lib sm64coopdx 2023-10-30 01:03:36 -04:00
mods [ChatUpdate-v3] Added SentChatMessage-History & Added Chat-Tab-Completion for Commands,Subcommands,Playernames & Added 2 new Start-Parameters (#482) 2023-11-06 15:04:20 -05:00
res sm64coopdx 2023-10-30 01:03:36 -04:00
sound sm64coopdx 2023-10-30 01:03:36 -04:00
src Update info panel 2023-11-07 16:48:57 -05:00
text
textures sm64coopdx 2023-10-30 01:03:36 -04:00
tools DynOS Skyboxes 2023-11-06 18:37:02 -05:00
.clang-format
.clang-tidy
.gitattributes sm64coopdx 2023-10-30 01:03:36 -04:00
.gitignore sm64coopdx 2023-10-30 01:03:36 -04:00
CHANGES
Dockerfile sm64coopdx 2023-10-30 01:03:36 -04:00
Makefile Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
Makefile.split
README.md sm64coopdx 2023-10-30 01:03:36 -04:00
assets.json DynOS Skyboxes 2023-11-06 18:37:02 -05:00
charmap.txt
charmap_menu.txt
dynos.mk
extract_assets.py
format.sh sm64coopdx 2023-10-30 01:03:36 -04:00
pisetup.sh
sm64.eu.sha1
sm64.jp.sha1
sm64.sh.sha1
sm64.us.sha1 sm64coopdx 2023-10-30 01:03:36 -04:00
sm64ex-coop-credits.txt sm64coopdx 2023-10-30 01:03:36 -04:00
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.