Go to file
Agent X a4cb43bbb9 Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
.github/ISSUE_TEMPLATE sm64coopdx 2023-10-30 01:03:36 -04:00
actors sm64coopdx 2023-10-30 01:03:36 -04:00
assets Character Animation System (#441) 2023-10-27 17:43:45 -07:00
autogen sm64coopdx 2023-10-30 01:03:36 -04:00
bin sm64coopdx 2023-10-30 01:03:36 -04:00
data sm64coopdx 2023-10-30 01:03:36 -04:00
developer Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
docs/lua Fixing smlua_level_util_get_info_from_short_name typing and bug reintroduced by commit cc4f4e9 - Instant Warp Function (#494) 2023-10-30 17:53:03 -04: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 sm64coopdx 2023-10-30 01:03:36 -04:00
levels sm64coopdx 2023-10-30 01:03:36 -04:00
lib sm64coopdx 2023-10-30 01:03:36 -04:00
mods Update PSC (#499) 2023-10-30 19:24:44 -04:00
res sm64coopdx 2023-10-30 01:03:36 -04:00
sound sm64coopdx 2023-10-30 01:03:36 -04:00
src Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
text
textures sm64coopdx 2023-10-30 01:03:36 -04:00
tools sm64coopdx 2023-10-30 01:03:36 -04: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 Fix build, add fonts to dynos packs 2023-04-02 14:58:43 -07:00
README.md sm64coopdx 2023-10-30 01:03:36 -04:00
assets.json
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.