Skip to content

Commit

Permalink
fix: double-toggle dialogue in all games
Browse files Browse the repository at this point in the history
  • Loading branch information
mlugg committed Mar 15, 2022
1 parent 4c5ff25 commit 0cf2b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aliases.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ sar_alias +dialogue "sar_hud_set_text 0 Dialogue #55FF55ON; sar_alias dialogue_
sar_alias -dialogue "sar_hud_set_text 0 Dialogue #FF5555OFF; sar_alias dialogue_toggle +dialogue; snd_setdialogue 0.01 0.01 0.01 0.01 0.01 0.01 1 0; nop"
+dialogue
sar_hud_show_text 0
// In Speedrun Mod, puzzlemaker_play_sounds is overriden by config.cfg
// after this runs; toggle the dialogue twice after that to override it
cond "game=srm" sar_on_config_exec "dialogue_toggle; dialogue_toggle"
// The dialogue stuff (both snd_setmixer and the P2SM thing) is overriden by
// config.cfg after this runs; toggle dialogue twice after that to override it
sar_on_config_exec "dialogue_toggle; dialogue_toggle"

// Funneling toggle
cond "game=portal2" svar_set __funneling_ban_text "fullgame, coop, or chapter IL"
Expand Down

0 comments on commit 0cf2b86

Please sign in to comment.