Added, Updated and Removed Mods; Updated Readme

This commit is contained in:
2024-04-01 22:56:36 -04:00
parent 255081e1ee
commit 5caee9fba5
1056 changed files with 49175 additions and 1278 deletions
@@ -26,7 +26,7 @@ tm = 10000
speed = 0.8
helm = true
![survival_kit]
[survival_kit]
snd = interface\item_usage\bandage_surginst
anm = item_ga_bandage
cam = itemuse_anm_effects\bandage.anm
@@ -3,11 +3,11 @@ function on_mcm_load()
op = { id= "EA_settings" ,sh=true ,gr={
{ id= "friendlyfire" ,type= "slide" ,link= "ui_options_slider_disguise" ,text= "FDDA" ,size= {512,50} ,spacing= 20 },
{id = "enable_animations", type = "check", val = 1, def = true},
{id = "enable_backpack_addon", type = "check", val = 1, def = false},
{id = "enable_crouch_toggle_backpack_addon", type = "check", val = 1, def = false},
--{id = "enable_backpack_addon", type = "check", val = 1, def = false},
--{id = "enable_crouch_toggle_backpack_addon", type = "check", val = 1, def = false},
{id = "mutant_loot", type = "check", val = 1, def = true},
{id = "take_item_anim", type = "check", val = 1, def = false},
{id = "take_dist", type = "track" , val = 2, min = 0 , max = 1.0, def = 0.12, step = 0.01},
--{id = "take_item_anim", type = "check", val = 1, def = false},
--{id = "take_dist", type = "track" , val = 2, min = 0 , max = 1.0, def = 0.12, step = 0.01},
{id = "ea_debug", type = "check", val = 1, def = false},
}
}