• 📚 Admin Project Update: Added a new feature to PictureBooks.io called Story Worlds. It lets your child become the hero of beloved classic tales! Choose from worlds like Alice in Wonderland, Wizard of Oz, Peter Pan, The Jungle Book, Treasure Island, Arabian Nights, or Robin Hood. Give it a try and let me know what you think!
Goggles's Germania  (Antiquity)

Goggles's Germania (Antiquity) 1.28

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