A community-driven repository of custom presets for the RimTalk mod.
- Download any
preset.jsonfile from this collection. - Copy the downloaded file to the specific directory for your OS:
C:\Users\%USERNAME%\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\RimTalk\Presets
~/Library/Application Support/RimWorld by Ludeon Studios/Config/RimTalk/Presets
~/.config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios/Config/RimTalk/Presets
~/.local/share/Steam/steamapps/compatdata/294100/pfx/drive_c/users/steamuser/AppData/LocalLow/Ludeon Studios/RimWorld by Ludeon Studios/Config/RimTalk/Presets
Tip
On Linux and Steam Deck, folders starting with a dot (like .local) are hidden. Press Ctrl + H in your file manager to reveal them.
- Launch RimWorld.
- Open RimTalk's mod settings.
- Switch to Advanced Mode (if not already enabled).
- Go to the Prompt Setting, select Import, and load your chosen preset.
- Activate the loaded preset.
We love new presets! To add yours to the collection:
- Fork/Check out this repository.
- Create a folder under
/presets/named after your username or alias. - Add your exported JSON file and a plain text version (
.txt) directly to your username folder. (Note: If you are contributing multiple presets, please create a sub-folder for each preset). - Include a README.md in the folder using the template provided in
/templates/CONTRIBUTER_README.md. - Create a Pull Request with a brief description of what your preset does.
Single Preset:
presets/
├── your-username/
│ ├── Cool-Preset.json
│ ├── Cool-Preset.txt
│ └── README.md
Multiple Presets:
presets/
├── your-username/
│ ├── Cool Preset 1/
│ │ ├── Cool-Preset-1.json
│ │ ├── Cool-Preset-1.txt
│ │ └── README.md
│ ├── Cool Preset 2/
│ │ ├── Cool-Preset-2.json
│ │ ├── Cool-Preset-2.txt
│ │ └── README.md