Page 18 of 23

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Mon Aug 26, 2019 7:27 pm
by alanmcgregor
UPDATE 4.3
Added: Auto-Strafe
autostrafeoptionsICC.jpg
autostrafeoptionsICC.jpg (33.12 KiB) Viewed 2407 times


:smile0517:

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Tue Aug 27, 2019 1:07 am
by alanmcgregor
UPDATE 4.4
Added: Auto-Slide
autoslideoptionsICC.jpg
autoslideoptionsICC.jpg (27.68 KiB) Viewed 2377 times


:smile0517:

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Tue Aug 27, 2019 4:02 pm
by JohnAbruzzi
could someone please help me, i'm brazilian and i had to use google translator because i don't speak english but if someone help i do the same to translate to portuguese! I would like to know how do I add this anti recoil script in Xim 4

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Tue Aug 27, 2019 5:29 pm
by Mr -selfie
Mad wrote:
Mr -selfie wrote:When I try to find the values they flash so fast on the screen on consultuner . Is there any way to get them to slow down ?

This might help:
Code: Select all
#define ffb1 ffb_get_actual(FFB_1, 0)
#define ffb2 ffb_get_actual(FFB_2, 0)
 
main {
  if(is_active(4)) {
    if (ffb1) printf("FFB1: %f", ffb1);
    if (ffb2) printf("FFB2: %f", ffb2);
  }
}



Thanks for the reply !
Least thing . Where do I insert this code at haha

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Tue Aug 27, 2019 7:09 pm
by Mad
File>New>Empty GPC File.

Paste the code in.

File>Install To>

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Fri Aug 30, 2019 4:45 pm
by FRANKWHITE
couple of questions
1. Can I use this for every game, I mean do I have to put this in a new memory slot on a different game.
2. If I do everything right does it change the second I shot to the right anti recoil slot ?
3. i'm on the XIM APEX, your saying leave vibration on but on the xim app manager can I turn it off ?

thanks guys

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Fri Aug 30, 2019 5:57 pm
by alanmcgregor
1. Yes you can use it for any game have it on several Titan Two Memory slots, and tune the script for an specific game.
2. If you are referring to the Self-loading feature, that's completely dependent of the game you are playing. If your game is sending FBB input to T2, and different value for different weapons, so this way that script can read it and use it to work it, then yes.
3. Be sure you are using a DS4 ver2, enable Vibration in your Console, your game and Titan Two. Leave XIM vibration OFF.

Honestly selfloading is very limiting, and you will be better by manually selecting a particular AR slot.

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Fri Aug 30, 2019 6:31 pm
by FRANKWHITE
alanmcgregor wrote:1. Yes you can use it for any game have it on several Titan Two Memory slots, and tune the script for an specific game.
2. If you are referring to the Self-loading feature, that's completely dependent of the game you are playing. If your game is sending FBB input to T2, and different value for different weapons, so this way that script can read it and use it to work it, then yes.
3. Be sure you are using a DS4 ver2, enable Vibration in your Console, your game and Titan Two. Leave XIM vibration OFF.

Honestly selfloading is very limiting, and you will be better by manually selecting a particular AR slot.



Thank you, your always helpful, I'm on xbox one x ,,, what is ds4 ver2

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Fri Aug 30, 2019 6:50 pm
by alanmcgregor
Oh, OK then no problem for you. DS4 = DualShock PS4 controller version 2.

Re: Special Anti-Recoil for XIM4 and XIM Apex

PostPosted: Sun Sep 01, 2019 3:14 pm
by JohnAbruzzi
I left a question here in the forum and no one answered me, I wonder if anyone please can explain to me how to put this anti recoil script in Xim! I have Xim 4, can someone please help me?