Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions srconfigs/cats/practice.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// Practice category - for ad-hoc trigger testing
// Used by sar_speedrun_adhoc_trigger

// Enable cheats (needed for trigger visualization)
sv_cheats 1

// Show triggers without text clutter
sar_speedrun_draw_triggers 2

// Timer settings
sar_speedrun_offset 0
sar_speedrun_time_pauses 0
sar_speedrun_start_on_load 2
sar_speedrun_smartsplit 1

// Toast colors for split times
sar_toast_tag_set_color adhoc_best 00FF00
sar_toast_tag_set_color adhoc_slow FF6666

// Bigger toasts for practice
sar_toast_font 33

// Disable default speedrun toast (we show our own delta instead)
sar_toast_tag_set_duration speedrun 0
1 change: 1 addition & 0 deletions srconfigs/srconfigs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ cond "game=srm" add_cat celeste
cond "game=srm" add_cat reverse
cond "game=portal2 | game=srm | game=mel | game=aptag" add_cat chapter_il
add_cat workshop
add_cat practice

// Add the auto-selection for all the built-in categories
default_cat fullgame
Expand Down