Modding:Overview: Difference between revisions

Jump to navigation Jump to search
30 bytes added ,  03:12, 3 September 2020
no edit summary
m (remove space from link)
No edit summary
Line 9: Line 9:
Caves of Qud presents a broadly extensible engine. The game's core definition files reside in <code>%game directory%\CoQ_Data\StreamingAssets\Base</code>.
Caves of Qud presents a broadly extensible engine. The game's core definition files reside in <code>%game directory%\CoQ_Data\StreamingAssets\Base</code>.


You can create mods for the game by creating a Mods folder in your game save directory, and then creating a sub-folder inside of the Mods folder for your new mod. New content can be created and existing content can be modified or replaced via data files and textures placed in this directory.
You can create mods for the game by creating a Mods folder in the same parent directory where your Saves are located, and then creating a sub-folder inside of the Mods folder for your new mod. New content can be created and existing content can be modified or replaced via data files and textures placed in this directory.


For example, on Windows: <code>%USERPROFILE%\AppData\LocalLow\Freehold Games\CavesOfQud\Mods\MyAwesomeMod</code><br>
For example, on Windows: <code>%USERPROFILE%\AppData\LocalLow\Freehold Games\CavesOfQud\Mods\MyAwesomeMod</code><br>

Navigation menu