ww2commander
Emperor
I only stumbled across this file tonight after search through files for other things. I figured in addition to its in-game tutorial purposes, this file also serves as a learning aid for modders.
It seems to contains some interesting code which might be useful in understanding the coding mechanics of the game (especially for programming beginners).
It seems to contains some interesting code which might be useful in understanding the coding mechanics of the game (especially for programming beginners).
- Serialize data functions - I assume this might be an alternative to the SaveUtils used in Civ5?
- function PlayFullScreenMovie - Potential to play our own custom bk2 movie files?
- Various Events available (i.e. Events.ResearchCompleted.Add)