Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

Ingvion

Uploaded by

Ingvion

Virus scan

Some manually verified files

Tags for this mod

Mod articles

  • How to make your own cooldown duration range

    So, you want to create your own duration, hmm?


    First of all, get Creation Kit.
    Download Source Files from Miscelaneous section. Put reparentscript.psc in the \Fallout 4\Data\Scripts\Source\Base (don't forget to backup a default one), or install archive via MO.
    Open Creation Kit, navigate to Gameplay -> Papyrus Script Manager and find reparentscript in the opened Papyrus Manager window list.
    Double-click it to open source file in the external text editor.
    Find the float rndcooldown = Utility.RandomFloat(0.25, 2.5) line.

    0.25 and 2.5 are min and max values for cooldown (in game days). It means, that next RE will take place in between 0.25 days (or 24*0.25 = 6 game hours) and 2.5 days (or 24*2.5 = 60 game...