Stormworks: Build and Rescue

Stormworks: Build and Rescue

Hagmire Mar 2, 2023 @ 1:27pm
How to give myself infinite fuel in Career mode?
Can someone give me a basic run down of how to edit my files to enable infinite fuel on caeer mode? basically I don't want to play custom mode because it spawns tsunamis every 3 minutes along with having everything and their being zero progression or challenge, classic career is annoying for being limited and normal career basically requires you to immediately build a fuel tanker to refill your base becasue 2500 is NOTHING and theirs no fuel delivery system in game which their should be even if it's just a buy feature at the pump, I enjoy needing to earn money to get bases and vehicles but the fuel system is BROKEN.
< >
Showing 1-15 of 23 comments
ShizNator Mar 2, 2023 @ 1:28pm 
Thing is it's directly connected to all resources because it's called infinite_money :) You can edit your save and refuel manually tho give me a sec to recheck.
Last edited by ShizNator; Mar 2, 2023 @ 1:30pm
Captain Mar 2, 2023 @ 1:53pm 
How to add the custom menu https://youtu.be/9wkUEv3mwwM
Hagmire Mar 2, 2023 @ 1:57pm 
Originally posted by Captain:
How to add the custom menu https://youtu.be/9wkUEv3mwwM
Thank you!
ShizNator Mar 2, 2023 @ 2:04pm 
You can edit the fuel at base open the scene.xml of your save search for <inventories> you'll see this
<workbench> <inventories> <i c="100" d="500" j="200"/> <i c="100" d="500" j="200"> <c x="13" y="-21"/> </i> <i c="100" d="500" j="200"> <c x="14" y="-25"/> </i> <i c="100" d="500" j="200"> <c y="-2"/> </i> <i c="100" d="497.705078" j="197.705063"> <c x="-12"/> </i> <i c="100" d="496.564209" j="196.564255"> <c x="-13"/> </i> <i c="100" d="500" j="200"> <c x="15" y="-22"/> </i> <i c="100" d="500" j="200"> <c x="-19" y="-5"/> </i> <i c="100" d="500" j="200"> <c x="-20" y="-5"/> </i> <i c="100" d="500" j="200"> <c x="-13" y="-3"/> </i> <i c="100" d="500" j="200"> <c x="-6" y="-6"/> </i> <i c="100" d="500" j="200"> <c x="1" y="-4"/> </i> <i c="100" d="500" j="200"> <c x="4" y="-6"/> </i> <i c="100" d="500" j="200"> <c x="7" y="-10"/> </i> <i c="100" d="500" j="200"> <c x="-29" y="90"/> </i> <i c="100" d="500" j="200"> <c x="-29" y="91"/> </i> <i c="100" d="500" j="200"> <c x="-31" y="91"/> </i> <i c="100" d="500" j="200"> <c x="-21" y="-32"/> </i> <i c="100" d="500" j="200"> <c x="-19" y="-26"/> </i> <i c="100" d="500" j="200"> <c x="-18" y="-33"/> </i> <i c="100" d="500" j="200"> <c x="-17" y="-35"/> </i> <i c="100" d="500" j="200"> <c x="-16" y="-30"/> </i> <i c="100" d="500" j="200"> <c x="-16" y="-25"/> </i> <i c="100" d="500" j="200"> <c x="-13" y="-34"/> </i> <i c="100" d="500" j="200"> <c x="-13" y="-26"/> </i> <i c="100" d="500" j="200"> <c x="-12" y="-30"/> </i> <i c="100" d="500" j="200"> <c x="-6" y="-33"/> </i> <i c="100" d="500" j="200"> <c x="-5" y="-29"/> </i> <i c="100" d="500" j="200"> <c x="-5" y="-28"/> </i> <i c="100" d="500" j="200"> <c y="-37"/> </i> <i c="100" d="500" j="200"> <c x="2" y="-26"/> </i> <i c="100" d="500" j="200"> <c x="3" y="-30"/> </i> </inventories> </workbench>

That's all the workbenches check for the 1 that the d is low or 0 and put a high value.

c Coal d Diesel j Jet btw.
save and reload your save.
ShizNator Mar 2, 2023 @ 2:08pm 
infinite fuel is infinite everything nothing will cost you money. So it's literally playing custom. :)
Last edited by ShizNator; Mar 2, 2023 @ 2:09pm
Hagmire Mar 2, 2023 @ 2:14pm 
Originally posted by ShizNator:
infinite fuel is infinite everything nothing will cost you money. So it's literally playing custom. :)
okay ill do this thanks
ShizNator Mar 2, 2023 @ 2:19pm 
Originally posted by Hagmire84:
Originally posted by ShizNator:
infinite fuel is infinite everything nothing will cost you money. So it's literally playing custom. :)
okay ill do this thanks
It's just you said you wanted career but just want unlimited fuel but you can't have both because like I said infinite fuel is infinite resource in ui but in code it's infinite_money so it takes all the other elements you want.

Why I offered the way to top up your workbench fuel. :) You can put a big number like try 1000000.0 lol you'll be good for a while.
Last edited by ShizNator; Mar 2, 2023 @ 2:19pm
ShizNator Mar 2, 2023 @ 2:28pm 
You can even go 5000000 lol. I changed all mine to this.

c="100" d="5000000" j="2000000"

And...
https://steamcommunity.com/sharedfiles/filedetails/?id=2941340480
Hagmire Mar 2, 2023 @ 2:30pm 
Originally posted by ShizNator:
Originally posted by Hagmire84:
okay ill do this thanks
It's just you said you wanted career but just want unlimited fuel but you can't have both because like I said infinite fuel is infinite resource in ui but in code it's infinite_money so it takes all the other elements you want.

Why I offered the way to top up your workbench fuel. :) You can put a big number like try 1000000.0 lol you'll be good for a while.

I can't actually find the workbench i need to fill, it has about 84 in it and all the work benches come up with 500 or there abouts, theirs a few that say like 497.99 but i cant find mine im on the right save file in the inventories but its not showing, their is one workbecnh that doesnt have D but i assume its because it doesnt have diesel pump
ShizNator Mar 2, 2023 @ 2:39pm 
Originally posted by Hagmire84:
Originally posted by ShizNator:
It's just you said you wanted career but just want unlimited fuel but you can't have both because like I said infinite fuel is infinite resource in ui but in code it's infinite_money so it takes all the other elements you want.

Why I offered the way to top up your workbench fuel. :) You can put a big number like try 1000000.0 lol you'll be good for a while.

I can't actually find the workbench i need to fill, it has about 84 in it and all the work benches come up with 500 or there abouts, theirs a few that say like 497.99 but i cant find mine im on the right save file in the inventories but its not showing, their is one workbecnh that doesnt have D but i assume its because it doesnt have diesel pump
Not that many of them and notepad has a replace all function.

Don't forget to click match case at bottom.
Find:
c="100" d="500" j="200"
Replace with
c="100" d="500000" j="20000"

Then you click replace all it will go through and replace all the ones intact and then there will be just a few that you have to manually change that you can copy paste the above over them.
Last edited by ShizNator; Mar 2, 2023 @ 2:41pm
Hagmire Mar 2, 2023 @ 2:49pm 
Originally posted by ShizNator:
Originally posted by Hagmire84:

I can't actually find the workbench i need to fill, it has about 84 in it and all the work benches come up with 500 or there abouts, theirs a few that say like 497.99 but i cant find mine im on the right save file in the inventories but its not showing, their is one workbecnh that doesnt have D but i assume its because it doesnt have diesel pump
Not that many of them and notepad has a replace all function.

Don't forget to click match case at bottom.
Find:
c="100" d="500" j="200"
Replace with
c="100" d="500000" j="20000"

Then you click replace all it will go through and replace all the ones intact and then there will be just a few that you have to manually change that you can copy paste the above over them.
Still hasnt worked i dont think this workbench is coming up in the inventories does it matter its the creative base and not one of the normal ones?
Hagmire Mar 2, 2023 @ 3:00pm 
Originally posted by ShizNator:
Originally posted by Hagmire84:

I can't actually find the workbench i need to fill, it has about 84 in it and all the work benches come up with 500 or there abouts, theirs a few that say like 497.99 but i cant find mine im on the right save file in the inventories but its not showing, their is one workbecnh that doesnt have D but i assume its because it doesnt have diesel pump
Not that many of them and notepad has a replace all function.

Don't forget to click match case at bottom.
Find:
c="100" d="500" j="200"
Replace with
c="100" d="500000" j="20000"

Then you click replace all it will go through and replace all the ones intact and then there will be just a few that you have to manually change that you can copy paste the above over them. [/quot
Nevermind! I got it! the workbench that had no "d" was the one i was at it deleted the "d" in the files for some reason I typed in the d with 500000 and BOOM we got fuel I want to thank you ShizNator for explaining this through steam comments you've saved my game and my sanity
ShizNator Mar 2, 2023 @ 3:17pm 
Originally posted by Hagmire84:

Nevermind! I got it! the workbench that had no "d" was the one i was at it deleted the "d" in the files for some reason I typed in the d with 500000 and BOOM we got fuel I want to thank you ShizNator for explaining this through steam comments you've saved my game and my sanity
Ohh haha missed this message it got scrambled with the quote lol you're welcome. And well now there's a video showing how to do it inspired by you lol. :)
Hagmire Mar 2, 2023 @ 3:21pm 
Originally posted by ShizNator:
Originally posted by Hagmire84:

Nevermind! I got it! the workbench that had no "d" was the one i was at it deleted the "d" in the files for some reason I typed in the d with 500000 and BOOM we got fuel I want to thank you ShizNator for explaining this through steam comments you've saved my game and my sanity
Ohh haha missed this message it got scrambled with the quote lol you're welcome. And well now there's a video showing how to do it inspired by you lol. :)

Thank you good sir safe travels
< >
Showing 1-15 of 23 comments
Per page: 1530 50

Date Posted: Mar 2, 2023 @ 1:27pm
Posts: 23