[BTS] Help request

dnmih

Chieftain
Joined
Mar 30, 2011
Messages
4
Hello can someone please teach me how to get to this new screen, picture below
Thx 🙂
Ps I installed the downloaded files into the Python folder along with existing files. I running the Extra Mod trying to figure out a game font problem showing wrong icons for happiness, health, etc
 

Attachments

  • IMG_3641.png
    IMG_3641.png
    1 MB · Views: 13
This is how I've integrated it: Git commit
So I guess a constant in CvScreenEnums.py, an extra pair in CvScreensInterface.py, and then it depends whether the mod is based on BUG (I don't even know that about Extra Mod) – the key combination can be checked by BugEventManager.py or else CvEventManager.py. (I think the deletions in that latter file in my commit are unrelated to the task at hand; best to ignore those. Oh, I see, I had already moved those to BugEventManager.py at an earlier point.) With BUG, one could also do it more nicely (and slightly more laboriously) by defining a BUG module for the GameFont Display and then setting the key combination inside that module.
 
Back
Top Bottom