Civ4 Useful Programs: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 16: | Line 16: | ||
== XML Programs == | == XML Programs == | ||
While there are some XML editing tools for civ4, none are necessary. In fact, most experienced modders prefer the directness of a text editor like [http://notepad-plus.sourceforge.net/uk/site.htm Notepad++]; however if you are having difficulty understanding and editing the XML you should consider one of the user created tools below. | |||
* [http://forums.civfanatics.com/showthread.php?t=270586 Civ4 XML Editor] | * [http://forums.civfanatics.com/showthread.php?t=270586 Civ4 XML Editor] | ||
* [http://forums.civfanatics.com/showthread.php?t=276286 Civ4 File Checker] | * [http://forums.civfanatics.com/showthread.php?t=276286 Civ4 File Checker] |
Revision as of 22:36, 15 April 2010
This page provides links to programs that are useful and help with modding Civilization IV.
Essential Programs for nearly all aspects of Modding
- A text editor, such as Notepad++, emacs, vim, or even WordPad and Notpad (which come with Windows)
- Vim and Emacs are good for hardcore programming - Notepad++ is good for just about anything.
- A diff/merge tool, such as WinMerge or Beyond Compare
- Vim, Emacs, and some other text editors contain merge/diff tools in themselves.
Map/Scenario (WorldBuilder-like) Programs
XML Programs
While there are some XML editing tools for civ4, none are necessary. In fact, most experienced modders prefer the directness of a text editor like Notepad++; however if you are having difficulty understanding and editing the XML you should consider one of the user created tools below.
Python Programs
Graphics Programs
SDK Programs
- Guide to installing the SDK (It is highly recommended you read this before starting SDK work on Civ4)
- Compilers:
- Visual Studio 2008 Express (recommended method)
- CodeBlocks (obsolete in many ways; cannot create a debug dll)
- Libraries: