mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
New gLevelValues exposed to lua:
pssSlideStarTime: the time limit in frames for PSS-style levels (default: 630)
pssSlideStarIndex: the index of the star spawned below the time limit for PSS-style levels (default: 1)
coinsRequiredForCoinStar: number of coins required to spawn the 7th star of a main course (default: 100)
wingCapDuration: duration in frames of the wing cap (default: 1800)
metalCapDuration: duration in frames of the metal cap (default: 600)
vanishCapDuration: duration in frames of the vanish cap (default: 600)
wingCapDurationTotwc: duration in frames of the wing cap given to the player at the entrance of TOTWC (default: 1200)
metalCapDurationCotmc: duration in frames of the metal cap given to the player at the entrance of COTMC (default: 600)
vanishCapDurationVcutm: duration in frames of the vanish cap given to the player at the entrance of VCUTM (default: 600)
Fixed a bug preventing the level music from restarting after defeating a Boss.
Fixed some bugs with 3D coins or any model with the geo_rotate_coin function:
Disable billboard and cylboard attributes.
Set the pitch and roll to 0 for the model to rotate properly.
The model no longer rotates every frame (even when the game is paused), but every time the object is updated.
|
||
|---|---|---|
| .. | ||
| behavior_data.c | ||
| behavior_table.c | ||
| dynos.c.h | ||
| dynos.cpp.h | ||
| dynos.h | ||
| dynos_bin_actor.cpp | ||
| dynos_bin_ambient_t.cpp | ||
| dynos_bin_animation.cpp | ||
| dynos_bin_col.cpp | ||
| dynos_bin_geo.cpp | ||
| dynos_bin_gfx.cpp | ||
| dynos_bin_legacy.cpp | ||
| dynos_bin_light_t.cpp | ||
| dynos_bin_lights.cpp | ||
| dynos_bin_lvl.cpp | ||
| dynos_bin_macro_object.cpp | ||
| dynos_bin_movtex.cpp | ||
| dynos_bin_movtexqc.cpp | ||
| dynos_bin_pointer.cpp | ||
| dynos_bin_read.cpp | ||
| dynos_bin_rooms.cpp | ||
| dynos_bin_tex.cpp | ||
| dynos_bin_texlist.cpp | ||
| dynos_bin_trajectory.cpp | ||
| dynos_bin_utils.cpp | ||
| dynos_bin_vtx.cpp | ||
| dynos_c.cpp | ||
| dynos_gfx_init.cpp | ||
| dynos_gfx_update.cpp | ||
| dynos_level.cpp | ||
| dynos_main.cpp | ||
| dynos_mgr_actor.cpp | ||
| dynos_mgr_anim.cpp | ||
| dynos_mgr_builtin.cpp | ||
| dynos_mgr_builtin_externs.h | ||
| dynos_mgr_builtin_tex.cpp | ||
| dynos_mgr_col.cpp | ||
| dynos_mgr_lvl.cpp | ||
| dynos_mgr_movtexqc.cpp | ||
| dynos_mgr_pack.cpp | ||
| dynos_mgr_tex.cpp | ||
| dynos_misc.cpp | ||
| dynos_opt.cpp | ||
| dynos_opt_config.cpp | ||
| dynos_opt_cont.cpp | ||
| dynos_opt_render.cpp | ||
| dynos_opt_vanilla.cpp | ||
| dynos_opt_vanilla_c.c | ||
| dynos_warps.cpp | ||