Oxygen Not Included

Oxygen Not Included

132 ratings
[OUTDATED] Geyser Cracking
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
313.430 KB
May 3, 2019 @ 10:54am
Sep 29, 2021 @ 8:57am
12 Change Notes ( view )

Subscribe to download
[OUTDATED] Geyser Cracking

Description
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 Comments
TheAlcesh Oct 14, 2022 @ 4:18am 
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 Oct 12, 2022 @ 12:20pm 
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  [author] Oct 10, 2022 @ 3:24pm 
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 Oct 10, 2022 @ 3:23pm 
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 Oct 10, 2022 @ 3:03pm 
@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 Oct 10, 2022 @ 10:35am 
@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 Oct 9, 2022 @ 5:20pm 
@Diego Dela Vega, can you shre the fix and how to implement it?
Diego Dela Vega Oct 9, 2022 @ 4:39pm 
@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 Oct 9, 2022 @ 4:34pm 
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 Oct 8, 2022 @ 3:13pm 
@Hex: here is your fix:
Crackable.CheckStudyable() change manualDeliveryKG. r equestedItemTag to R equestedItemTag and recompile. Works fine otherwise