banner
Rating
Voted0

The limit on destruction of corpses has been increased

1
Mod version:2.1.2
Game version:all
The mod has been successfully tested for the absence of viruses
17649.72K421.55K

Report mod

  • image
modalImage

About This Mod

Either increase the limit (for RedMod only) or set it indefinitely when recycling corpses in containers.


The limit increase is only done for crates and dumpsters, but if you find another container that you would like to add, leave me a comment.

Current increased limits (see the Configuration section below for how to change them yourself):

  • boxes from 2 to 3
  • small trash containers 3 to 5
  • large dumpsters from 4 to 6

Note: I can't (currently) make the Redscript version of the increased limit, only infinite. The reason is that I can't add a property that I use to indicate whether a container limit has been set or not.



CONFIGURATION


You can configure a limited version. Open the mods\CorpseDisposalLimitIncreased\scripts\cyberpunk\devices\disposal\disposalDeviceController.script file in a text editor, locate the SetNewLimit function, and change the numbers to your preference:


private function SetNewLimit()

{

var crateLimit : Int32 = 3;

var smallDumpsterLimit : Int32 = 5;

var largeDumpsterLimit : Int32 = 6;

...



SET


For any version, simply unzip the files into the game folder.


The RedMod version requires that RedMod (DLC) be installed and active.


The Redscript version requires the installation of Redscript and all its dependencies (either RED4ext or cybercmd, but see the Redscript page for more details).



DESTROY


For the RedMod version, delete the GAME_FOLDER/mods/CorpseDisposalLimit* folder.


For the Redscript version, delete the file r6/scripts/CorpseDisposalLimitInfinite.reds.

Similar Mods/Addons

Game Version *

all (Corpse Disposal Limit Increased - RedMod-11433-2-1-2-redmod-1702073965.zip)