Eightball implemented.
Adjustments to SMP 7243 recoil.
This commit is contained in:
parent
bac59b45c1
commit
a900660e55
9 changed files with 635 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ Class OLSMP : UnrealWeapon
|
|||
}
|
||||
else
|
||||
{
|
||||
vel -= x*(player.onground?4.:1.5);
|
||||
vel -= x*(player.onground?2.2:1.);
|
||||
vel.z += (player.onground?.5:.15);
|
||||
}
|
||||
Vector3 origin = Vec2OffsetZ(0,0,player.viewz)+10.0*x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue