Page 1 of 1

Looking for help starting simple research mod adding new research tiers.

Posted: Fri Mar 13, 2015 3:15 am
by StoneLegion
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.

Re: Looking for help starting simple research mod adding new research tiers.

Posted: Fri Mar 13, 2015 4:07 am
by sillyfly
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.