Skip to content

Commit

Permalink
BG Walking speeds regexp adjustment
Browse files Browse the repository at this point in the history
Was likely overthinking the regexp, as it was not reliable enough. Simplified and it's not working a lot better.
  • Loading branch information
CamDawg committed May 31, 2019
1 parent 2b1b2d7 commit 5e8ac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdtweaks/setup-cdtweaks.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -3888,7 +3888,7 @@ REQUIRE_PREDICATE NOT GAME_IS ~bg1 totsc iwd how totlm iwd2 pst pstee~ @25
ACTION_IF GAME_IS ~bgee bg2ee eet iwdee~ THEN BEGIN // in ee, can adjust the animation speed directly

COPY_EXISTING_REGEXP GLOB ~^[56][012345][01][0-9]\.ini$~ ~override~
REPLACE_TEXTUALLY ~^[ %TAB%]*move_scale[ %TAB%]*=[ %TAB%]*9[ %TAB%]*$~ ~move_scale=7~
REPLACE_TEXTUALLY ~^move_scale=9~ ~move_scale=7~
BUT_ONLY

END ELSE BEGIN
Expand Down

0 comments on commit 5e8ac25

Please sign in to comment.