top of page

DELETE CORPSES ON MISSION

When your character die, the body will stay if there is no script engaged on the mission. To avoid this problem to keep dead bodies on your mission, open (or make) description.ext in your mission folder and past :



corpseLimit = 20;
corpseRemovalMinTime = 500;
corpseRemovalMaxTime = 520;



CorpseLimit = correspond to dead bodies on the map accepted (more than 20 and they will be remove directly)

CorpsRemovalMinTime /Max Time : time between the body will disappear (on 500 and 520 the body will disappear between 500 and 520 seconds)

bottom of page