File information

Last updated

Original upload

Created by

Cancerous1

Uploaded by

Cancerous1

Virus scan

Safe to use

10 comments

Comments locked

The author has locked this comment topic for the time being
  1. MardukNT
    MardukNT
    • premium
    • 33 kudos
    Locked
    Sticky
    Folks,
    Here is an example of what I added into my Fallout 4 startup file. Feel free to use as much or as little of this as you need.
    Note: the semicolon (;) allows you to include comments in your batch file, but keeps the game from running the commented text as a command.

    ;JetPack AP drain adjustments
    SetGS fjetpackdraininital 10
    SetGS fJetpackDrainSustained 1
    SetGS fjetpackthrustsustained 99.9
    SetGS fJetpackThrustInitial 500
    SetGS fJetpackTimeToSustained 0.3
    ;Makes NPCs move out of your way quicker
    SetGS fBumpReactionSmallWaitTimer 0.5
    SetGS fBumpReactionMinMoveDist 150
    SetGS fBumpReactionIdealMoveDist 250
    ;Changes Fall damage to zero
    SetGS fJumpFallHeightMin 10000
    SetGS fJumpFallHeightExponent 0
    SetGS fFallLegDamageMult 0
    ;Ultra Quality God Rays Performance Fix
    gr grid 12
    gr scale .8
    ;
    cl rim 0.002;Lessening the Character Lighting effect
    SetGS iDeathDropWeaponChance 0;Makes NPCs keep their weapons upon death
    SetGS fSprintActionPointsDrainMult 1;Allows the player to sprint nearly indefinitely
    SetGS fJumpHeightMin 350;Allows the player to jump higher
    SetGS fVATSMaxEngageDistance 15000;Lets player use VATS to engage really distant targets
    SetGS iTerminalDisplayRate 1000;Speeds up how fast text appears on terminal screens
    SetGS iHackingMaxWords 4;Never fail a terminal hack
    SetGS fWorkshopWireMaxLength 3300;Longer Power Lines (3x vanilla)
    SetGS fScopeEnteringFadeOutSec 0.000001;Speeds up scope animation
    SetGS fFastTravelSpeedMult 2;speeds up Fast Travel timescale to better match walk times
    SetGS iDaysToRespawnVendor 1;Vendor inventory and their caps reset every 24 in-game hours
    Set timescale to 6;Setting game timescale down to 6, results in a 4H real time = 24H game time ratio.
    Show timescale;A check to verify the time scale value was changed

    Hope you find this information useful.
    1. Aryell
      Aryell
      • premium
      • 13 kudos
      Extremely useful! Ty :)
  2. datgurlvialey
    datgurlvialey
    • supporter
    • 2 kudos
    Locked
    Sticky
    where can i find a list of these scripts?
    1. MardukNT
      MardukNT
      • premium
      • 33 kudos
      Here's a good site to bookmark: Fallout 4 Useful INI settings
  3. Allnamestakenlol
    Allnamestakenlol
    • supporter
    • 8 kudos
    Thanks for this - endorsed!
  4. ModzNerdz
    ModzNerdz
    • premium
    • 8 kudos
    Hey, this is a great tip! Perhaps you could create a sample BAT file and upload it, so we can DL and ENDORSE!
    1. Cancerous1
      Cancerous1
      • premium
      • 107 kudos
      okay, uploaded a sample bat file
    2. SorrelKat
      SorrelKat
      • premium
      • 13 kudos
      Also downloaded sample just so that I could endorse! This is EXACTLY the information that I was looking for! And for EXACTLY the same reason: Jetpack tweaks. Lol. Thanks!!!
    3. ThatSpartacusGuy
      ThatSpartacusGuy
      • BANNED
      • 158 kudos
      I did the same for the ability to extend an endorsement
  5. Arjy Yu
    Arjy Yu
    • supporter
    • 3 kudos
    is it possible to make these edits in Fallout4Custom.ini instead of Fallout4.ini ?
    1. Cancerous1
      Cancerous1
      • premium
      • 107 kudos
      I've heard it said, you don't own it till you open it. Give it a try and let us know. I honestly don't know.
    2. ThatSpartacusGuy
      ThatSpartacusGuy
      • BANNED
      • 158 kudos
      I just tried this on my own with notepad to turn god rays off (gr off) and to set my jump height lower (using Sirius Armor and I don't like the excessive jump boost). This works inside the Fallout Custom ini as well. Thank you for this information, Cancerous1

      Edit: I had to start a [General] section to apply this