quick knife script!
2013-07-18, 09:31 AM
#2
RE: quick knife script!
So here's the code that I copy+pasted onto here. If somebody could show me how to include these into ACR, that'd be nice. =)

Quick Knife - Credits go to Kirin/AizeN
Code:
alias quickknife [
    if (!= (curweapon) 6) [melee]
    attack
    onrelease [ sleep 1 [ if (= (curweapon) 0) [weapon (prevweapon)] ] ]
]
bind Q quickknife

Can somebody instead change the Q bind to V? The Q currently is for fire selection in ACR. I could probably change it, but I might fudge it up.

Zoom script by stef:
Code:
//zoom script by stef with fog 1024 trick added, a must for a sniper
alias adjustsens [
scopefov 40
scopesensscale = (divf $scopefov $fov)
]
alias altaction_4 [ alias oldfog $fog;fog 1024
adjustsens; domodifier 1; zoom 1;
onrelease [ zoom 0; adjustsens; fog $oldfog ]
]
alias delta_game_1 [
  if (= $arg1 1) [
    if (> $scopefov 5) [scopefov (- $scopefov 5) ]
  ][
    if (< $scopefov 60) [scopefov (+ $scopefov 5) ]
  ];
  sensitivity (divf (*f (*f $oldsens $scopesensscale) $scopefov) 40)
With this script you can zoom with your sniper. Just scroll with your scrollwheel while you scope.
Seems like a must for ACR.

DSO
Windows 8 fanboy =D
"Not dead, can't quit"
Post Reply Quote this message in a reply


Messages In This Thread
quick knife script! - by {KE}bluwarguy - 2013-07-18, 08:10 AM
RE: quick knife script! - by DeltaStrikeOp - 2013-07-18, 09:31 AM
RE: quick knife script! - by Victor - 2013-07-18, 10:05 AM
RE: quick knife script! - by {KE}bluwarguy - 2013-07-18, 11:51 AM
RE: quick knife script! - by Victor - 2013-07-18, 01:38 PM
RE: quick knife script! - by DeltaStrikeOp - 2013-07-18, 08:06 PM
RE: quick knife script! - by dm.mossberg590a1 - 2013-07-18, 08:15 PM
RE: quick knife script! - by rXn - 2013-07-19, 09:38 AM
RE: quick knife script! - by DeltaStrikeOp - 2013-07-19, 10:39 AM
RE: quick knife script! - by rXn - 2013-07-19, 11:30 AM

Forum Jump:


This forum uses Lukasz Tkacz MyBB addons.