Jump to content

Modding BAT & INI File Questions


TygerxEyes

Recommended Posts

Greetings,

 

It has been a while since I have been involved in Bethesda Modding (Skyrim SE) and have a few basic questions about using .bat files to load in values and am appealing to the community to help me with some basic newbie questions about using .bat

 

I have seen these variations:

 

SetINISetting "fShipBuilderSnapDistance:Spaceship" "4.5"

SaveIniFiles

cgf "Debug.Notification" "Reset SF-X Settings"

 

vs

setgs fHandScannerScanRangeSkillMult 15

 

I am assuming (yes, I know ass-you-me) that the former adds statements and values into the .ini (e.g., StarfieldCustom.ini), saves the altered .ini, and if their is a debug.notification it defaults to the 'Reset X Setting' (say the default settings) and the latter temporarily sets the statement and value to the given though does not alter the original .ini file.

 

In addition, in all of the above lines the values do not require "=" because you are 'set' the value to the number value; whereas, if you were making changes to the original .ini and not using the .bat loading option, one would include the "=" in the actual .ini (e.g., fHandScannerScanRangeSkillMult=15).

Is my understanding correct with regard to the above?

 

 

With regard to "sStarting Console Command=bat X" can you list this command multiple times without wiping the previous

 

sStarting Console Command=bat SF-BuilderTweak

sStartingConsoleCommand=bat SF-Scan

 

OR should you add them in single line sequence - are there advantages to either approach if they both work?

 

Thank-You, in advance, for your guidance and education

Cheers, Tyger

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...