[PS4} FarCry4 m/k setting

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

[PS4} FarCry4 m/k setting

Postby poachiche » Sat Nov 22, 2014 11:47 pm

so far they are pretty good

Image
User avatar
poachiche
Command Sergeant Major
Command Sergeant Major
 
Posts: 116
Joined: Fri Oct 10, 2014 4:17 pm

Re: [PS4} FarCry4 m/k setting

Postby J2Kbr » Sun Nov 23, 2014 12:14 am

:joia: :joia: :smile0517:
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: [PS4} FarCry4 m/k setting

Postby poachiche » Sun Nov 23, 2014 7:56 pm

i made a new mouse setting for far cry and its an improvement over the last one

i use 6400 dpi on both mouse and max aim and i used 20 in game speed setting

Image

and i use this code made by j2k for ads with sensitivity at 130 the whole thing is a big improovement over the first one i posted

Code: Select all
define ADS_SENSITIVITY = 130; // 120 means 20% faster
                              // 150 == 50% faster
                              //  80 == 20% slower
                              //  40 == 60% slower

int rapidfire_toogle = FALSE;

init {
    // Disable Rumble
    block_rumble();
}

main {
    // If ADS is pressed (L2)
    if(get_val(PS4_L2)) {
        sensitivity(PS4_RX, NOT_USE, ADS_SENSITIVITY);
        sensitivity(PS4_RY, NOT_USE, ADS_SENSITIVITY);
    }

    // Rapidfire Toogle
    if(event_press(CEMU_EXTRA9)) {
        rapidfire_toogle = !rapidfire_toogle;
    }

    // R2 Rapidfire
    if(rapidfire_toogle && get_val(PS4_R2)) {
        combo_run(RapidFire);
    }
}

combo RapidFire {
    set_val(PS4_R2, 100);
    wait(40);
    set_val(PS4_R2, 0);
    wait(30);
    set_val(PS4_R2, 0);
}
User avatar
poachiche
Command Sergeant Major
Command Sergeant Major
 
Posts: 116
Joined: Fri Oct 10, 2014 4:17 pm

Re: [PS4} FarCry4 m/k setting

Postby Boskosauce » Mon Dec 01, 2014 9:43 am

I feel like the aiming is still a bit off, even with auto aim disabled.

I may need to just buy the game for the PC if I want a better experience with the keyboard and mouse. Christmas present to myself if I can afford it, maybe.
User avatar
Boskosauce
Corporal
Corporal
 
Posts: 5
Joined: Tue Oct 14, 2014 9:51 pm

Re: [PS4} FarCry4 m/k setting

Postby J2Kbr » Mon Dec 01, 2014 12:35 pm

I'm getting FarCry4 to make a Gamepack. Then I can test the MaxAim with it and help with the mouse settings as well.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 97 guests