Post your COD Infinite Warfare M&K Settings

Gtuner Plugins support. MaxAim, MaxRemapper, Combo Magick, Game Rec.

Post your COD Infinite Warfare M&K Settings

Postby NConte » Mon Nov 28, 2016 10:09 pm

What are you guys currently using for settings for the Game?
User avatar
NConte
Staff Sergeant
Staff Sergeant
 
Posts: 14
Joined: Sat Feb 20, 2016 3:30 am

Re: Post your COD Infinite Warfare M&K Settings

Postby J2Kbr » Tue Nov 29, 2016 4:46 pm

Making an post here to follow any future anwser.
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: Post your COD Infinite Warfare M&K Settings

Postby Aqid » Tue Nov 29, 2016 4:53 pm

After one day of messing around and reading up on it a little bit I am currently using:

Smoothness: 0
Accel: 0.25 with 1.0 ratio
Sensitivity: 25 with 1.2 ratio
Sticksize: 142 with 1.0 ratio
Deadzone X: 34
Deadzone Y: 35
Deadzone shape Ellipse
DPI: 1800 (matched Razer mouse settings)
In-game sensitivity: 15

It's not great, but I'd say its 95% to my liking.

There is another thing that seriously bothers me and that's ADS. Once you aim down sights your sensitivity slows down. This is because of how the game handles controllers, but us K/M people are not used to that. So I found a script to up the sensitivity while aiming down sights. It was set at 110% but that wasn't nearly enough. I found 135% to be the sweet spot. There is one major issue with it tho, the script activates the moment you right click. But the game slowing down your aim does not kick in until you're actually aiming down the sights. Result: moment you press zoom there is a 0.1-0.2 second time frame where your regular sensitivity is boosted to 135% causing a mouse jerk. The wait command does not work inside the "main" and/or "if" statement (why not btw? I wish it did). So right now I have no idea how to solve that. If there's any experts out here I'd be happy to hear it.

My current ADS script:
Code: Select all
 
define ZOOM = XB1_LT; // Change this to your console, usually looking for the Left trigger
define X_AXIS = XB1_RX; // Change this to your console
define Y_AXIS = XB1_RY; // Change this to your console
 
 
main {
    if(get_val(ZOOM)) {
        sensitivity( X_AXIS, 0, 100)
        sensitivity( Y_AXIS, 0, 100)
        sensitivity( X_AXIS, 0, 135)
        sensitivity( Y_AXIS, 0, 135)     
    }
} 
 
User avatar
Aqid
Sergeant
Sergeant
 
Posts: 8
Joined: Tue Nov 29, 2016 4:35 pm

Re: Post your COD Infinite Warfare M&K Settings

Postby J2Kbr » Tue Nov 29, 2016 4:55 pm

Welcome to our community Aqid. Thank you for sharing your settings and script. Really appreciated.
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: Post your COD Infinite Warfare M&K Settings

Postby Aqid » Tue Nov 29, 2016 5:03 pm

J2Kbr wrote:Welcome to our community Aqid. Thank you for sharing your settings and script. Really appreciated.


Thanks, glad to be here! No problem, got my Titan One in last night and am already enjoying it! If you have any input or if you know anyone that might be able to give some input on the ADS portion let me know. I can script fairly well, but I'm new to this scripting language and don't know exactly which options we have/don't have.
User avatar
Aqid
Sergeant
Sergeant
 
Posts: 8
Joined: Tue Nov 29, 2016 4:35 pm

Re: Post your COD Infinite Warfare M&K Settings

Postby Aqid » Wed Nov 30, 2016 6:25 am

New settings + new ADS script:

Smooth: 0 / 0
Accel: 0.28 / 0.28
Sensitivity: 24 / 30
Stick: 142 / 142
Deadzone: 34 / 35
In-game sensitivity: 14

ADS Scipt
Code: Select all
 
define ZOOM = XB1_LT; // Change this to your console, usually looking for the Left trigger
define X_AXIS = XB1_RX; // Change this to your console
define Y_AXIS = XB1_RY; // Change this to your console
 
 
main {
    if(get_val(ZOOM)) {
        sensitivity( X_AXIS, 50, 100)
        sensitivity( Y_AXIS, 50, 100)
        if(get_ptime(ZOOM) >= 100) {
            sensitivity( X_AXIS, 55, 150)
            sensitivity( Y_AXIS, 55, 150)
        }
    }
}


I'd say I'm there for 99% now. Still lacking that smoothness you have on a PC, but its pretty darn close and 10x better than using the damn Xbox controller!
User avatar
Aqid
Sergeant
Sergeant
 
Posts: 8
Joined: Tue Nov 29, 2016 4:35 pm


Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 55 guests