Hi, doesnt work for me idk why, did the instalation like shown in the vid and with vortex, still no progress. should work on any planet right ? i tryed it on kurtz and had no different time of sprint.. ty for any help
How would you go about merging all the bat commands for the .ini file? Just create a text file with all of them in it and refer to it? Where would I place that new file?
the default sprint cost very low with maxed fitness + boost pack training + personal atmosphere spam. it becomes almost limitless oxygen. add amp and oxygen reg consumable you fly limitlessly across maps. but only under if your inv. not full and under normal g enviroment.
my question is, is it possible to make this work "ONLY" above +1.0g enviroments. because the penalties quite harsh in such worlds,you run out off oxygen very very quickly, even when your inv not full and with all these maxed perks.
I had merged mods before in a text file and they all worked but now all of a sudden they arent and I have to put the command manually in console to get it to work any help? (EDIT: I just had to type in bat [Txt file name] into the console and I think it loaded everything. which I didnt have to do before weird)
Great mod, works on latest version! only have one question. When i download the ini file after i've put it through vortex i would like to paste the command inside my merged txt file. However, downloading your ini file does seem to give me only the command i must put under general. Why does it not pop up the command i need when putting it in merged folder.
The bat command just reads the named .txt file that is included in the mod and executes the "setgs fSprintOxygenEndBase 0" console command written in said .txt file. If you're making a merged bat file that includes all starting console commands you're going to use (which you should as it will randomly skip some if you have multiple), then you just want to add the "bat BetterSprintCosts" to your merged bat file and place the .txt in the game directory as normal
You could also list the actual commands in a merged .txt instead, but from what I've read that can run into the same issues as listing multiple bats in the .ini, though I haven't tried it myself
Regarding combining multiple text files into one in order to batch process all in one file, what is the character used to denote comments, so I can remember what does what in the cominbed file?
Yes, // at the start of a line stops that line from being processed, thereby allowing you to add comments to help keep track of what does what in the script.
28 comments
I'm wondering how we can tell if we need to use the "bat myNewAllInOneFile" command?
Is there an easy way to tell what other mods would have text files with game changing settings?
Thank you!
my question is, is it possible to make this work "ONLY" above +1.0g enviroments. because the penalties quite harsh in such worlds,you run out off oxygen very very quickly, even when your inv not full and with all these maxed perks.
Takes less time to level Fitness. Change back when you are not trying to level Fitness.
[General]
sStartingConsoleCommand=bat BetterSprintCosts
got this one from you.
but i realised by looking at the video, the guide gives me: setgs fSprintOxygenEndBase 0 which is the one i need.
So my question is rly, why and how do i find the right command like u showed with the setgs and not only the bat command? Thanks in advance!
You could also list the actual commands in a merged .txt instead, but from what I've read that can run into the same issues as listing multiple bats in the .ini, though I haven't tried it myself
Edit: think I found it, it's // right?