pubg gamepack

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

pubg gamepack

Postby Fak3messiah » Sun Mar 11, 2018 11:42 pm

is there anything special i have to do to make the game auto hold breathe when i ads?
i turned it on but it doesn't seem to work. anyone else have this issue?
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: pubg gamepack

Postby J2Kbr » Mon Mar 12, 2018 9:29 am

Select the option "Activated on full press ADS(Scope) trigger", it will activate only when fully pressing the ADS button, allowing you better control when hold breath or not. I am using this way and it is working very 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

Re: pubg gamepack

Postby Fak3messiah » Mon Mar 12, 2018 2:34 pm

i think I'm just having issues because I'm using a xim apex maybe
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: pubg gamepack

Postby J2Kbr » Tue Mar 13, 2018 7:08 pm

that may be the case, I remember with BF it was needed add a delay for XIM4 to auto press the hold breath button few milliseconds after the ADS button press, otherwise the hold breath is not registered by the game.
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: pubg gamepack

Postby Fak3messiah » Tue Mar 13, 2018 7:42 pm

I cannot go into the code and do that though can I? Since it’s a game pack. Plus I’m not quite sure I’d know what I’m doing lol

The rapid fire and anti-recoil work just fine
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: pubg gamepack

Postby J2Kbr » Tue Mar 13, 2018 7:53 pm

Let me test in game to confirming what I said above, if positive a special holdbreath mode will be added to the gamepack. :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: pubg gamepack

Postby Fak3messiah » Tue Mar 13, 2018 8:20 pm

Thanks man! You are awesome!
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: pubg gamepack

Postby Fak3messiah » Wed Mar 14, 2018 9:52 pm

Any luck on testing j2?
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am

Re: pubg gamepack

Postby J2Kbr » Thu Mar 15, 2018 10:09 am

I didn't have chance to test yet, sorry.

Please check if the following script will hold breath properly with XIM, this will confirm what I said above.

Code: Select all
main {
    if(get_val(BUTTON_8) && time_active(BUTTON_8) > 150) {
        set_val(BUTTON_7, 100.0);
    }
}
 
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: pubg gamepack

Postby Fak3messiah » Thu Mar 15, 2018 5:04 pm

I won’t be home today but I’ll test it tomorrow and get back to you
User avatar
Fak3messiah
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Fri Jan 19, 2018 12:02 am


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 184 guests