View Full Version : Python files - their purposes


zsc
Nov 08, 2005, 08:08 PM
Has anyone listed all the Python (.py) files in the Assets folder and their intended purposes? If not, I'll give it a shot. If so, could someone point me in the general direction?

EDIT: I'm looking for the file for the Custom Game screen.

EDIT: Just want to edit the default number of civs for each map size, I like to play with all the civs.

snarko
Nov 08, 2005, 08:53 PM
The default number of players per map is stored in CIV4WorldInfo.xml under assets\xml\gameinfo. There's no need for python for that change.

zsc
Nov 09, 2005, 11:37 AM
Thanks for the response.