Added, Updated and Removed Mods

Added:
- HUD Offsets Editor
- NPC Wounded Redone

Updated:
- Stealth Overhaul
- Redone Pripyat + Jupiter
- Redone Limansk and Hospital
- Outfit Animations
- Modded Executables

Removed:
- Arrival
This commit is contained in:
2024-04-06 19:17:40 -04:00
parent 6f19f2c70f
commit 3098b9f051
1720 changed files with 4928 additions and 113776 deletions
@@ -1,7 +1,6 @@
local fov_manager = outfit_animations_fov_manager
local mcm_allow_movement = outfit_animations_mcm.get_config("allow_movement")
local
function on_game_start()
RegisterScriptCallback("on_option_change", on_option_change)
@@ -72,8 +71,8 @@ function play_animation(section_name)
Invoke("play_patch_animation_restore_te", delay + length + 0.25, function()
if mcm_allow_movement then game.only_allow_movekeys(false) else level.enable_input() end
if headgear_animations then headgear_animations.enable_animations = true end
-- db.actor:activate_slot(cur_slot or 0)
-- if det_active then det_active:switch_state(1) end
db.actor:activate_slot(cur_slot or 0)
if det_active then det_active:switch_state(1) end
end)
end)
end