Go to file
MysterD 1e89fcc4d4 Keep console messages around until the final djui_init() 2023-11-21 17:25:43 -05:00
.github/ISSUE_TEMPLATE sm64coopdx 2023-10-30 01:03:36 -04:00
actors Prevent multitexture corruption in new Mario/Luigi models 2023-11-21 16:42:13 -05:00
assets Character Animation System (#441) 2023-10-27 17:43:45 -07:00
autogen Create `hook_exclamation_box` in place of `set_exclamation_box_contents` (#524) 2023-11-21 17:22:54 -05:00
bin sm64coopdx 2023-10-30 01:03:36 -04:00
data Keep console messages around until the final djui_init() 2023-11-21 17:25:43 -05:00
developer Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
docs/lua Create `hook_exclamation_box` in place of `set_exclamation_box_contents` (#524) 2023-11-21 17:22:54 -05:00
dynos/packs Add Coop Cafe pipe into the game as DynOS Pack 2023-11-11 19:47:31 -05:00
include Fix pause menus 2023-11-21 17:14:25 -05:00
lang Added Polish translation by Tuscan37 2023-11-21 16:41:04 -05:00
levels ENHANCE_LEVEL_TEXTURES and make all DynOS textures overridable in Lua 2023-11-11 12:15:32 -05:00
lib sm64coopdx 2023-10-30 01:03:36 -04:00
mods Remove some default mods nobody really plays 2023-11-14 21:19:34 -05:00
res sm64coopdx 2023-10-30 01:03:36 -04:00
sound Fix 2 Luigi samples being from Toad's samples 2023-11-14 15:26:11 -05:00
src Keep console messages around until the final djui_init() 2023-11-21 17:25:43 -05:00
text Allow course names/acts to be changed from Lua 2022-04-09 23:28:36 -07:00
textures sm64coopdx 2023-10-30 01:03:36 -04:00
tools Bouncy Level Bounds server option 2023-11-13 08:27:20 -05:00
.clang-format
.clang-tidy
.gitattributes sm64coopdx 2023-10-30 01:03:36 -04:00
.gitignore Ignore libc.so.1 2023-11-12 19:30:10 +01:00
CHANGES Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
Dockerfile sm64coopdx 2023-10-30 01:03:36 -04:00
Makefile Change output name to sm64coopdx & clean up a bit 2023-11-19 19:38:26 -05: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 DynOS Skyboxes 2023-11-06 18:37:02 -05:00
charmap.txt
charmap_menu.txt
dynos.mk
extract_assets.py Add Extended Soundbank (#254) 2023-03-22 19:04:16 -04:00
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 Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00

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.