Route Suggest Thumbnail
Slay The Spire 2

Route Suggest

VortexModder Avatar by VortexModder Jun 9, 2026 v1.0
Admin Approved Trusted Uploader

Files

Main File - Version v1.0 Latest

Jun 9, 2026 39 KB
Changelog:
Initial release
Download

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

  1. Download from GitHub releases

  2. Extract mod files to your mods folder (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

  3. 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

Room Type Score Reason
Rest Site +1 Heal and upgrade cards
Treasure +1 Free relic
Shop +1 Buy cards, relics, potions
Monster -1 Avoid combat
Elite -3 Avoid hard encounters
Boss 0 Final destination

Aggressive Path (Red) — Prioritizes Rewards

Room Type Score Reason
Rest Site +1 Heal and upgrade cards
Treasure +1 Free relic
Shop +1 Buy cards, relics, potions
Monster +2 Gold and card rewards
Elite +3 Relics and better rewards
Unknown +2 Potential for combat
Boss 0 Final destination

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):

Pattern Description Default
Rest → Elite Rest directly before elite 0
Elite → Rest Elite directly before rest 0
Treasure → Elite Treasure directly before elite 0
Rest → Any → Elite Rest two steps before elite 0
Elite → Any → Rest Elite two steps before rest 0
0 Shops to Boss Route has zero shops 0
1 Shop to Boss Route has exactly one shop 0
2 Shops to Boss Route has exactly two shops 0

Configuration

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., #FFD700 gold, #FF0000 red)

  • 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:

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 to mods/ 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_gameplay to false (visual-only mod)


Source:
GitHub – jiegec/STS2RouteSuggest

Requirements

This item needs the following to work. Install them as well:

Rate This Mod

0 ratings

to rate this mod.

Related Mods