sway and info box fixes

This commit is contained in:
commy2 2019-11-30 19:56:01 +01:00
parent 0f10d7f299
commit 77e9cee1f7

View File

@ -18,12 +18,21 @@ class CfgWeapons {
handAnim[] = {"OFP2_ManSkeleton", QPATHTOF(data\maglite_ml300l_binarized.rtm)};
muzzlePos = "flash";
muzzleEnd = "flash dir";
magazines[] = {"FakeMagazine"};
textureType = "default"; // empty texture
weaponInfoType = "RscWeaponEmpty";
class WeaponSlotsInfo: WeaponSlotsInfo {
holsterScale = 0; // Item does not fit a pistol holster, so hide it.
mass = 20;
class MuzzleSlot {};
class CowsSlot {};
};
inertia = 0.2;
dexterity = 1.8;
class FlashLight {
color[] = {180,180,190};
ambient[] = {0.9,0.81,0.7};