Files
Main File - Version v1.0 Latest
Description
RouteSuggest – Optimal Map Path Suggestions for Slay the Spire 2
English
A mod that suggests the optimal path through the map and highlights it in gold (safe) or red (aggressive) on the map screen.
Supported game version: v0.103.3
Features
-
Dual path suggestions: Shows two optimal routes — a safe path and an aggressive path
-
Visual highlighting:
-
Gold: Safe path (minimizes risk)
-
Red: Aggressive path (prioritizes combat for rewards)
-
-
Smart scoring: Different weights for safe vs. aggressive playstyles
-
Expert scoring: Optional adjacency bonuses rewarding positional patterns (e.g., Rest before Elite)
-
GUI Configuration: Full in-game config via ModConfig (optional)
-
Manual Configuration: Direct JSON configuration for advanced users
Installation
-
Download from GitHub releases
-
Extract mod files to your
modsfolder (same directory as game executable):-
Windows:
C:\Program Files (x86)\Steam\steamapps\common\Slay the Spire 2\mods\ -
macOS:
~/Library/Application Support/Steam/steamapps/common/Slay the Spire 2/SlayTheSpire2.app/Contents/MacOS/mods/ -
Linux:
~/.steam/steam/steamapps/common/Slay the Spire 2/mods
-
-
Launch Slay the Spire 2 — mod loads automatically
How It Works
The mod calculates two optimal paths using different scoring systems:
Safe Path (Gold) — Minimizes Risk
Aggressive Path (Red) — Prioritizes Rewards
When both paths share an edge, it appears in gold.
Expert Scoring (Adjacency Bonuses)
Enable Expert Mode to apply positional bonuses. All bonuses default to 0 (disabled):
Configuration
GUI Settings (Recommended)
RouteSuggest integrates with ModConfig. When installed, appears in Settings > Mods.
General Settings:
-
Highlight Type: One (pick one optimal path) or All (highlight all tied paths)
-
Enable Expert Scoring: Toggle adjacency bonuses
Per-Path Configuration:
-
Enabled: Toggle path on/off
-
Name: Path identifier
-
Color: Hex color code (e.g.,
#FFD700gold,#FF0000red) -
Priority: Rendering priority (higher = on top when overlapping)
-
Scoring Weights: Sliders for each room type (positive = prefer, negative = avoid)
-
Expert Scoring Sliders: Adjacency bonuses and shop count bonuses
Other Options:
-
Add new path (slide to 1)
-
Remove path (slide to 1)
-
Reset to defaults
-
Changes saved automatically
Manual JSON Configuration
Edit RouteSuggestConfig.json:
{
"schema_version": 5,
"highlight_type": "One",
"expert_mode": false,
"path_configs": [
{
"name": "Safe",
"color": "#FFD700",
"priority": 100,
"enabled": true,
"scoring_weights": {
"RestSite": 1,
"Treasure": 1,
"Shop": 1,
"Monster": -1,
"Elite": -2
}
},
{
"name": "Aggressive",
"color": "#FF0000",
"priority": 50,
"enabled": true,
"scoring_weights": {
"RestSite": 1,
"Treasure": 1,
"Shop": 1,
"Monster": 1,
"Elite": 2,
"Unknown": 1
}
}
]
}Config location:
-
Existing users:
mods/RouteSuggestConfig.json(no migration needed) -
New users: Saved alongside
RouteSuggest.dll(falls back tomods/if DLL not found)
Latest Changelog Highlights
v1.11.0
-
Fixed configuration save bug
v1.10.0
-
Added shop count bonuses to expert scoring (schema v5)
v1.9.0
-
Added expert scoring mode with adjacency bonuses (schema v4)
-
Integrated with ModConfig v0.2.1 Button/ColorPicker controls
v1.7.0
-
Set
affects_gameplayto false (visual-only mod)
Requirements
This item needs the following to work. Install them as well:
Rate This Mod
Login to rate this mod.
by