Destiny PS4 MaxAimDI Mouse Settings

Titan One general support. Questions, firmware update, feature request.

Destiny PS4 MaxAimDI Mouse Settings

Postby hellfish » Wed Sep 10, 2014 12:43 pm

Hey guys,

I am a new Titan One user and everything is working fine and dandy but I just need to tune the mouse moment so that it acts more like a mouse when I aim in Destiny sadly have not been able to find that sweet spot was looking for after playing around with it for a few hours. SO I was wondering if you guys (the community) are willing to post your mouse settings via export file or even a screenshot of your mouse settings will do! I am sure it will not only help me but any other new Titan One users looking for that "PC aiming experience". Anyways, please and thank you for your time and lets BECOME LEGEND together. Cheers.
User avatar
hellfish
Sergeant
Sergeant
 
Posts: 8
Joined: Mon Aug 18, 2014 8:41 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby tOwely » Wed Sep 10, 2014 1:34 pm

Destiny is a tough nut to crack.
Ive been trying for a long while also, but im no where near a "good" feeling. It just feels very off, and I have to fight it all all the time.
I hope some one finds the right path, if im lucky enough to find it, ill be sure to post it. Would appreciate if you do the same :)
User avatar
tOwely
Sergeant Major
Sergeant Major
 
Posts: 104
Joined: Fri Aug 15, 2014 12:32 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby hellfish » Wed Sep 10, 2014 1:52 pm

For sure man, its just so hard since it seems like the speed for the mouse slows down when you are aiming down sights and it becomes almost un aimable like I have to try extremely hard to aim . . . I will post my mouse setup when I get home so if you want you can try them . . . Best of luck to you bro . . . We will find the settings one way or another haha
User avatar
hellfish
Sergeant
Sergeant
 
Posts: 8
Joined: Mon Aug 18, 2014 8:41 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby tOwely » Wed Sep 10, 2014 2:53 pm

hellfish wrote:For sure man, its just so hard since it seems like the speed for the mouse slows down when you are aiming down sights and it becomes almost un aimable like I have to try extremely hard to aim . . . I will post my mouse setup when I get home so if you want you can try them . . . Best of luck to you bro . . . We will find the settings one way or another haha


The aim slowdown when scoped is possible to fix with a script.

Im not so good with scripts, but perhaps you can try this one:

Code: Select all
define ZOOM = PS4_L2; // Change this to your console, usually looking for the Left trigger
define SENS_ZOOM_INCREASE = 10; // You can change this value as needed
define X_AXIS = PS4_RX; // Change this to your console
define Y_AXIS = PS4_RY; // Change this to your console
main {
if(get_val(ZOOM)) {
sensitivity( X_AXIS, NOT_USE, 100 + SENS_ZOOM_INCREASE );
sensitivity( Y_AXIS, NOT_USE, 100 + SENS_ZOOM_INCREASE );
}
Last edited by tOwely on Wed Sep 10, 2014 10:08 pm, edited 1 time in total.
User avatar
tOwely
Sergeant Major
Sergeant Major
 
Posts: 104
Joined: Fri Aug 15, 2014 12:32 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby hellfish » Wed Sep 10, 2014 3:24 pm

Hmm, did you try this? also how do I try this when I get home if you didn't have the chance to? Please and thanks.
User avatar
hellfish
Sergeant
Sergeant
 
Posts: 8
Joined: Mon Aug 18, 2014 8:41 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby tOwely » Wed Sep 10, 2014 3:58 pm

hellfish wrote:Hmm, did you try this? also how do I try this when I get home if you didn't have the chance to? Please and thanks.


In Gtuner, you have a few different tabs on the bottom of the main window.
Press the one named "Compiler".
Then go to the menue File/New/GPC Script
Now mark ALL the text (dont leave any out) that you see in the window, and paste it over with the text i wrote in my last reply.
Now open up MaxAimDI (if you dont already have it open) press the "Layout options" menu.
And then press "Load GPC Script"

Now you should get higher sensitivity when holding your scope button.

If you feel the sensitivity is to high or to low, you can change in the script. Read it and it says what you can change.
I have it on 8 atm, and not on 10 as it says in the script.
If you want to change it, you change this line:
define SENS_ZOOM_INCREASE = 8
User avatar
tOwely
Sergeant Major
Sergeant Major
 
Posts: 104
Joined: Fri Aug 15, 2014 12:32 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby hellfish » Wed Sep 10, 2014 5:15 pm

aight sick, I will try it out when I get home thanks!, also u should add me on PSN, PM me ur PSN name and I'll add u? xD
User avatar
hellfish
Sergeant
Sergeant
 
Posts: 8
Joined: Mon Aug 18, 2014 8:41 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby hellfish » Wed Sep 10, 2014 9:41 pm

yeah it doesn't compile properly, gave me a bunch of errors =(
User avatar
hellfish
Sergeant
Sergeant
 
Posts: 8
Joined: Mon Aug 18, 2014 8:41 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby tOwely » Wed Sep 10, 2014 9:55 pm

hellfish wrote:yeah it doesn't compile properly, gave me a bunch of errors =(

Then you entered it wrong.
It works fine.
Try it again and make sure the script is 100% blank when you start.

Code: Select all
define ZOOM = PS4_L2; // Change this to your console, usually looking for the Left trigger
define SENS_ZOOM_INCREASE = 10; // You can change this value as needed
define X_AXIS = PS4_RX; // Change this to your console
define Y_AXIS = PS4_RY; // Change this to your console
main {
if(get_val(ZOOM)) {
sensitivity( X_AXIS, NOT_USE, 100 + SENS_ZOOM_INCREASE );
sensitivity( Y_AXIS, NOT_USE, 100 + SENS_ZOOM_INCREASE );
}
Last edited by tOwely on Wed Sep 10, 2014 10:02 pm, edited 2 times in total.
User avatar
tOwely
Sergeant Major
Sergeant Major
 
Posts: 104
Joined: Fri Aug 15, 2014 12:32 pm

Re: Destiny PS4 MaxAimDI Mouse Settings

Postby tOwely » Wed Sep 10, 2014 9:56 pm

hellfish wrote:aight sick, I will try it out when I get home thanks!, also u should add me on PSN, PM me ur PSN name and I'll add u? xD

Sure ill pm you tomorrow. :)
User avatar
tOwely
Sergeant Major
Sergeant Major
 
Posts: 104
Joined: Fri Aug 15, 2014 12:32 pm

Next

Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 106 guests