Make Fire Easier to Extend [solved]
Make Fire Easier to Extend [solved]
Last edited by saors on Fri Oct 25, 2019 3:29 pm, edited 1 time in total.
Re: Make Fire Easier to Extend
This seems like a lack of understanding how Factorio modding works. I'm going to move this into the modding help section where you're far more likely to get useful help.
If you want to get ahold of me I'm almost always on Discord.
Re: Make Fire Easier to Extend
I discovered the problem. my working directory was pre .17 while my testing directory was post .17
After fixing this, I am able to copy the fireutil, fireutil.foreach, and fireutil.create_fire_pictures and just do a deepcopy of the fire-flame and modify that.
I then had to copy the graphics from the base and change the references to them in the fireutil function.
After fixing this, I am able to copy the fireutil, fireutil.foreach, and fireutil.create_fire_pictures and just do a deepcopy of the fire-flame and modify that.
I then had to copy the graphics from the base and change the references to them in the fireutil function.