mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
With mod development mode on you can press the L bind while paused to reload the active mods. This reload will rescan the directories for the active modes and thus refresh their file caches. Mod development mode also enables live lua module reloading. Any time a lua module is updated, coop will live reload the functions that changed and do its best to maintain the previous variable states. --------- Co-authored-by: MysterD <myster@d> |
||
|---|---|---|
| .. | ||
| lua_constants | ||
| lua_definitions | ||
| autogen.sh | ||
| common.py | ||
| convert_constants.py | ||
| convert_functions.py | ||
| convert_structs.py | ||
| extract_constants.py | ||
| extract_display_lists.py | ||
| extract_functions.py | ||
| extract_object_fields.py | ||
| extract_structs.py | ||
| gen_hooks.py | ||
| gen_math.py | ||
| gen_sound.py | ||
| vec_types.py | ||