Important Folder Paths
Game Install Directory
Steam

Xbox Desktop Application
If you know where to find the Xbox desktop install files, update the docs to add this info!
Log Files
%userprofile%\appdata\locallow\Pugstorm\Core Keeper
$HOME/.config/unity3d/Pugstorm/Core\ Keeper
Placed in same folder as the server executable. No past logs are kept.
Save Files
Character Save Files
%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<user-id>\saves
$HOME/.config/unity3d/Pugstorm/Core Keeper/Steam/<user-id>/saves
Not applicable - characters exist client side.
World Save Files
%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<user-id>\worlds
$HOME/.config/unity3d/Pugstorm/Core Keeper/Steam/<user-id>/worlds
/Save/worlds subfolder of the server install directory.
Mod Files
There are 2 locations where mod files are stored:
Auto-Downloaded via mod.io
This is where the game's mod.io integration downloads the mods you are subscribed to.
C:\Users\Public\mod.io\5289
$HOME/.config/unity3d/Pugstorm/Core\ Keeper/mod.io/5289
Not applicable - servers can't use the mod.io integration. See the Manually Added Mods section.
The folder contains:
state.json, a file that encodes subscribed mods and their state.mods/, a folder which contains all downloaded mods. The folder names are mod.io IDs and are not human readable unless you lookup the IDs using the API. You can edit or delete files in this folder to remove or unsubscribe from mods.
Manually Added Mods
If you want to downloads mods manually, this is where you should put them. This is also where mod developers can find the mods packaged by the Unity editor during mod development.
CoreKeeper_Data\StreamingAssets\Mods subfolder of your game install directory.
For example:
C:\Program Files (x86)\Steam\steamapps\common\Core Keeper\CoreKeeper_Data\StreamingAssets\ModsCoreKeeper_Data\StreamingAssets\Mods subfolder of your game install directory.
CoreKeeperServer_Data\StreamingAssets\Mods subfolder of the server install directory.
Mod Configuration Files
%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<user-id>\mods
$HOME/.config/unity3d/Pugstorm/Core\ Keeper/Steam/<user-id>/mods
/Save/modssubfolder of the server install directory.
Last updated
Was this helpful?