gutko Posted November 18, 2015 Share Posted November 18, 2015 I have a console command "setfog" to be specific and Id like to run it once every time game starts. I dont want to make bat with it because it would require manual start anyway. It should run automaticaly.There was a oblivion mod that tried to do this http://www.nexusmods.com/oblivion/mods/34360/? but i have no idea how to acheive it in F4. OR maybe it can be done with some ini file? Link to comment Share on other sites More sharing options...
jgheld Posted December 17, 2015 Share Posted December 17, 2015 Add the following to fallout4.ini under [General] sStartingConsoleCommand="" put the command in the quotes. you can use a "bat autoexec" and make an autoexec.txt if you want. Link to comment Share on other sites More sharing options...
KeyC0de Posted October 22, 2017 Share Posted October 22, 2017 It doesn't work. Link to comment Share on other sites More sharing options...
Deleted3082751User Posted October 22, 2017 Share Posted October 22, 2017 (edited) @CobraL0rd 1st. create a text document in fallout 4 main folder (where the launcher is) 2. inside that new text document, put "setfog" at the very top (without quotation marks) 3. now save the new text document and rename the new text document to "fog" (again without quotation marks) 4. now go back to fallout4.ini - locate where you put the starting console command, and change it to look like this: [General]sStartingConsoleCommand=bat fog now every time you fire up fallout, it will automatically run the fog text document (meaning whatever is in that document will get executed as a console command) and it should work, the console will not load anything that is in quotation marks Note: it executes console commands right before the main options appear Note: the above is just an example, you can rename the text document to anything, as long as in the starting console command matches the name of the text document, also you can put any number of console commands in a single text document, you could even run every single console command in 1 text document if you wanted, although i do not recommend this, especially not at launch, else you will be waiting a long time before you can even play the game, for multiple command in 1 text document, they must be all in a nice neat line, so you would press enter after each command in the text document. Edited October 22, 2017 by Guest Link to comment Share on other sites More sharing options...
PDBwithMiniGun Posted September 9, 2020 Share Posted September 9, 2020 can you put multiple commands like this? gr offsetfog 1 0 Link to comment Share on other sites More sharing options...
StahlhelmTV Posted September 9, 2020 Share Posted September 9, 2020 can you put multiple commands like this? gr offsetfog 1 0Yes just put both of these into a txt file and call it something like "startupcommands.txt" and then add "bat startupcommands" instead of bat fog Link to comment Share on other sites More sharing options...
Recommended Posts