Page 1 of 1

[REQUEST/SOLVED] Permanent 10/s oil patches.

Posted: Sat Feb 25, 2017 5:01 pm
by alphardd
I am using Angels-Infinite-Ores together with RSO. It gives me infinite ore and oil patches. However oil will go down to 1/s which I'm not satisfied with.
I went and looked up how to mod this game and tried to find a way to make Oil stay at 10/s permanently but I didn't find anything. There are also no mods that do this or let you change it. Is it simply not possible or can someone help me on this?

Re: [REQUEST] Permanent 10/s oil patches.

Posted: Sat Feb 25, 2017 5:47 pm
by Arch666Angel
If you set normal = minimum (which you can do in the angelsores config) then the spots will always stay at 100% yield, which is 1 unit per second. Increasing it above that would require changing the actual resource to output 10 units per cycle and not just 1 (thermal water outputs 2 units per cycle for example).

Re: [REQUEST] Permanent 10/s oil patches.

Posted: Sun Feb 26, 2017 5:06 am
by alphardd
Thanks for the reply.
Yes, the spots stay at 100% minimum currently. But they start at much higher amounts depending on my world-gen-settings and they also output more if I'm right. My question is if it would be possible to set it to 1000% permanently which would output 10/s or am I talking nonesense and it outputs 1/s all the time if it's over 100%?

Re: [REQUEST] Permanent 10/s oil patches.

Posted: Tue Feb 28, 2017 8:59 am
by bobingabout
If you use Bob's Mining mod, one of the machines in there is higher tier oil wells. Using the highest tier you can get 5/s

Re: [REQUEST] Permanent 10/s oil patches.

Posted: Tue Feb 28, 2017 12:12 pm
by fregate84

Code: Select all

for k, v in pairs(data.raw.resource) do
   data.raw.resource[k].infinite = true
   data.raw.resource[k].minimum  = 1000000
   data.raw.resource[k].normal   = 100000

end
=> give 10 oil/sec

I used AdvancedEndlessResources_1.1.1 with this change.

Re: [REQUEST] Permanent 10/s oil patches.

Posted: Wed Mar 01, 2017 6:27 am
by alphardd
Thank you guys.

I will use Advanced Endless Resources.

I will make a playthrough with Bob's Mods some time later when I completely understand the game.

This can be closed if the moderators want to do that.