Python: GUI coding and Civ4

HG_CassiusA

Hallowed are the Ori
Joined
Nov 27, 2005
Messages
119
Location
Edmonton, Alberta, Canada
This is a simple question: Does Civ4 include a programming interface for adding new GUI functionality to Civ4 (i.e. making an entirely new civic screen)?

OR...if I wanted to do that, would I have to figure out how to get Civ4's python implementation to use something like wxPython?
 
HG_CassiusA said:
This is a simple question: Does Civ4 include a programming interface for adding new GUI functionality to Civ4 (i.e. making an entirely new civic screen)?

OR...if I wanted to do that, would I have to figure out how to get Civ4's python implementation to use something like wxPython?

Not sure what wxPython is, but yes, you can just program the code in Python and the new GUI will work (though there ARE some limitations to it).

See A New Domestic Advisor thread for an example.

Req
 
Top Bottom