Custom Improvement is not visible ingame

Uar

Chieftain
Joined
Mar 20, 2015
Messages
2
Hello everyone,

I am the author of the mod "Tall Cities Food Rework", currently published on Steam. I would like to request help on the major issues of the mod, mostly the invisible improvement. The gameplay works fine, but when you build the custom improvement no model shows up in game. (It's supposed to copy everything from the Farm model.) I can't find out why.

On a side note, if anyone is willing to make a model for it, or help with any of the other issues, please contact me as well.

Mod link on workshop: http://steamcommunity.com/sharedfiles/filedetails/?id=435056233
 
You need to tick "Reload Landmark System" in your modbuddy project, or none of your changes/additions to tile graphics will take effect.

Also, you can remove the purity affinity icon from Vertical Farming by using an xml Delete command to remove that row, intead of an Update to change it's value to 0.
E.g.
Code:
<Technology_Affinities>
   <Delete TechType="TECH_VERTICAL_FARMING" AffinityType="AFFINITY_TYPE_PURITY"/>
</Technology_Affinities>
 
Thanks a lot!

I've tried the "Reload Landmark System" before, but it didn't change anything. The affinity icon fix worked just fine.
 
Back
Top Bottom