Civ4 Modding Tutorials: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with '== General Tutorials == * [http://forums.civfanatics.com/showthread.php?t=262402 How To Create a Mod (Video Demo)] * [http://forums.civfanatics.com/showthread.php?t=173061 How To...')
 
 
(54 intermediate revisions by 34 users not shown)
Line 13: Line 13:
* [http://forums.civfanatics.com/showthread.php?p=7233336 Multiplayer Compatability Guide]
* [http://forums.civfanatics.com/showthread.php?p=7233336 Multiplayer Compatability Guide]
* [http://forums.civfanatics.com/showthread.php?t=132476 The Modder's Guide to Civ4]
* [http://forums.civfanatics.com/showthread.php?t=132476 The Modder's Guide to Civ4]
* [http://forums.civfanatics.com/showthread.php?t=331321 How to Merge Mods]
* [http://forums.civfanatics.com/showthread.php?t=340885 Inno Install Script Tutorial]
* [http://forums.civfanatics.com/showthread.php?t=353005 The Map Making Process]
* [http://forums.civfanatics.com/showthread.php?t=355021 Public and Private Maps]
* [http://forums.civfanatics.com/showthread.php?t=361382 How to Balance Newly Created Specialists]


== Graphics Tutorials ==
== Graphics Tutorials ==
Line 37: Line 42:
* [http://forums.civfanatics.com/showthread.php?t=304100 Working with GameFont.tga in Photoshop]
* [http://forums.civfanatics.com/showthread.php?t=304100 Working with GameFont.tga in Photoshop]
* [http://forums.civfanatics.com/showthread.php?t=305606 Nifskope]
* [http://forums.civfanatics.com/showthread.php?t=305606 Nifskope]
* [http://forums.civfanatics.com/showthread.php?t=312613 Modifying the Visability of Weapons/Unit Animations]
* [http://forums.civfanatics.com/showthread.php?t=312613 Modifying the Visibility of Weapons/Unit Animations]
* [http://forums.civfanatics.com/showthread.php?t=271331 Making Minor Changes to Unit Animation without 3DS Max]
* [http://forums.civfanatics.com/showthread.php?t=325606 Adding Action Sounds to Unit Animations]
* [http://forums.civfanatics.com/showthread.php?t=332014 The Cheat's Guide to Making Units]
* [http://forums.civfanatics.com/showthread.php?t=410436 How to Export a Spore Creation]
* [http://forums.civfanatics.com/showthread.php?t=447067 Create a new UI Theme]


== Tutorials Involving XML ==
== Tutorials Involving XML ==
Line 47: Line 57:
* [http://forums.civfanatics.com/showthread.php?t=138779 How To Add a Civic]
* [http://forums.civfanatics.com/showthread.php?t=138779 How To Add a Civic]
* [http://forums.civfanatics.com/showthread.php?t=304685 How To Add Diplomacy Text to a Leaderhead]
* [http://forums.civfanatics.com/showthread.php?t=304685 How To Add Diplomacy Text to a Leaderhead]
* [http://forums.civfanatics.com/showthread.php?t=234970 How To Add a Civ/Unit/Building in BtS (Modular XML Loading)]
* [http://forums.civfanatics.com/showthread.php?t=348539 How To Create a Civilization in BtS]


== Tutorials Involving Python ==
== Tutorials Involving Python ==
Line 58: Line 70:
* [http://forums.civfanatics.com/showthread.php?t=183339 Adding New Missions For Units]
* [http://forums.civfanatics.com/showthread.php?t=183339 Adding New Missions For Units]
* [[How To Change the Maximum Number of Players]]
* [[How To Change the Maximum Number of Players]]
[[Category:Civilization 4]]

Latest revision as of 18:48, 16 September 2012

General Tutorials

Graphics Tutorials

Tutorials Involving XML

Tutorials Involving Python

Tutorials Involving the SDK