Page 1 of 1

Slow drilling experiment

Posted: Fri Mar 06, 2015 5:43 am
by Flux Faraday
I modded the electric drill to reduce mining speed and power consumption by a factor of ten. It was an interesting playthrough. Rather than mining an area out and moving on, you have to keep expanding to provide a rate of resource production that is what you need. Most resource deposits (on normal settings) will still be producing at end-game, and you'll have a thousand-ish drills running at end game (I had 840 and it wasn't enough).
I'm not advocating a change, just sharing that a slower rate per drill was an interesting and enjoyable experience.

Re: Slow drilling experiment

Posted: Fri Mar 06, 2015 7:10 pm
by nfcc08
Seems like a interesting twist to gameplay. As I do enjoy prolonging vanilla gameplay but do not like constantly making new mining outposts because I set the resources lower.

Seems like a good balance as you still have to make more miners and provide electric to them (solar panels, accums, boilers)

May give it a try, any tips/instructions on how to do so, I am not very literate to coding and such :?

Re: Slow drilling experiment

Posted: Sat Mar 07, 2015 2:32 am
by Flux Faraday
Sure, this is the whole change:

Code: Select all

-- Adjust mining drills
print(data.raw["mining-drill"]["basic-mining-drill"].mining_speed)
data.raw["mining-drill"]["basic-mining-drill"].mining_speed = 0.05
data.raw["mining-drill"]["basic-mining-drill"].energy_usage = "9kW"
print(data.raw["mining-drill"]["burner-mining-drill"].mining_speed)
data.raw["mining-drill"]["burner-mining-drill"].mining_speed = 0.035
data.raw["mining-drill"]["burner-mining-drill"].energy_usage = "30kW"
but I've also included the mod (with irrelevant comments prints and boilerplate) for your convenience. Have fun. Let me know if it was interesting to you :)

Re: Slow drilling experiment

Posted: Sat Mar 07, 2015 7:16 am
by ssilk
Would you be so kind to create a thread in Mods or Work in progress mods?

Re: Slow drilling experiment

Posted: Sat Mar 07, 2015 6:21 pm
by Marconos
I find this concept of your extremely interesting. It's the dead opposite of bigger / faster and really gives an entirely different approach to the game. Better or worse, I'm not sure but I'm very intrigued by it.

Re: Slow drilling experiment

Posted: Sat Mar 07, 2015 7:58 pm
by Flux Faraday
ssilk wrote:Would you be so kind to create a thread in Mods or Work in progress mods?
Done. I put it in "work in progress" mods. https://forums.factorio.com/forum/vie ... =32&t=9011