Oxygen Not Included

Oxygen Not Included

132 valoraciones
[OUTDATED] Geyser Cracking
3
2
   
Premiar
Favoritos
Favorito
Quitar
Tamaño
Publicado el
Actualizado el
313.430 KB
3 MAY 2019 a las 10:54
29 SEP 2021 a las 8:57
12 notas sobre cambios ( ver )

Suscríbete para descargar
[OUTDATED] Geyser Cracking

Descripción
Updated Version: https://steamcommunity.com/sharedfiles/filedetails/?id=2874440740

Adds the ability to perform geyser cracking, substantially increasing the output rate.

Only the active output rate is affected, worse outputs due to high dormancy remain.

Each operation requires 100kg of Sulfur and a bit of scientist time, and gives a 15-30% boost, up to a max of 400%.
These numbers can be changed via the config.

Known issues:
- The button does not appear until the geyser is reselected
147 comentarios
TheAlcesh 14 OCT 2022 a las 4:18 
First of all: Thanks @hex for the mod in the first place. I used this mod for quite a long time. It's completly understandable that environments change and sometimes thing won't make it.
So secondly: Thanks @Diego for making a follow up mod for this :)

Appreciate both of you for the work you put in to make our games more fun :)
Diego Dela Vega 12 OCT 2022 a las 12:20 
Thank you for making your repository available! I uploaded an updated version for the Sweet Dreams Update

https://steamcommunity.com/sharedfiles/filedetails/?id=2874440740
Hex  [autor] 10 OCT 2022 a las 15:24 
I've reinstalled my OS and switched to linux since I last updated this, and ONLY C# is a massive pain to code in post-switch. Setting things up again for ONI dev would break my RimWorld setup.

If you want to upload a fixed version feel free to do so, the code is actually under MIT:

https://github.com/Hexicube/ONI-GeyserCracking/tree/master/ONI-GeyserCracking

Link the fixed version here and I'll change the description too.
Diego Dela Vega 10 OCT 2022 a las 15:23 
First of all, just be patient. Leave all the mod creators some time to properly update their mods. Remember: they are using their freetime!
Furthermore it does also there is the option to continue ur current colony in the optional branch based on the last update.
Xilay 10 OCT 2022 a las 15:03 
@Diego Dela Vega Ur fix doesnt seem to work Unfortuantly either :/ , getting the same missing field error now , but with the capital R , sayin it cant find RequestedItemTag either
Diego Dela Vega 10 OCT 2022 a las 10:35 
@Xcalibur94: I won't reupload this mod at this time as it is just days after a major update and Hex is activly using steam, so maybe he will push an update in the coming days/weeks.
However if you can write basic code yourself check my first comment. Instead of accessing a public variable, which is no longer present, in the mentioned method the only change is to use the appropriate accessor with the same name except it has a capital 'R' at the beginning.
Xcalibur94 9 OCT 2022 a las 17:20 
@Diego Dela Vega, can you shre the fix and how to implement it?
Diego Dela Vega 9 OCT 2022 a las 16:39 
@DKir: you never know what will happen with a mod. But you also can use DNSpy to get a VS Project from the files and fix it yourself. That's why I know what is the problem and how to fix it
Xilay 9 OCT 2022 a las 16:34 
Considering the last update time I dont think this will be updatet anymore :/
And u cant exactly get the sourcecode to fix it yourself either.
Diego Dela Vega 8 OCT 2022 a las 15:13 
@Hex: here is your fix:
Crackable.CheckStudyable() change manualDeliveryKG. r equestedItemTag to R equestedItemTag and recompile. Works fine otherwise