Modding:Overview: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  21:25, 25 April 2020
m
consistency
m (consistency)
Line 11: Line 11:
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: <code>C:\Users\Brian\AppData\LocalLow\Freehold Games\CavesOfQud\Mods\MyAwesomeMod</code>
For example, on Windows: <code>%USERPROFILE%\AppData\LocalLow\Freehold Games\CavesOfQud\Mods\MyAwesomeMod</code>
Likewise, on Mac: <code>~/Library/Application Support/com.FreeholdGames.CavesOfQud/mods/MyAwesomeMod</code>
On Linux: <code>~/.config/unity3d/Freehold Games/CavesOfQud/Mods/MyAwesomeMod</code>


Likewise, on Linux: <code>~/.config/unity3d/Freehold Games/CavesOfQud/Mods/MyAwesomeMod</code>
On Mac: <code>~/Library/Application Support/com.FreeholdGames.CavesOfQud/mods/MyAwesomeMod</code>


You may have to create the "mods" folder yourself.
You may have to create the "mods" folder yourself.
Line 42: Line 41:
A: The location is dependent on your operating system.
A: The location is dependent on your operating system.


* PC: <pre>%USERPROFILE%\AppData\LocalLow\Freehold Games\CavesOfQud\Player.log</pre>
* PC: <code>%USERPROFILE%\AppData\LocalLow\Freehold Games\CavesOfQud\Player.log</code>
* Mac: <pre>~/Library/Logs/Unity/Player.log</pre>
* Mac: <code>~/Library/Logs/Unity/Player.log</code>
* Linux: <pre>~/.config/unity3d/Editor/Player.log</pre>
* Linux: <code>~/.config/unity3d/Editor/Player.log</code>




{{Modding Navbox}}
{{Modding Navbox}}

Navigation menu