Civ5 Modding Tutorials: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== General Tutorials ==
= Getting started =
* [http://www.weplayciv.com/forums/entry.php?15-Dale-s-Mod-Blog-Civ5-Modding-Explained Civ5 Modding Explained]
'''Get a tour.'''
* [http://www.weplayciv.com/forums/entry.php?22-The-way-to-a-man-s-heart-is-through-his-modinfo-and-civ5mod-files Modinfo and Civ5mod Files]
:If you have no idea about modding and what are Lua and Xml, you should give a look at [http://www.weplayciv.com/forums/entry.php?15-Dale-s-Mod-Blog-Civ5-Modding-Explained Civ5 Modding Explained].
* [http://forums.civfanatics.com/showthread.php?t=385009 Modder's Guilde to Civ5]
'''Read the guide.'''
* [http://forums.civfanatics.com/showthread.php?t=395655 Civ5 Modding Quick Start]
:The best introduction to civ5 modding is still the '''[http://forums.civfanatics.com/showthread.php?t=385009 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 (Civ5)|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.


== Specific Tutorials ==
 
* [http://forums.civfanatics.com/showthread.php?t=389782 How to Add a Resource]
= Tutorials =
* [http://forums.civfanatics.com/showthread.php?t=391823 2D Leaders]
See also the [http://forums.civfanatics.com/forumdisplay.php?f=394&order=desc&page=2 Modding tutorials section] on the forums.
* [http://forums.civfanatics.com/showthread.php?t=449431 Adding XML Tags that Work with Lua]
 
== Common tasks ==
* [http://forums.civfanatics.com/showthread.php?t=391823 New Leaders (2D images)]
* [http://forums.civfanatics.com/showthread.php?t=389782 New Resources]
* [http://forums.civfanatics.com/showthread.php?t=470290 New Buildings]
* [http://forums.civfanatics.com/showthread.php?t=406877 New Specialists]
* [http://forums.civfanatics.com/showthread.php?t=392985 New Units]
 
 
== Background ==
* [http://forums.civfanatics.com/showthread.php?t=461552 UI Tutorial]
* [http://forums.civfanatics.com/showthread.php?t=463429 Deleting data rows]
* [http://forums.civfanatics.com/showthread.php?t=449431 Adding data rows to use in Lua]
* [http://forums.civfanatics.com/showthread.php?t=459392 Create and use DDS textures]
 
 
== Specific topics ==
* [http://forums.civfanatics.com/showthread.php?t=468374 Culture buildings - vanilla and G&K cross compatibility]
* [http://forums.civfanatics.com/showthread.php?t=468374 Culture buildings - vanilla and G&K cross compatibility]
* [http://forums.civfanatics.com/showthread.php?t=463429 How to Delete Stuff]
* [http://forums.civfanatics.com/showthread.php?t=394056 Import civ4 units into civ5]
* [http://forums.civfanatics.com/showthread.php?t=406877 Creating New Specialists]
* [http://forums.civfanatics.com/showthread.php?t=405148 Locking techs on a civilization basis]
* [http://forums.civfanatics.com/showthread.php?t=470290 How to Make a Building: Entry Level]
* [http://forums.civfanatics.com/showthread.php?p=11575962 Register a mod in the diplo corner menu]
 
 
== Lua-specific resources ==
* [http://www.lua.org/pil/index.html Lua manual]
* [http://www.lua.org/manual/5.1/ Lua reference]

Revision as of 12:49, 28 August 2012

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.


Tutorials

See also the Modding tutorials section on the forums.

Common tasks


Background


Specific topics


Lua-specific resources