Page 1 of 1

0.17 Angels Exploration

Posted: Sun Apr 07, 2019 3:15 pm
by julius1701
I wanted to update the mod myself but i run into a problem where it gives the following error:
Error while loading item prototype "heavy-canon-shell"(ammo):Key"icon_size" not found in property tree at ROOT.ammo.heayvy-canon-shell

can someone help me with that?

p.s. i already removed the flag goes to main inventory and changed the science names

Re: 0.17 Angels Exploration

Posted: Sun Apr 07, 2019 3:18 pm
by steinio
Add the key icon_size to each item protoype in data*.lua as the error message states.

Usually it's:

Code: Select all

icon_size = 32

Re: 0.17 Angels Exploration

Posted: Wed Apr 10, 2019 3:38 am
by julius1701
Thanks