Destiny 2 & Sparrow slow turns - need help

GPC2 script programming for Titan Two. Code examples, questions, requests.

Destiny 2 & Sparrow slow turns - need help

Postby ShimmiShu » Tue Sep 15, 2020 4:35 pm

I am looking for a Script that helps on Mouse an Keyboard to have better Turn Arounds on Sprint as on Sparrow too
User avatar
ShimmiShu
Sergeant Major
Sergeant Major
 
Posts: 73
Joined: Tue Mar 17, 2020 11:30 am

Re: Destiny 2 & Sparrow slow turns - need help

Postby Mad » Tue Sep 15, 2020 8:55 pm

Hi try this, you can change KEY to your liking, hold it down when needed to increase sens:
Code: Select all
#include <keyboard.gph>
#define SENSITIVITY 2.0
#define KEY KEY_M
 
main {
    if(key_status(KEY){
        set_val(STICK_1_X, clamp(get_actual(STICK_1_X) * (fix32) SENSITIVITY, -100f, 100f));
        set_val(STICK_1_Y, clamp(get_actual(STICK_1_Y) * (fix32) SENSITIVITY, -100f, 100f));
    }
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Destiny 2 & Sparrow slow turns - need help

Postby ShimmiShu » Wed Sep 16, 2020 6:12 am

Hi Mat. Thanks a lot..... I am a Rookie with Titan Two.....
There are 2 Question.

1. Where do i add this to
2. Can this be add to the Destiny 2 Gamepack?
User avatar
ShimmiShu
Sergeant Major
Sergeant Major
 
Posts: 73
Joined: Tue Mar 17, 2020 11:30 am

Re: Destiny 2 & Sparrow slow turns - need help

Postby J2Kbr » Wed Sep 16, 2020 11:20 am

You can also achieve similar results with Input Translator (input translators can be used along existing scripts and Gamepacks).

For that, in the Input Translator editor panel, create a new Key Map of you choice and map it to STICK_1_X, mark the "Inverted" checkbox to turn left, or leave it blank to turn right.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Destiny 2 & Sparrow slow turns - need help

Postby ShimmiShu » Thu Sep 17, 2020 2:39 pm

Ok ... With the Input Translator i can just turn a round fast for lets say 180° - there´s no control of the movement with Mouse and Keyboard
But what i need is a faster turn to the Left or Right while on Sprint or driving with the Sparrow.

Right now i just can turn to left or right VERY slow whats a normal behave of Destiny 2 on console.
On Sprint and Sparrow i need something that makes the Mouse "X and Y Movement" faster and back to normal behave when on normal Movement or not on Sparrow anymore
User avatar
ShimmiShu
Sergeant Major
Sergeant Major
 
Posts: 73
Joined: Tue Mar 17, 2020 11:30 am

Re: Destiny 2 & Sparrow slow turns - need help

Postby DontAtMe » Thu Sep 17, 2020 4:42 pm

When you use your controller, so no mouse.
Is it possible to turn at the speed you are asking for during those conditions, driving, and sprinting?

Because the turn speed is limited to only what a controller can do.
User avatar
DontAtMe
Captain
Captain
 
Posts: 502
Joined: Tue Oct 02, 2018 4:49 am

Re: Destiny 2 & Sparrow slow turns - need help

Postby ShimmiShu » Thu Sep 17, 2020 5:18 pm

Yes with Pad its all fine also through Titan Two


Well, i was using Xim Apex before and with some settings to speed up the Mouse (mouse speed) while keep pressing LShift (in my Case) the Movement on Sprint is like if playing with Controller.
Same with Sparrow..Calling the Sparrow and pressing the R Key (switched Mode) (also just in my case) the mouse speed is also faster and the behave of the Sparrow is like playing with Pad.

But... i dont want to use the Xim Apex anymore because i would need an extra Mouse and Keyboard

Thought that Titan Two has something similiar.....
User avatar
ShimmiShu
Sergeant Major
Sergeant Major
 
Posts: 73
Joined: Tue Mar 17, 2020 11:30 am


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 214 guests