Civ4 Python: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(Warlords Python API) |
EmperorFool (talk | contribs) (added up-to-date BTS Python API link) |
||
Line 1: | Line 1: | ||
== Tutorials and Reference == | == Tutorials and Reference == | ||
* [http://forums.civfanatics.com/showthread.php?t=154130 TGA's Python Tutorial] | * [http://forums.civfanatics.com/showthread.php?t=154130 TGA's Python Tutorial] | ||
* [http://forums.civfanatics.com/showthread.php?t=163848 How to Call a Function at the End of a Turn] | * [http://forums.civfanatics.com/showthread.php?t=163848 How to Call a Function at the End of a Turn] | ||
* [http://apolyton.net/forums/showthread.php?s=&threadid=167960 Jon Shafer's Guide to Python in Civ4] | * [http://apolyton.net/forums/showthread.php?s=&threadid=167960 Jon Shafer's Guide to Python in Civ4] | ||
* [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 | * [http://civ4bug.sourceforge.net/PythonAPI/index.html BtS Python API] - [http://forums.civfanatics.com/showthread.php?t=238839 Forum Discussion] | ||
* [http://civilization4.net/files/modding/PythonAPI/ Warlords Python API] | * [http://civilization4.net/files/modding/PythonAPI/ Warlords Python API] | ||
== Commonly Edited Files == | == Commonly Edited Files == | ||
* [[CvEventManager]] | * [[CvEventManager]] | ||
* [[CvGameUtils]] | * [[CvGameUtils]] |
Revision as of 01:19, 11 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 - Forum Discussion
- Warlords Python API