Rather than having everything in script/Game/ACE_Medical, scripts should be reorganized by feature, e.g.script/Game/ACE_Medical_SecondChance and script/Game/ACE_Medical_Pain. Modded script files like SCR_CharacterDamageManagerComponent.c should be split by features as well.
Rather than having everything in
script/Game/ACE_Medical
, scripts should be reorganized by feature, e.g.script/Game/ACE_Medical_SecondChance
andscript/Game/ACE_Medical_Pain
. Modded script files likeSCR_CharacterDamageManagerComponent.c
should be split by features as well.