File information

Last updated

Original upload

Created by

Cancerous1

Uploaded by

Cancerous1

Virus scan

Safe to use

About this mod

This isn't really a mod so much as an explanation to automate running script so you don't have to enter things into the console every time the game starts

Permissions and credits
Donations
If you want to autorun console commands at game launch there is an option in Fallout4prefs.ini or Fallout4custom.ini in the "[general]" section where you can enter a script command and you can divert it to a file where you can enter more than one line of script.

in Fallout4prefs.ini or Fallout4custom.ini add or change sStartingConsoleCommand as follows

[General]
sStartingConsoleCommand=bat startup


Then create a startup.txt file in the game directory and you can add multiple lines of script commands, one command per line, or reference other bat files
for example putting this in startup.txt changes the jetpack drain and time without using a mod

setgs fJetpackTimeToSustained 1.0
setgs fJetpackThrustSustained 98.0
setgs fJetpackThrustInitial 250
setgs fJetpackDrainSustained 0
setgs fJetpackDrainInital 0

You could also use TGM to set godmode on at launch if you like to cheat and are over carryweight in all your saves