I figured it was buried in there somewhere, but what I want is actually to have it replace the year in the upper right corner. Maybe I can make enough sense of the interface files to do it myself.
EDIT: Ok, looking into CvMainInterface.py Thanks for the functions, I'll see if I can correctly add them to it.
EDIT: Ok, I can't seem to find the location in the file. Also, do I call them just plainly as CyGame. or is there some other object name that needs to go in that area, because in the victory condition file gc.getGame().getElapsedGameTurns() appears to be how it is actually written. I will have time to figure this out, I suppose, once I find the actual spot I am looking for.