Go to file
eros71-dev ff79711fb8 Fix djui_panel_host_settings.c includes
Added the missing pc/pc_main.h include that prevented it from compiling because of the "undeclared" gCoopCompatibility
2023-11-09 17:46:08 +01: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 Fix crash in tox_box_move() 2023-11-08 19:55:28 -05:00
bin sm64coopdx 2023-10-30 01:03:36 -04:00
data Cleanup from Isaac 2023-11-08 20:03:46 -05:00
developer Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
docs/lua Fix crash in tox_box_move() 2023-11-08 19:55:28 -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 Correct some Russian translations (#510) 2023-11-08 19:50:55 -05:00
levels DynOS Skyboxes 2023-11-06 18:37:02 -05:00
lib sm64coopdx 2023-10-30 01:03:36 -04:00
mods Fix timer issue with PSC (#509) 2023-11-08 19:47:40 -05:00
res sm64coopdx 2023-10-30 01:03:36 -04:00
sound sm64coopdx 2023-10-30 01:03:36 -04:00
src Fix djui_panel_host_settings.c includes 2023-11-09 17:46:08 +01: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 DynOS Skyboxes 2023-11-06 18:37:02 -05:00
.clang-format Refresh 1 2019-09-01 15:50:50 -04:00
.clang-tidy Refresh 1 2019-09-01 15:50:50 -04:00
.gitattributes sm64coopdx 2023-10-30 01:03:36 -04:00
.gitignore sm64coopdx 2023-10-30 01:03:36 -04: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 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 DynOS Skyboxes 2023-11-06 18:37:02 -05:00
charmap.txt refresh 5 2020-01-03 10:38:57 -05:00
charmap_menu.txt refresh 5 2020-01-03 10:38:57 -05:00
dynos.mk Added DynOS v1.1 without the dynamic options 2022-03-09 18:01:03 -08:00
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 Update repo_url. Rename /sm64pi/sm64pc -> /sm64pc/sm64ex 2020-07-06 19:29:52 +02:00
sm64.eu.sha1 init2 2019-08-25 00:46:40 -04:00
sm64.jp.sha1 init2 2019-08-25 00:46:40 -04:00
sm64.sh.sha1 Refresh 7 2020-03-01 22:42:52 -05:00
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.