Civ4 Python: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with '== Tutorials and Reference == * [http://forums.civfanatics.com/showthread.php?t=154130 TGA's Python Tutorial] * [http://forums.civfanatics.com/showthread.php?t=163848 How to Call...') |
(Warlords Python API) |
||
Line 5: | Line 5: | ||
* [http://forums.civfanatics.com/showthread.php?t=152856 Sample Python Code] | * [http://forums.civfanatics.com/showthread.php?t=152856 Sample Python Code] | ||
* [http://forums.civfanatics.com/showthread.php?t=238839 BtS Python API] | * [http://forums.civfanatics.com/showthread.php?t=238839 BtS Python API] | ||
* [http://civilization4.net/files/modding/PythonAPI/ Warlords Python API] | |||
== Commonly Edited Files == | == Commonly Edited Files == | ||
* [[CvEventManager]] | * [[CvEventManager]] | ||
* [[CvGameUtils]] | * [[CvGameUtils]] |
Revision as of 03:56, 9 May 2009
Tutorials and Reference
- TGA's Python Tutorial
- How to Call a Function at the End of a Turn
- Jon Shafer's Guide to Python in Civ4
- Sample Python Code
- BtS Python API
- Warlords Python API