Page 1 of 1

Script for The Witness (increase turn speed)

PostPosted: Fri Feb 05, 2016 2:48 pm
by pablosscripts
This is a really simple one:

Code: Select all
define SPRINT_BUTTON    = PS4_L2;

main {
     set_val(SPRINT_BUTTON, 100);
}


The turn speed is so insanely slow that the only way to speed it up a little is to constantly sprint. My finger was getting sore holding down L2 all the time so I created this script. You can't use the regular Easy Sprint script because sprint in this game also speeds up walking backwards as well as strafing. Strafing is actually where the increased turn speed comes from, it doesn't actually increase the max speed per se - you turn the right stick while strafing. It feels much better. I've just started the game so hopefully there aren't parts that require you to walk, otherwise it'll require another button to disable this when needed.

Enjoy.

(this is the first script I've created, so be gentle)

Re: Script for The Witness (increase turn speed)

PostPosted: Mon Feb 08, 2016 12:17 pm
by J2Kbr
Thank you pablo for sharing your script with us!! :) Have you also published it on our Online Library?