• We are currently performing site maintenance, parts of civfanatics are currently offline, but will come back online in the coming days. For more updates please see here.
Goggles's Germania  (Antiquity)

Goggles's Germania (Antiquity) 1.7

Hi how do you get your icon to appear in the civ select screen? I noticed you have an encrypted file of unknown type along with your png for the icon. Is this related? I greatly admired your germania by the way so I'm creating an England.
 
Hi how do you get your icon to appear in the civ select screen? I noticed you have an encrypted file of unknown type along with your png for the icon. Is this related? I greatly admired your germania by the way so I'm creating an England.
"civ_sym_germania" is just the "civ_line_germania.png" file with the extension removed, no encryption was done. Then it's referenced in the icons file. "goggles_civ_germania" would be the id of your mod.

Code:
<Database>
    <IconDefinitions>
        <!-- Civ Symbol-->
        <Row>
            <ID>CIVILIZATION_GERMANIA</ID>
            <Path>fs://game/goggles_civ_germania/icons/civ_sym_germania</Path>
            <Context>DEFAULT</Context>
        </Row>
 
"civ_sym_germania" is just the "civ_line_germania.png" file with the extension removed, no encryption was done. Then it's referenced in the icons file. "goggles_civ_germania" would be the id of your mod.

Code:
<Database>
    <IconDefinitions>
        <!-- Civ Symbol-->
        <Row>
            <ID>CIVILIZATION_GERMANIA</ID>
            <Path>fs://game/goggles_civ_germania/icons/civ_sym_germania</Path>
            <Context>DEFAULT</Context>
        </Row>
Thanks. I got it working but I’ll clean up some of my file names now that I understand this.

Do you know how to set a custom building to use the model assets of another building?
 
Back
Top Bottom