• 📚 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!

A template mod to replace UI scripts

Gedemon

Modder
Super Moderator
Joined
Oct 4, 2004
Messages
13,023
Location
France
A mod template to replace an UI script (plot-tooltip.js in this example)

To install: extract in your "{user}\AppData\Local\Firaxis Games\Sid Meier's Civilization VII\Mods" folder

Change the mod's folder name to your mod's name, as well as the "ui-example.modinfo" file name

In that file change the Mod id

Code:
<Mod id="ged-ui-example" version="1"
    xmlns="ModInfo">

it must be unique, so either use a UID or something other modders won't use

Download:

 
Back
Top Bottom