This is a civ specific version of this modcomponent here.
It allows you to add a popup at the start of the game, and it is possible to make it civ dependent.
Text keys have to be defined like TXT_KEY_MOD_HEADER_CIVILIZATION_XY and TXT_KEY_MOD_TEXT_CIVILIZATION_XY, and will be automatically applied. Else the default text will be used.
There's one change in CvEventManager.py, search for "starting popup".
One XML file is included for the example text.
If you have a question, then please ask in this thread.
It allows you to add a popup at the start of the game, and it is possible to make it civ dependent.
Text keys have to be defined like TXT_KEY_MOD_HEADER_CIVILIZATION_XY and TXT_KEY_MOD_TEXT_CIVILIZATION_XY, and will be automatically applied. Else the default text will be used.
There's one change in CvEventManager.py, search for "starting popup".
One XML file is included for the example text.
If you have a question, then please ask in this thread.