I was wondering if anyone could give me a good example of a I think be the control.lua of adding let's say a new shogun damage tier with added damage bonus. This just for a small fun thing to learn to slowly manipulate somethings then maybe grow into a project down the road.
My friend really loving research / factorio so I thought be fun to add some Hard Tiers later on to unlock.
Looking for help starting simple research mod adding new research tiers.
- StoneLegion
- Filter Inserter
- Posts: 687
- Joined: Fri Sep 05, 2014 7:34 pm
- Contact:
Re: Looking for help starting simple research mod adding new research tiers.
Take a look at this page:
https://forums.factorio.com/wiki/inde ... y-modifier
for possible technology effects. You could also look at the file "data/base/prototypes/technology/shotgun-shell-upgrades.lua" in your Factorio directory, to see how the in-game techs are defined. This should give you a good idea as to how yours should be.
https://forums.factorio.com/wiki/inde ... y-modifier
for possible technology effects. You could also look at the file "data/base/prototypes/technology/shotgun-shell-upgrades.lua" in your Factorio directory, to see how the in-game techs are defined. This should give you a good idea as to how yours should be.