Mod to remove the stacking effect of beacons

Looking for a mod? Have a review on a mod you'd like to share?
Post Reply
Chivalry
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sun Jul 08, 2018 8:21 pm
Contact:

Mod to remove the stacking effect of beacons

Post by Chivalry »

Hello,

I am looking for a mod to remove the stacking effect of beacons or alternatively a mod with a cap for the speed bonus that modules can provide to buildings.
I like the idea of beacons but I find them way to powerful.
Any tips on any mods that can help me with this is highly appreciated.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Mod to remove the stacking effect of beacons

Post by darkfrei »

Just put it into data.lua:

Code: Select all

data.raw.beacon.beacon.allowed_effects = {"consumption", "pollution"}
and set up info.json:

Code: Select all

{
  "name": "no-speed-effect-beacons",
  "version": "0.0.1",
  "factorio_version": "0.16",
  "title": "No Speed Effect Beacons",
  "description": "Now beacons allowing consumption and pollution effects only; productivity and speed effects are disabled",
  "author": "My Nickname",
  "dependencies": ["base"]
}
Put this two files into order "/Factorio/Mods/no-speed-effect-beacons_0.0.1" (like in mod name)
That's all.

Post Reply

Return to “Questions, reviews and ratings”