Oxygen Not Included

Oxygen Not Included

479 valoraciones
Customize Buildings (more capacity, less dupes)
12
6
5
11
5
7
2
3
2
   
Premiar
Favoritos
Favorito
Quitar
Tamaño
Publicado el
Actualizado el
4.283 MB
28 JUL 2019 a las 10:31
17 DIC a las 12:14
105 notas sobre cambios ( ver )

Suscríbete para descargar
Customize Buildings (more capacity, less dupes)

Descripción
QoL changes, more storage, less duplicant requirement. Transit tube anywhere! Robo miner through glass tiles.

The configuration file is created after first run and is located at:
%userprofile%\documents\Klei\OxygenNotIncluded\mods\CustomizeBuildings.json

On MacOS: ~Library/Application Support/unity.Klei.Oxygen Not Included/mods/CustomizeBuildings.json
On Linux: ~/.config/unity3d/Klei/Oxygen Not Included/mods/CustomizeBuildings.json

Full content:
- Smart and heavy battery customizable capacity
- 11 storage containers customizable capacity, including reservoirs
- reservoirs can be accessed by dupes directly (off by default, search in config file)
- Smart Battery no runoff
- Rock Crusher new recipe regolith to sand
- Valves, Switches, Building, and Door toggles don't require dupes
- Reservoirs don't need ground below
- all crafting stations can be set to no duplicant (Metal Refinery, Rock Crusher and more)
- more stuff without dupes: Oil Refinery, Oil Well
- pipe pressure customizable
- wire wattage customizable
- air filters will drop leftover polluted gas as canisters
- conveyor rail package size can be set
- auto-sweeper range and speed can be set
- robo miner range can be set
- robo miner can dig any material
- robo miner work through glass tiles
- digs regolith faster
- ladder don't get hit by comets
- transit tubes can be placed behind tiles/buildings and make U-turns
- transit tube launch power can be modified
- solar panels use all light and thus output up to 600W
- may change any of the following settings for all buildings (including buildings added from other mods)
-- power consumption
-- base overheat temperature
-- what a building can be made of
-- DTUs generated
-- generator output watts
-- decor values
-- where buildings are allowed to be build e.g. in the background, on the floor, anywhere
-- enable rotation for any building; might result in funny graphical bugs

Future:
- more buildings without duplicant requirement, fully automated
- maybe more inputs, so no dupe deliveries needed?

Download:
If Steam Download does not work or you need an older version, you find the files also here:
GitHub[github.com]
Discusiones populares Ver todo (23)
6
12 JUN a las 2:49
Game crash
76561198295811597
2
28 JUN a las 9:28
Auto sweeper slider option and pickup through farm tile.
LennyTheLing
9
21 AGO 2022 a las 13:40
Rocket Cargo Capacity
Butifarro
1.709 comentarios
Pasternyk 20 DIC a las 20:22 
this seems to work with both coal and hydrogen gens

"BuildingBaseSettingGlobalFlag": true,
"BuildingBaseSettings": {
"Generator": { "GeneratorWattageRating": 2500},
"HydrogenGenerator": { "GeneratorWattageRating": 1600},
},
Kaedys 20 DIC a las 19:45 
Actually, both of the curly braces that are on their own lines appear to be malformed. The one after the `HydrogenGenerator` line will also probably cause problems.
Kaedys 20 DIC a las 19:44 
Your JSON is malformed. You have an extra curly brace after the `Generator` line. That brace is closing the `BuildingBaseSettings` block. Remove the curly brace, and also add a comma after the curly brace at the end of the `Generator` line. Use something like https://jsoneditoronline.org/ to verify your JSON formatting is correct.
Pasternyk 20 DIC a las 19:10 
I have a constant problem. I can't add Coal And Hydrogen
"BuildingBaseSettingGlobalFlag": true,
"BuildingBaseSettings": {
"Generator": { "GeneratorWattageRating": 2500}
}
"HydrogenGenerator": { "GeneratorWattageRating": 1600}
}
},

I have a warning : error in config file after parsing a value an unexpected chararcter was was encountered: ". Path 'BuildingBaseSettings', line 215, position 3. the line 215 position 3 mathces with the " Of "hydrogenGenerator"
Fumihiko  [autor] 20 DIC a las 13:08 
The ID for Coal Generator is 'Generator'. Dumb I know.
DesTroyer_GodNoS 20 DIC a las 5:21 
Oh, Maybe you've made hidden changes to make the mod really smooth when running with Adjustable Auto Sweeper . I realized it today, thank you very much :steamthumbsup::steamthumbsup::steamthumbsup:
Pasternyk 19 DIC a las 16:51 
In fact i don't know how to add hydrogen And Coal Gens each works separatly
Pasternyk 19 DIC a las 16:30 
"BuildingBaseSettingGlobalFlag": true,
"BuildingBaseSettings": {
"HydrogenGenerator": { "GeneratorWattageRating": 1600}
}
"CoalGenerator": { "GeneratorWattageRating": 2500}
}
},
"WireRefinedHighWattage": {
"BaseDecor": -5.0,
"BaseDecorRadius": 1.0,
"LocationRule": "Anywhere"

I don't know what's wrong
Butifarro 19 DIC a las 13:55 
@ Fumihiko I AM JUST BLIND... FUCK.

Thank you again for your kind efforts.
Fumihiko  [autor] 19 DIC a las 12:55 
There are 8 of these now. Doesn't that cover all?