- May 29, 2017
- 1,038
- 1,579
If you don't mind getting your hand dirty, I did something like this in the relevant folders (will work on Mac or Linux, there is probably a similar way in Win):Does anyone know of a way to mod out all the insane pauses built into this game?
There's over 14,000 pauses built into every action and event and while for needed for animation most of the pauses are way too long. Some of these pauses last for 15 seconds. There's a full 1 second pause before dialogue windows start, this is INSANITY.
Every click feels sooooo slow in this game because of all these pauses built into every action.
Will someone please try and help me figure out how to mod this out?
View attachment 2695529
View attachment 2695532
View attachment 2695528
Bash:
perl -pi -e 's/\bpause\s+\d+(\.\d+)?\b/pause 0.05/g' *rpy
There are a few pauses that actually affect the narrative pacing (like I suspect that 8+ sceond monster on line 306 is doing something dramatic), you can change the first "\d" to "[0-5]" if you want to leave the longer pauses alone.