Oxygen Not Included

Oxygen Not Included

Customize Buildings (more capacity, less dupes)
r4mun 30 Aug, 2021 @ 4:16am
Coal Generator
How i can change the output from gens?
Any kind of "How to" would be nice
< >
Showing 1-11 of 11 comments
Fumihiko  [developer] 30 Aug, 2021 @ 11:53am 
Nope. Can only change the temperature, not the element. The reason being that there is no universal way of changing it. Almost all buildings have something unique about them, so essentially I would need to patch each building individually. That would take a ton of time.
I made one exception with Algae Terrarium. That was difficult enough :P
ernst 21 Aug, 2022 @ 9:48pm 
Coal Generator only
CustomizeBuildings.json file (json file for manual change)
"Bed": {
"Rotations": 3
},
Under
"Generator": {
"GeneratorWattageRating": 1800
},

It can be solved by adding
"Generator" = (Coal Generator)
"GeneratorWattageRating" amount of power generated from building (600 for original, 1800 for example)
Last edited by ernst; 21 Aug, 2022 @ 9:52pm
Fumihiko  [developer] 21 Aug, 2022 @ 11:20pm 
Oh, I thought this was about changing the element, but it was about power output.
Krasto Nero 1 Sep, 2022 @ 12:53pm 
First, thanks very much for the mod!! Love it!! Second, I am interested in upping the power generation of the coal generator, or any generator really. I see the line "Bed":3 in the json file, but not the line "Generator": { or "GeneratorWattageRating":

Do I need to manually add that? Or just add the line "Generator" = (Coal Generator)

Any help would be greatly appreciated!! Cheers!
Fumihiko  [developer] 2 Sep, 2022 @ 4:47am 
It's a list. Json requires that you follow the formating rules. Values that are not present use default values instead.
So you add new entries with whatever ID you like and set any of the values you want to change.

Equal signs are illegal in json format, so I have no idea what you mean with that.
Krasto Nero 3 Sep, 2022 @ 4:11am 
Thanks for the reply! Apologies for the confusion, I was referring to the post by Ernst above where they referenced changing the power generated by a coal generator. I am unsure what lines to add to the json file. Under where it says

"Bed": }
"Rotations": 3
},

If I add the lines

"Coal Generator": {
"GeneratorWattageRating": 1800
},

Will that work? Thanks very much for the help, and for the great mod!! Cheers!!
Fumihiko  [developer] 3 Sep, 2022 @ 10:57am 
If you play with english localization, yes.
Krasto Nero 7 Sep, 2022 @ 1:32pm 
Thanks very much for the reply!! I'll give it a shot!! And thanks again for the wonderful mod!! Cheers!! :steamhappy:
antoine 19 Dec, 2024 @ 3:47pm 
how do you play with english localization?
Fumihiko  [developer] 20 Dec, 2024 @ 8:25am 
Start the game and select English as you language. Seems obvious. Note that this was a question regarding IDs.

You can always use the full ID and it will work in any language. If you cannot figure out the ID, you can use the full building name in your language instead of ID (but you do not have to).
Noise 29 Dec, 2024 @ 3:23am 
Is it possible to just add a line for the output value like how the batteries or wires are formatted?

For instance, just add

"HydrogenGenerator": 1600.00,
< >
Showing 1-11 of 11 comments
Per page: 1530 50