mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added gantry hiding animation
This commit is contained in:
parent
b20e433f43
commit
8e895e8cff
@ -110,10 +110,20 @@ class CfgVehicles {
|
|||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 0;
|
animPeriod = 0;
|
||||||
};
|
};
|
||||||
|
class hideGantryLeft {
|
||||||
|
source = "user";
|
||||||
|
initPhase = 0;
|
||||||
|
animPeriod = 0;
|
||||||
|
};
|
||||||
|
class hideGantryRight {
|
||||||
|
source = "user";
|
||||||
|
initPhase = 0;
|
||||||
|
animPeriod = 0;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_friesGantryReverse: ACE_friesGantry {
|
class ACE_friesGantryReverse: ACE_friesGantry {
|
||||||
class AnimationSources {
|
class AnimationSources: AnimationSources {
|
||||||
class adjustWidth {
|
class adjustWidth {
|
||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0.213;
|
initPhase = 0.213;
|
||||||
|
@ -90,6 +90,24 @@ class CfgModels {
|
|||||||
angle0 = "rad 0";
|
angle0 = "rad 0";
|
||||||
angle1 = "rad 360";
|
angle1 = "rad 360";
|
||||||
};
|
};
|
||||||
|
class hideGantryLeft {
|
||||||
|
type = "hide";
|
||||||
|
source = "";
|
||||||
|
selection = "gantryLeft";
|
||||||
|
animPeriod = 0;
|
||||||
|
minValue = 0;
|
||||||
|
maxValue = 1;
|
||||||
|
hideValue = 0.99999;
|
||||||
|
};
|
||||||
|
class hideGantryRight {
|
||||||
|
type = "hide";
|
||||||
|
source = "";
|
||||||
|
selection = "gantryRight";
|
||||||
|
animPeriod = 0;
|
||||||
|
minValue = 0;
|
||||||
|
maxValue = 1;
|
||||||
|
hideValue = 0.99999;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user