Civ4 Useful Programs: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Add other options for essentials, and state that there is more than one option (since WinMerge/Notepad++ is definately not the only option))
Line 2: Line 2:


== Essential Programs for nearly all aspects of Modding==
== Essential Programs for nearly all aspects of Modding==
* [http://notepad-plus.sourceforge.net/uk/site.htm Notepad++]
* A text editor, such as [http://notepad-plus.sourceforge.net/uk/site.htm Notepad++], [http://www.gnu.org/software/emacs/ emacs], or [http://www.vim.org/ vim]
* [http://winmerge.org/downloads/ WinMerge]
** Vim and Emacs are good for hardcore programming - Notepad++ is more for casual programming, like XML.
* A diff/merge tool, such as [http://winmerge.org/downloads/ WinMerge]
** Vim, Emacs, and some other text editors contain merge/diff tools in themselves.


== Graphics Programs ==
== Graphics Programs ==

Revision as of 17:38, 16 February 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, or vim
    • Vim and Emacs are good for hardcore programming - Notepad++ is more for casual programming, like XML.
  • A diff/merge tool, such as WinMerge
    • 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