Modding:Overview: Difference between revisions

Jump to navigation Jump to search
(wishes hasn't updated in the list yet, so added it manually)
m (formatting)
Line 1: Line 1:
[[Category:Modding]]
[[Category:Modding]]
Caves of Qud presents a broadly extensible engine. The game's core definition files reside in %game directory%\CoQ_Data\StreamingAssets\Base.
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 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.


For example, on Windows: C:\Users\Brian\AppData\LocalLow\Freehold Games\CavesOfQud\Mods\MyAwesomeMod
For example, on Windows: <code>C:\Users\Brian\AppData\LocalLow\Freehold Games\CavesOfQud\Mods\MyAwesomeMod</code>


Likewise, on Linux: ~/.config/unity3d/Freehold Games/CavesOfQud/Mods/MyAwesomeMod
Likewise, on Linux: <code>~/.config/unity3d/Freehold Games/CavesOfQud/Mods/MyAwesomeMod</code>
* [[Wishes]]
* [[Wishes]]
{{#cargo_query:table=_pageData|fields=_pageName=Page|format=category|where=_categories HOLDS 'Modding' AND _pageName <> 'Modding: Overview'}}
{{#cargo_query:table=_pageData|fields=_pageName=Page|format=category|where=_categories HOLDS 'Modding' AND _pageName <> 'Modding: Overview'}}