Go to file
MysterD b07f0c3726 Bump version number 2023-11-26 17:43:11 -08:00
.github/ISSUE_TEMPLATE Update issue templates 2020-05-07 20:46:35 +02:00
actors Prevent new caps from corrupting romhack graphics 2023-11-26 17:42:52 -08:00
assets Character Animation System (#441) 2023-10-27 17:43:45 -07:00
autogen Disable Waluigi animations for now 2023-11-26 17:42:42 -08:00
bin Fixing up the glyphs and changing some things (#479) 2023-10-20 18:19:21 +02:00
data Make objects look up their original model id on late join 2023-11-24 23:21:25 -08:00
developer Reset dev scripts 2023-05-16 22:14:25 -07:00
docs/lua Add HOOK_ON_HUD_RENDER_BEHIND to the docs 2023-11-26 17:42:57 -08:00
doxygen yeet 2020-06-02 23:43:32 +03:00
include Disable Waluigi animations for now 2023-11-26 17:42:42 -08:00
lang simple fps display in top left corner (#527) 2023-11-22 17:04:14 -08:00
levels Keep animations in-bounds 2023-05-18 12:42:18 -07:00
lib Native Arm Support for macOS (#492) 2023-10-28 00:19:00 -07:00
misc DJUI: Added controls menu 2021-06-27 15:54:10 -07:00
mods Merge branch 'dev' into coop 2023-11-24 17:29:59 -08:00
res Bunch of macOS related changes (#467) 2023-09-13 03:08:52 -07:00
sound Fixed vanilla sounds on 32-bit 2023-06-24 13:59:19 -07:00
src Bump version number 2023-11-26 17:43:11 -08:00
text Allow course names/acts to be changed from Lua 2022-04-09 23:28:36 -07:00
textures Updated and Added Ї ї and Ґ ґ to the custom fonts (#533) 2023-11-22 00:06:07 -08:00
tools Move mac libjuice compile script to tools 2023-06-01 00:51:27 -07: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 Refresh 1 2019-09-01 15:50:50 -04:00
.gitignore Force tools to rebuild if they weren't built before the luigi sound fix 2023-04-01 17:54:21 -07:00
CHANGES Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
Dockerfile fix warnings (#203) 2022-09-30 20:02:55 -07:00
Doxyfile refresh 4 2019-12-01 21:52:53 -05:00
Jenkinsfile Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
Makefile Native Arm Support for macOS (#492) 2023-10-28 00:19:00 -07:00
Makefile.split Fix build, add fonts to dynos packs 2023-04-02 14:58:43 -07:00
README.md Clarify README (#317) 2023-03-23 17:12:50 -04:00
README_es_ES.md Remove TARGET_WEB (#159) 2022-08-25 17:32:20 -07:00
README_pt_BR.md Create README_pt_BR.md 2020-06-10 22:36:41 -03:00
README_zh_CN.md Typo in extract_assets.py 2020-05-16 15:44:55 -03:00
SAVE_FORMAT.MD Added appropriate flags for sound mode and cap level. Documentation has been updated. 2020-05-20 23:28:04 +09:00
asmdiff.jp.sh merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
assets.json Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
c2obj.py correct line endings 2020-05-16 07:36:28 +03: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
credits.txt Update credits 2022-04-06 01:31:58 -07:00
diff.py Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
diff_settings.py Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08: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
first-diff.py Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
format.sh init2 2019-08-25 00:46:40 -04:00
obj2c.py correct line endings 2020-05-16 07:36:28 +03:00
pisetup.sh Update repo_url. Rename /sm64pi/sm64pc -> /sm64pc/sm64ex 2020-07-06 19:29:52 +02:00
rename_sym.sh Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08: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.ld Added extended bounds 2022-04-06 08:40:22 -07:00
sm64.sh.sha1 Refresh 7 2020-03-01 22:42:52 -05:00
sm64.us.sha1 init2 2019-08-25 00:46:40 -04:00
undefined_syms.txt Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
util.mk Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00

README.md

sm64ex-coop

Online multiplayer mod for SM64 that synchronizes all entities and every level for multiple players. Fork of sm64pc/sm64ex.

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 remove ROM-originated content.

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

sm64ex-coop is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click here to see the Lua documentation.

Contribution

If you want to make a PR to sm64ex-coop, join the Discord server and communicate with us about your PR. We work on new sm64ex-coop releases on a private repo and push all of our changes to the main repo once we've added everything, so if you contact us we can give you access to that repo where you can PR your changes there.

Discord

https://discord.gg/TJVKHS4