缺氧
Customize Buildings (more capacity, less dupes)
r4mun 2021 年 8 月 30 日 上午 4:16
Coal Generator
How i can change the output from gens?
Any kind of "How to" would be nice
< >
正在显示第 1 - 11 条,共 11 条留言
Fumihiko  [开发者] 2021 年 8 月 30 日 上午 11:53 
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 2022 年 8 月 21 日 下午 9:48 
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)
最后由 ernst 编辑于; 2022 年 8 月 21 日 下午 9:52
Fumihiko  [开发者] 2022 年 8 月 21 日 下午 11:20 
Oh, I thought this was about changing the element, but it was about power output.
Krasto Nero 2022 年 9 月 1 日 下午 12:53 
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  [开发者] 2022 年 9 月 2 日 上午 4:47 
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 2022 年 9 月 3 日 上午 4:11 
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  [开发者] 2022 年 9 月 3 日 上午 10:57 
If you play with english localization, yes.
Krasto Nero 2022 年 9 月 7 日 下午 1:32 
Thanks very much for the reply!! I'll give it a shot!! And thanks again for the wonderful mod!! Cheers!! :steamhappy:
antoine 2024 年 12 月 19 日 下午 3:47 
how do you play with english localization?
Fumihiko  [开发者] 2024 年 12 月 20 日 上午 8:25 
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 2024 年 12 月 29 日 上午 3:23 
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,
< >
正在显示第 1 - 11 条,共 11 条留言
每页显示数: 1530 50