Go to file
Agent X e26f25e163 Hopefully fix Git corruption and readd Hide and Seek 2024-01-01 12:03:01 -05:00
.github/ISSUE_TEMPLATE
actors
assets
autogen
bin Bring back base FONT_NORMAL as FONT_ALIASED 2023-12-17 21:36:24 -05:00
data
developer Tear out External Data and make Free Cam always compile 2023-11-01 20:17:55 -04:00
docs/lua Revert "Rework First Person FOV" 2023-12-18 14:27:48 -05:00
dynos/packs
include Disable Waluigi animations for now 2023-11-26 21:31:17 -05:00
lang Consistent capitalization 2023-12-27 17:21:13 -05:00
levels
lib
mods Hopefully fix Git corruption and readd Hide and Seek 2024-01-01 12:03:01 -05:00
res Hopefully fix Git corruption and readd Hide and Seek 2024-01-01 12:03:01 -05:00
sound
src
text
textures
tools Update default mods 2023-12-24 16:05:21 -05:00
.clang-format
.clang-tidy
.gitattributes Hopefully fix Git corruption and readd Hide and Seek 2024-01-01 12:03:01 -05:00
.gitignore
CHANGES
Dockerfile
Makefile
Makefile.split
README.md
assets.json
charmap.txt refresh 5 2020-01-03 10:38:57 -05:00
charmap_menu.txt
credits.txt
dynos.mk
extract_assets.py
format.sh
pisetup.sh
sm64.eu.sha1
sm64.jp.sha1
sm64.sh.sha1
sm64.us.sha1
util.mk

README.md

sm64coopdx

Online multiplayer mod for the Super Mario 64 PC port 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

The easiest way to play is by using coopdx-patcher. Simply drag and drop your ROM into the program or run coopdx-patcher "your_rom_name.z64".

However, if you need to, you can compile yourself by following the sm64ex-coop tutorial and replacing the sm64ex-coop links with the sm64coopdx repository.

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.