32b54fac9b
Added SentChatMessages-History (including navigation) Added Tab-Completion for Main-Commands Added Tab-Completion for Sub-Commands Added Tab-Completion for Player-Names [Now finally fixed and working correctly] Improved some english translations Improved a lot of german translations Fixed a few bugs and bad code regarding "default commands" Development started on a new chat command handling system (Not in use yet) Fixed some stuff previously noted/criticized by other developers in a previous the code review Added new Start-Parameter "--playername PLAYERNAME" Added new Start-Parameter "--randomplayername" |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
actors | ||
assets | ||
autogen | ||
bin | ||
data | ||
developer | ||
docs/lua | ||
dynos/packs/Trans Goomba | ||
include | ||
lang | ||
levels | ||
lib | ||
mods | ||
res | ||
sound | ||
src | ||
text | ||
textures | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitattributes | ||
.gitignore | ||
assets.json | ||
CHANGES | ||
charmap.txt | ||
charmap_menu.txt | ||
Dockerfile | ||
dynos.mk | ||
extract_assets.py | ||
format.sh | ||
Makefile | ||
Makefile.split | ||
pisetup.sh | ||
README.md | ||
sm64.eu.sha1 | ||
sm64.jp.sha1 | ||
sm64.sh.sha1 | ||
sm64.us.sha1 | ||
sm64ex-coop-credits.txt | ||
util.mk |
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.
- The easiest way is to download coop-compiler
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.