Add shaders that will just return positional information
This commit is contained in:
@@ -322,7 +322,8 @@ ltAutoGun = defaultAutoGun
|
||||
, useTimeCheckI
|
||||
, withSoundI 0
|
||||
, useAmmo 1
|
||||
, withRandomDirI 0.3
|
||||
, withRandomDirI 0.1
|
||||
, torqueAfterI 0.2
|
||||
, withSidePushI 50
|
||||
, withMuzFlareI
|
||||
]
|
||||
@@ -357,25 +358,30 @@ miniGun = defaultAutoGun
|
||||
[ ammoCheckI
|
||||
, withWarmUpI 26
|
||||
, useTimeCheckI
|
||||
, withRecoilI 25
|
||||
, withRecoilI recoilAmount
|
||||
, withSoundForI 28 2
|
||||
--, withThinSmokeI
|
||||
, torqueAfterI 0.05
|
||||
, withSidePushI 53
|
||||
, withRecoilI recoilAmount
|
||||
, withRandomOffsetI 12
|
||||
, trigDoAlso (useAmmoParamsVelMod vm1)
|
||||
--, torqueBeforeForcedI 0.001
|
||||
, withSidePushI 52
|
||||
, withRecoilI recoilAmount
|
||||
, withRandomOffsetI 11
|
||||
, withOldDir od1
|
||||
, trigDoAlso (useAmmoParamsVelMod vm2)
|
||||
--, torqueBeforeForcedI 0.001
|
||||
, withSidePushI 51
|
||||
, withRecoilI recoilAmount
|
||||
, withRandomOffsetI 10
|
||||
, withOldDir od2
|
||||
, trigDoAlso (useAmmoParamsVelMod vm3)
|
||||
, useAmmo 4
|
||||
--, torqueBeforeForcedI 0.001
|
||||
, withSidePushI 50
|
||||
, withRecoilI recoilAmount
|
||||
, withRandomOffsetI 9
|
||||
, withMuzFlareI
|
||||
, withOldDir od3
|
||||
@@ -388,6 +394,7 @@ miniGun = defaultAutoGun
|
||||
, _wpAmmo = basicBullet
|
||||
}
|
||||
where
|
||||
recoilAmount = 5
|
||||
[vm1,vm2,vm3,vm4] =
|
||||
[ 0.25
|
||||
, 0.5
|
||||
|
||||
Reference in New Issue
Block a user