08 Jun 15, 07:38PM
(This post was last modified: 16 Oct 16, 04:25PM by D3M0NW0LF.
Edit Reason: Added Mediafire Link and Removal Instructions
)
This is a script I forgot to release to you guys a while back, primarily because of testing and the fact it's Keettu's. Basically it reforms the default alt actions (except for sniper/grenade/knife), with a zoom effect and bursts for certain weapons (useful for sniping with an AR or something). Just put the cfg in your scripts folder and you're done. If you make any changes however, you'll have to reload the script ingame via command. You might also want to tweak it to fit your own needs (Like the desired FOV, or sensetivity, or maybe you don't like bursting while zooming in, it's all up to you).
DOWNLOAD Ac-Akimbo (DOWN ATM)
DOWNLOAD Mediafire
Here's the raw code if you wish to view it.
NOTE: If you wish to remove the command from your game, you MUST reformat the command it's self (whether you do it in the game after deleting the cfg file, or by altering the cfg file is up to you)!
DOWNLOAD Ac-Akimbo (DOWN ATM)
DOWNLOAD Mediafire
Here's the raw code if you wish to view it.
[SELECT ALL] Code:
//alternative alt action(s) script by Keettu. Currently a WIP
altaction_0 = [primary]
altaction_1 = [fov 80; hudgun 0; sensitivity 0.5; onrelease "fov 120"; onrelease "hudgun 1"; onrelease "sensitivity 1.2"] //gives togglezoom effect for PISTOL
altaction_2 = [fov 80; hudgun 0; sensitivity 0.5; onrelease "fov 120"; onrelease "hudgun 1"; onrelease "sensitivity 1.2"] //gives togglezoom effect for CARBINE
altaction_9 = [fov 80; hudgun 0; burstshots 9 6; sensitivity 0.5; onrelease "fov 120"; onrelease "hudgun 1"; onrelease "burstshots 9 0"; onrelease "sensitivity 1.2"] //gives togglezoom effect for AKIMBO
altaction_3 = [fov 80; hudgun 0; sensitivity 0.5; onrelease "fov 120"; onrelease "hudgun 1"; onrelease "sensetivity 1.2"] //gives togglezoom effect for SHOTGUN
altaction_4 = [fov 80; hudgun 0; burstshots 4 3; sensitivity 0.5; onrelease "fov 120"; onrelease "hudgun 1"; onrelease "burstshots 4 0"; onrelease "sensitivity 1.2"] //gives togglezoom effect and burst/fullauto via MOUSE2 press/release for SUBMACHINEGUN
altaction_6 = [fov 80; hudgun 0; burstshots 6 3; sensitivity 0.5; onrelease "fov 120"; onrelease "hudgun 1"; onrelease "burstshots 6 0"; onrelease "sensitivity 1.2"] //gives togglezoom effect and burst/fullauto via MOUSE2 press/release for ASSAULTRIFLE
NOTE: If you wish to remove the command from your game, you MUST reformat the command it's self (whether you do it in the game after deleting the cfg file, or by altering the cfg file is up to you)!
[SELECT ALL] Code:
altaction_X = [ ] . X being the altaction number you wish to reformat.
0 = Knife , 1 is Pistol , 2 is Carbine , 3 is Shotgun , 4 is Submachinegun , 5 is Sniper Rifle , 6 iis Assault Rifle , 7 and 8 I think are unused atm, and 9 is Akimbo