An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
Find a file
2023-11-21 19:49:35 -05:00
.github/ISSUE_TEMPLATE
actors Prevent multitexture corruption in new Mario/Luigi models 2023-11-21 16:42:13 -05:00
assets
autogen Fix compilation warnings 2023-11-21 17:44:36 -05:00
bin
data Fix crash in dynos texture generation 2023-11-21 17:25:46 -05:00
developer
docs/lua Create hook_exclamation_box in place of set_exclamation_box_contents (#524) 2023-11-21 17:22:54 -05:00
dynos/packs
include Fix pause menus 2023-11-21 17:14:25 -05:00
lang Add 10 or more mod warning 2023-11-21 19:49:35 -05:00
levels
lib
mods Update cheats with Polish (thanks Jairo) 2023-11-21 17:29:01 -05:00
res
sound Fix 2 Luigi samples being from Toad's samples 2023-11-14 15:26:11 -05:00
src Add 10 or more mod warning 2023-11-21 19:49:35 -05:00
text
textures Updated Polish characters (thanks Jairo) 2023-11-21 17:30:08 -05:00
tools
.clang-format
.clang-tidy
.gitattributes
.gitignore
assets.json
CHANGES
charmap.txt
charmap_menu.txt
Dockerfile
dynos.mk
extract_assets.py
format.sh
Makefile Change output name to sm64coopdx & clean up a bit 2023-11-19 19:38:26 -05:00
Makefile.split
pisetup.sh
README.md
sm64.eu.sha1
sm64.jp.sha1
sm64.sh.sha1
sm64.us.sha1
sm64ex-coop-credits.txt
util.mk

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.