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

This is the place to request new mods or give ideas about what could be done.
alphardd
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Feb 25, 2017 4:57 pm
Contact:

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

Post 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?
Last edited by alphardd on Wed Mar 01, 2017 6:28 am, edited 1 time in total.
User avatar
Arch666Angel
Smart Inserter
Smart Inserter
Posts: 1636
Joined: Sun Oct 18, 2015 11:52 am
Contact:

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

Post 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).
alphardd
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Feb 25, 2017 4:57 pm
Contact:

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

Post 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%?
User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

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

Post 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
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.
fregate84
Fast Inserter
Fast Inserter
Posts: 235
Joined: Sun Jun 22, 2014 10:56 am
Contact:

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

Post 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.
alphardd
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Feb 25, 2017 4:57 pm
Contact:

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

Post 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.
Post Reply

Return to “Ideas and Requests For Mods”