Go to file
Agent X 38be365dd3 Remove mod version of Cheats
I plan to readd normal cheats when I get the chance. I do not agree with removing cheats from the game and just having a shoddily made Lua mod to replace it.
2023-12-23 11:37:02 -05:00
.github/ISSUE_TEMPLATE
actors It's better this way... 2023-12-09 14:05:19 -06:00
assets
autogen v0.1.1 version change mirror 2023-12-18 17:29:05 -05:00
bin Bring back base FONT_NORMAL as FONT_ALIASED 2023-12-17 21:36:24 -05:00
data Revert "Disable DynOS compression" 2023-12-21 17:26:47 -05:00
developer
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 Restore 64 Memories name 2023-12-21 18:39:12 -05:00
levels Fix black railing in BBH 2023-12-15 20:15:14 -05:00
lib
mods Remove mod version of Cheats 2023-12-23 11:37:02 -05:00
res Ghostbusters (Icon edition) 2023-12-11 16:51:43 -05:00
sound Remove percussion, the ext soundbank handles it as normal instruments instead 2023-12-10 06:07:05 +01:00
src Restore 64 Memories name 2023-12-21 18:39:12 -05:00
text
textures Bring back base FONT_NORMAL as FONT_ALIASED 2023-12-17 21:36:24 -05:00
tools Fix bugs and make mod import go to AppData 2023-12-18 16:22:42 -05:00
.clang-format
.clang-tidy
.gitattributes Quick fixes 2023-12-18 17:00:31 -05:00
.gitignore
CHANGES
Dockerfile
Makefile Fix remove old mod dir script in Makefile 2023-12-21 17:27:13 -05:00
Makefile.split
README.md Quick fixes 2023-12-18 17:00:31 -05:00
assets.json
charmap.txt
charmap_menu.txt
credits.txt Tidying up 2023-12-10 12:26:39 -05:00
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 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.