Page 1 of 1

Black Ops 4 Game Pack enhancement request

PostPosted: Wed Jan 16, 2019 6:15 am
by veritasmining
Would it be at all possible to update the BO4 Gamepack to include one extra features?

1) When hitting r2 to fire it auto looks down the sight and holds it while firing.
So basically making R2 to L2 work at the same time when hitting r2.

L2 stays the same. Does not fire when holding L2.

Or if there's a way I can add it to the script, I would be ok with doing it myself if told what to do. Thank you for your help.

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Wed Jan 16, 2019 7:41 am
by J2Kbr
Added to BO4 Gamepack version 1.6. In the SHOT MODE select "Auto Aim Down Sights". thank you for your suggestion.

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Wed Jan 16, 2019 6:29 pm
by veritasmining
Awesome, Thank you so much!

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Fri Feb 01, 2019 3:58 pm
by USER101
J2Kbr wrote:Added to BO4 Gamepack version 1.6. In the SHOT MODE select "Auto Aim Down Sights". thank you for your suggestion.


Hello, could you add auto heal with a variable delay? Also, possibly add the easy slide without having to hold the button down? FYI I play using the tactical profile. Finally, I want to thank you for letting us go negative on the anti recoil seeing as how I play inverted. The only other script I would even consider using does not account for that. Thanks

"OOPS I thought this was for the titan two!"

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Fri Feb 01, 2019 6:21 pm
by J2Kbr
Thank you for your support.

Suggestions annotated. :smile0517:

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Sun Mar 31, 2019 4:41 pm
by veritasmining
Auto heal would be an awesome addition if you could do that. I believe someones wrote the script for it, but I don't know how to add it to the current program.

//Auto Heal
if(get_val(ADS_BTN) && event_press(RIGHT)){
Auto_Heal =! Auto_Heal;
if(Auto_Heal == TRUE){combo_run(Notify);a=2;b=2;}
if(Auto_Heal == FALSE){combo_run(Notify);a=2;b=1;}
}

if (Auto_Heal){
if(event_release(FIRE_BTN) && get_ptime(FIRE_BTN)< 5000){combo_run(AUTO_HEAL);}
}

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Sat Apr 06, 2019 5:18 pm
by veritasmining
bump as requested

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Sat Apr 13, 2019 9:00 pm
by veritasmining
Also, might it be possible to add a button combo to switch from (1) memory slot setting to the (2) other without having to hit the button on the device or use gtuner? Say like hold arrow down and square.

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Wed Apr 24, 2019 2:17 pm
by J2Kbr
Auto Heal added on Gamepack version 1.8, under SHOT MODE options. :smile0517:

Re: Black Ops 4 Game Pack enhancement request

PostPosted: Sun May 05, 2019 7:27 pm
by veritasmining
Thank You very much