Civ4 Python: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(Added place for template (that needs to be created) on bottom of page like the XML files) |
(Added a tutorial I just made) |
||
Line 15: | Line 15: | ||
* [http://civilization4.net/files/modding/PythonAPI/ Warlords Python API] | * [http://civilization4.net/files/modding/PythonAPI/ Warlords Python API] | ||
* [http://forums.civfanatics.com/showthread.php?t=323805 Modding CvGameUtils] | * [http://forums.civfanatics.com/showthread.php?t=323805 Modding CvGameUtils] | ||
* [http://forums.civfanatics.com/showthread.php?t=331001 How to Make Python Action Buttons] | |||
== Files == | == Files == |
Revision as of 15:47, 8 August 2009
Template
Please use the following template for python files.
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
- Modding CvGameUtils
- How to Make Python Action Buttons
Files
* Warlords/BtS only
** BtS Only
Assets\Python
- CvAdvisorUtils
- CvCameraControls
- CvDebugTools
- CvDefineEditor
- CvDiplomacy
- CvEventManager
- CvGameUtils
- CvMagGeneratorUtil
- CvPerfTest
- CvQuestManager
- CvScreenUtils
- CvUtil
- DomPyHelpers**
- PyHelpers
- ScreenImput
- vector
Assets\Python\_DebugTools
Assets\Python\EntryPoints
- CvAppInterface
- CvDebugInterface
- CvDiplomacyInterface
- CvEventInterface
- CvGameInterface
- CvGameInterfaceFile*
- CvMapScriptInterface
- CvOptionScreenCallbackInterface
- CvPopupInterface
- CvRandomEventInterface**
- CvScreensInterface
- CvScreenUtilsInterface
- CvTranslator
- CvUnitControlInterface
- CvWBInterface
- PbMain
Assets\Python\PitBoss
Assets\Python\pyHelper
Assets\Python\pyUnit
Assets\Python\pyWB
Assets\Python\Screens
- CvAdvisorScreen
- CvCivicsScreen
- CvCorporationAdvisor**
- CvDanQuayle
- CvDawnOfMan
- CvDebugInfoScreen
- CvDomesticAdvisor
- CvEraMovieScreen
- CvEspionageAdvisor**
- CvExoticForeignAdvisor**
- CvFinanceAdvisor
- CvForeignAdvisor
- CvGFCScreen
- CvHallOfFameScreen
- CvInfoScreen
- CvIntroMovieScreen
- CvMainInterface
- CvMilitaryAdvisor
- CvOptionsScreen
- CvPediaBonus
- CvPediaBuilding
- CvPediaCivic
- CvPediaCivilization
- CvPediaCorporation**
- CvPediaFeature
- CvPediaHistory
- CvPediaImprovement
- CvPediaLeader
- CvPediaMain
- CvPediaProject
- CvPediaPromotion
- CvPediaReligion
- CvPediaScreen
- CvPediaSpecialist
- CvPediaTech
- CvPediaTerrain
- CvPediaUnit
- CvPediaUnitChart
- CvRelitonScreen
- CvReplayScreen
- CvScreen
- CvScreenEnums
- CvSpaceShipScreen**
- CvTechChooser
- CvTechSplashScreen
- CvTopCivs
- CvTutorialQuestScreen
- CvUNVictoryScreen
- CvVictoryMovieScreen
- CvVictoryScreen
- CvWonderMovieScreen
- CvWorldBuilderDiplomacyScreen
- CvWorldBuilderScreen
- IconGrid**
- TechTree**
Assets\Python\System
- These files are mostly compiled python files that cannot be modified.