An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
Find a file
PeachyPeach 27db236b5d
Various bug fixes + Added is_game_paused() and more background music functions to lua (#93)
Bug: DynOS models with animations cannot swap animations if they are
     loaded via lua (smlua_model_util_get_id and
     obj_set_model_extended).
Fix: DynOS_Actor_GetActorGfx takes a graph node instead of a georef,
     and checks for DynosValidActors graph nodes if georef is NULL.

Bug: The game can crash when calling obj_set_model_extended inside a
     HOOK_ON_OBJECT_RENDER hook.
Fix: The crash happens in smlua_model_util_load_with_pool_and_cache_id
     due to pool being NULL. If the game can't allocate an
     AllocOnlyPool object, use DynOS to generate the graph node.

Bug: warp_to_level and similar functions don't trigger HOOK_ON_WARP.
Fix: Call HOOK_ON_WARP hooks in DynOS_Warp_UpdateWarp and
     DynOS_Warp_UpdateExit after level and mario initialization.

Bug: The game sometimes calls HOOK_ON_OBJECT_RENDER hooks for
     unintended objects.
Fix: Initialize hookRender field to 0 when creating an object.

Bug: Actions can't apply gfx offsets to characters that have an anim
     offset (Waluigi, Wario)
Fix: Add m->curAnimOffset to gfx.pos[1] instead of setting it to
     m->pos[1] + m->curAnimOffset, except during the jumbo star
     cutscene.
2022-05-14 14:28:25 -07:00
.github/ISSUE_TEMPLATE
actors 3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82) 2022-05-07 19:09:37 -07:00
assets
autogen Various bug fixes + Added is_game_paused() and more background music functions to lua (#93) 2022-05-14 14:28:25 -07:00
bin 3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82) 2022-05-07 19:09:37 -07:00
data Various bug fixes + Added is_game_paused() and more background music functions to lua (#93) 2022-05-14 14:28:25 -07:00
developer Clear network players on disconnect 2022-05-11 01:27:14 -07:00
docs/lua Various bug fixes + Added is_game_paused() and more background music functions to lua (#93) 2022-05-14 14:28:25 -07:00
doxygen
include Add basic Bass audio engine (#58) 2022-05-08 00:25:09 -07:00
levels Add support for custom HUD textures and faster texture packs w/o EXTERNAL_DATA 2022-05-06 22:03:12 -07:00
lib Add basic Bass audio engine (#58) 2022-05-08 00:25:09 -07:00
misc
mods Moderator (#80) 2022-05-09 23:11:39 -07:00
sound
src Various bug fixes + Added is_game_paused() and more background music functions to lua (#93) 2022-05-14 14:28:25 -07:00
text Allow course names/acts to be changed from Lua 2022-04-09 23:28:36 -07:00
textures 3-digits orange numbers; Fixed red coins and secrets bugs; Correct red coins display during pause (#82) 2022-05-07 19:09:37 -07:00
tools Fix warnings/compile errors on Linux 2022-03-13 18:45:42 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore Add basic Bass audio engine (#58) 2022-05-08 00:25:09 -07:00
asmdiff.jp.sh
assets.json
c2obj.py
CHANGES
charmap.txt
charmap_menu.txt
credits.txt Update credits 2022-04-06 01:31:58 -07:00
diff.py
diff_settings.py
Dockerfile
Doxyfile
dynos.mk
extract_assets.py
first-diff.py
format.sh
Jenkinsfile
Makefile Moderator (#80) 2022-05-09 23:11:39 -07:00
Makefile.split Fix up Makefile for coop-compiler 2022-03-21 16:46:31 -07:00
obj2c.py
pisetup.sh
README.md
README_es_ES.md
README_pt_BR.md
README_zh_CN.md
rename_sym.sh
SAVE_FORMAT.MD
sm64.eu.sha1
sm64.jp.sha1
sm64.ld Added extended bounds 2022-04-06 08:40:22 -07:00
sm64.sh.sha1
sm64.us.sha1
undefined_syms.txt
util.mk

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 online together.

Unlike previous online attempts, this one synchronized enemies and events. This allows player to be interacting with the same world at the same time.

Discord

https://discord.gg/TJVKHS4