Help adding a new resource

Amatheria

Chieftain
Joined
Feb 28, 2017
Messages
14
Hi. New here. Just a huge fan of Civi saga, and this time I really want to help modding. I've helped with textures for other games, so managing .dds and icons is easy to me, but I'm useless making the mod itself.

Thanks to HellBlazer who helped me testing the textures. I want to make a mod which adds several resources and help the community with art related files. If someone knows how to add a new resource, that would be wonderful.

I also want to help anyone who want to create districts, buildings, etc. Just let me know which textures do you want to change and I will try to help you.

These are my first textures. I want to give them the CIV VI feeling.

icon titanium.JPG
titanium texture.JPG


And... this is my top modding result... I changed the stone resource and now it is a big cow ruling a hill filled with citrus, silk, copper and jade. The cow of doom.

Captura.JPG
 
Did you get the resource icons to work? I need a bit of help on that one...
 
Did you get the resource icons to work? I need a bit of help on that one...

I'd also like to know this. Particularly if you've gotten it to show up as a FontIcon and appearing properly on the reports screen. I haven't found any way to do that aside from hard-editing FontIcons.xml yet.
 
I'm working with him on this project and can assure you we are not even close to there. Right now we're still stuck on the ArtDefs which are behaving really strangely for resources.
 
Magil, I have arrived at the same point with FontIcons.xml. Any progress?
 
Magil, I have arrived at the same point with FontIcons.xml. Any progress?

Nope. Everything else about my resource is fine, but I don't know how to set up new FontIcons.
 
<IconDefinitions>
<Row Name="ICON_RESOURCE_CONSCRIPT" Atlas="ICON_ATLAS_RESOURCES" Index="9" />
<Row Name="ICON_RESOURCE_WEAPONS" Atlas="ICON_ATLAS_RESOURCES" Index="12" />
<Row Name="RESOURCE_CONSCRIPT" Atlas="ICON_ATLAS_FONT_ICON_BASELINE_6" Index="157" />
<Row Name="RESOURCE_WEAPONS" Atlas="ICON_ATLAS_FONT_ICON_BASELINE_4" Index="179" />
</IconDefinitions>

For the font icons you have to add it with out the ¨ICON_¨
 
Back
Top Bottom