Persist Corpses 1.0
246
19
246
19
Keeps dead bodies spawned in instead of disappearing right in front of you.
Functions similarly to the Persistent Corpses mod, but written from scratch. Despawn management is based on distance from the player rather than visibility.
Requirements:
Installation:
Add the script to your /scripts folder
Known Issues:
Changelog:
1.0: Initial release
1.1: Fixed INI not working
Functions similarly to the Persistent Corpses mod, but written from scratch. Despawn management is based on distance from the player rather than visibility.
Requirements:
- ScriptHook V
- Community ScriptHookVDotNet
Installation:
Add the script to your /scripts folder
Known Issues:
- None
Changelog:
1.0: Initial release
1.1: Fixed INI not working
Carregat per primera vegada: Fa 15 hores
Actualització més recent: Fa 8 hores
Últim descarregat: fa 2 minuts
9 Comentaris
Keeps dead bodies spawned in instead of disappearing right in front of you.
Functions similarly to the Persistent Corpses mod, but written from scratch. Despawn management is based on distance from the player rather than visibility.
Requirements:
Installation:
Add the script to your /scripts folder
Known Issues:
Changelog:
1.0: Initial release
1.1: Fixed INI not working
Functions similarly to the Persistent Corpses mod, but written from scratch. Despawn management is based on distance from the player rather than visibility.
Requirements:
- ScriptHook V
- Community ScriptHookVDotNet
Installation:
Add the script to your /scripts folder
Known Issues:
- None
Changelog:
1.0: Initial release
1.1: Fixed INI not working
Carregat per primera vegada: Fa 15 hores
Actualització més recent: Fa 8 hores
Últim descarregat: fa 2 minuts


This file has been approved automatically. If you think this file should not be here for any reason please report it.
Cool.
@LeetSombrero Doesn't this eats up RAM memory? There's a reason corpses need to disappear at some point otherwise it will probably use up too much memory, specially RAM. What's your opinion on that?
@JAM102970 There's a configurable setting for the number of corpses before despawn. By default it's 50. I have a decent machine, but if you notice lag/crashes, you're free to lower the number.
Thank you for the upgrade! I have a question - Is there any way we can make no despawing of vehicles just like this mod. The game despawn vehicle when there are too many whether destroyed or civilian, a lot of cop vehicles.
Awesome! Could you implement a similar feature in vehicles? I often encounter issues where dispatched police cars disappear after rotating the screen view, which really breaks immersion. I think it's similar to the problem with corpses vanishing.
@Pursuit929 same issue, if someone could make a mod like that it would be great,
@DEMON_PLAYZZZZ @Pursuit929 @Sezario I think this should work: https://www.gta5-mods.com/scripts/persist-vehicles
Its basically the same script but for vehicles. The thresholds have to be higher because of how many vehicles enter and exit a scene at any given time. Also cars stop spawning if there's too many already (there are INI settings to ignore/only persist wrecks)
Excellent as always