Civ4 Useful Programs: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(→‎XML Programs: Civ4 does not come with any editors)
Line 33: Line 33:


== SDK Programs ==
== SDK Programs ==
* [[How_to_Install_the_SDK|Guide to installing the SDK]]
* [[How_to_Install_the_SDK|Guide to installing the SDK]] (It is highly recommended you read this before starting SDK work on Civ4)
* [http://www.microsoft.com/express/download/link Visual Studio 2008 Express]
* [http://www.microsoft.com/express/download/link Visual Studio 2008 Express]
* [http://www.codeblocks.org/ CodeBlocks]
* [http://www.codeblocks.org/ CodeBlocks]

Revision as of 06:17, 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.

Graphics Programs

Map/Scenario (WorldBuilder-like) Programs

XML Programs

Python Programs

SDK Programs

Misc Programs