Stormreaver
Warlord
In my mod I'm adding keyboard events, which means I need to add event IDs somehow. At least in the mods I've looked att before those are specified in CvUtil.py and CvUtil is still imported in CvEventManager.py.
However, I can't find the CvUtil.py file - does that mean it is read from the Vanilla or Warlords Assets/Python folder if not overridden in Mods/ModName/Assets/Python?
I want to make sure I copy the right .py file to make changes to...
However, I can't find the CvUtil.py file - does that mean it is read from the Vanilla or Warlords Assets/Python folder if not overridden in Mods/ModName/Assets/Python?
I want to make sure I copy the right .py file to make changes to...