Civ5 Modding Tutorials

From Civilization Modding Wiki
Revision as of 13:12, 28 August 2012 by DonQuich (talk | contribs)
Jump to navigationJump to search

Getting started

Get a tour.

If you have no idea about modding and what are Lua and Xml, you should give a look at Civ5 Modding Explained.

Read the guide.

The best introduction to civ5 modding is still the Kael's Guide. However it was written a long time ago and some informations are obsolete or missing.

Import your files into VFS.

The main change is about the VFS (Virtual File System). Basically you should include your textures, UI and lua files into the VFS. In ModBuddy, select those files, hit F4 to open the properties window, check "import into VFS". Forgetting this is a common cause of troubles for beginners.

Get the right tools for the job!

See Civ5 Useful Programs. You should have installed the SDK of course, but it is also strongly recommended that you get a tool to search in all civ5 files at once, to compensate for the lack of documentation. You may also need additional softwares to extract and read the textures and such.

Modify your ini files

In config.ini, set LoggingEnabled, EnableLuaDebugLibrary and DebugPanel to 1.
In usersettings.ini, set DebugMode to 1.


Tutorials

See also the Modding tutorials section on the forums.

Common tasks


Background


Specific topics


Lua-specific resources