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

Save Files

Character Save Files

%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<user-id>\saves

World Save Files

%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<user-id>\worlds

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

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\Mods

Mod Configuration Files

%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<user-id>\mods

Last updated