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.
Slow drilling experiment
-
- Long Handed Inserter
- Posts: 66
- Joined: Sat May 10, 2014 8:48 am
- Contact:
Re: Slow drilling experiment
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
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
-
- Long Handed Inserter
- Posts: 66
- Joined: Sat May 10, 2014 8:48 am
- Contact:
Re: Slow drilling experiment
Sure, this is the whole change:
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
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"
- Attachments
-
- SlowMining_0.0.1.zip
- Place in mods directory
- (1.42 KiB) Downloaded 235 times
Re: Slow drilling experiment
Would you be so kind to create a thread in Mods or Work in progress mods?
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Slow drilling experiment
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.
-
- Long Handed Inserter
- Posts: 66
- Joined: Sat May 10, 2014 8:48 am
- Contact:
Re: Slow drilling experiment
Done. I put it in "work in progress" mods. https://forums.factorio.com/forum/vie ... =32&t=9011ssilk wrote:Would you be so kind to create a thread in Mods or Work in progress mods?