Attachment 8519
add
if(get_val(PS4_L2))
set_val(PS4_R2, 100);
on line 1363 (look at the screenshot)
Attachment 8519
add
if(get_val(PS4_L2))
set_val(PS4_R2, 100);
on line 1363 (look at the screenshot)
Tnks so much
Thanks for this great script Noozbar. It really is next level how much you've allowed us to fine tune recoil, aim assist, etc. to suit our playstyle and weapon choices. This and your RDR2 script make both games much more enjoyable.
Thank you for the script nooz!
Always the best division scripts since D1
I have tried the script and it is great! There is one thing though, The autorun only applies if running forward at 60%. would it be possible to have the run always activated no matter which direction? i usually set toggle to off so i just keep it pressed.
with v3.02 ( https://cronusmax.com/gpclib/?s=11494 ), autorun works in any direction, up, down, left or right
Autorun zone is the green area
Attachment 8633
I used the previous version well. Thank you.
There seems to be a problem saving this version.
I'm using ps4pro.
Please check.
I don't have save problems (with v 3.02)
You have to save (tap PS or XBOX button) when you are in one of the menus, not outside of it.
Also, if you program the script on slot 1 and configure it, if you replace the old version by the new one (still on slot 1), it will reset the backups.
If you reprogram slot 1 with the same script, you must first click on Reload Slots, then drag and drop the script to slot 1 and finally click on Program Device.
This way you don't lose your configuration
Hi Nooz,
This particular script seems to be crashing my zen. Once i load it in, it give me an error code.
I'm on PS5.
If i were to write my own script and just want the autorun feature, can i use something like this?
/* AutoRun
push the left stick 90% forward or to the sides to run (it is preferable to activate the "hold to run" option in game) */
if(autorun_on)
{
if(!get_val(PS4_L2) && !get_val(PS4_R2) && /*get_ival(PS4_LY) < -20 && */(isqrt(pow(abs(get_ival(PS4_LX)),2) + pow(abs(get_ival(PS4_LY)),2)) >= 90))
set_val(PS4_L3, 100);
}
I have 2 devices and people testing the script, the crashes don't come from the script but from ZEN Studio which is maybe corrupted
Think about factory reset your zen too
autorun is only that
Code:if(!get_val(PS4_L2) && !get_val(PS4_R2) && /*get_ival(PS4_LY) < -20 && */(isqrt(pow(abs(get_ival(PS4_LX)),2) + pow(abs(get_ival(PS4_LY)),2)) >= 90)) set_val(PS4_L3, 100);
sure. I’ll give it a shot.
I uploaded the script and was greeted with E3002.
i then factory defaulted and reinstalled firmware and reinstalled the script again and the same error came up.
I removed the script and the error code went away. I tried it another time and same thing happened hence I felt it was a script error.
remove all this
Attachment 8641
Do you have any other scripts on your ZEN?
Did you delete CronusZEN folder in %AppData% folder?
I update and change things every day in this script and therefore, I reprogram ZEN every day with this script, I have never seen an E300X error since I have ZEN (so since October 2019) with this script or another script
Noozbar,
What is "ar time" and how does that value effect recoil?
@noozbar i loaded new script .. i cant seem to be able to adjust recoil just keeps shooting up at end value no matter what value number i enter
the last version script is still in a slot and works well with no issues.. dont know what im doing wrong
@noozbar where would i put the value that you gave me for last version
if(get_val(Ps4_R2))
set_val(PS4_L2)) 100));
what column would that go on new version please
has anyone got this script to adjust recoil? i cant adjust recoil for no weapon at all.. please help if anyone has a solution. Thanks
There is a new antirecoil stop if there is no rumbles detected
As I sayed, you have to enable rumble in game options, then, if you don't want rumble feedback, disable rumble on the script ONLY (with OLED menu)
That's maybe the reason why you don't feel antirecoil
- - - Updated - - -
in the same spot as for the previous version![]()