Fuck this grammar
This commit is contained in:
@@ -160,7 +160,7 @@ class CfgVehicles {
|
|||||||
animPeriod = 1;
|
animPeriod = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
class open_breach_source {
|
class open_breech_source {
|
||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 1;
|
animPeriod = 1;
|
||||||
@@ -168,7 +168,7 @@ class CfgVehicles {
|
|||||||
soundPosition = "konec_hlavne";
|
soundPosition = "konec_hlavne";
|
||||||
};
|
};
|
||||||
|
|
||||||
class close_breach_source {
|
class close_breech_source {
|
||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 1;
|
initPhase = 1;
|
||||||
animPeriod = 1;
|
animPeriod = 1;
|
||||||
@@ -177,7 +177,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class handle_breach_source {
|
class handle_breech_source {
|
||||||
source = "user";
|
source = "user";
|
||||||
initPhase = 0;
|
initPhase = 0;
|
||||||
animPeriod = 1;
|
animPeriod = 1;
|
||||||
|
|||||||
Binary file not shown.
@@ -28,8 +28,8 @@ class CfgSkeletons
|
|||||||
"magazine_translation_bone", "otochlaven",
|
"magazine_translation_bone", "otochlaven",
|
||||||
"magazine", "magazine_translation_bone",
|
"magazine", "magazine_translation_bone",
|
||||||
"hydraulics", "otocvez",
|
"hydraulics", "otocvez",
|
||||||
"breach", "barrel",
|
"breech", "barrel",
|
||||||
"handle_breach", "barrel"
|
"handle_breech", "barrel"
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -177,12 +177,12 @@ class Animations
|
|||||||
animPeriod = 10;
|
animPeriod = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
class open_breach
|
class open_breech
|
||||||
{
|
{
|
||||||
type="translation";
|
type="translation";
|
||||||
source="open_breach_source";
|
source="open_breech_source";
|
||||||
selection="breach";
|
selection="breech";
|
||||||
axis="axis_breach";
|
axis="axis_breech";
|
||||||
minValue=0.0;
|
minValue=0.0;
|
||||||
maxValue=20;
|
maxValue=20;
|
||||||
offset0 = "0.0";
|
offset0 = "0.0";
|
||||||
@@ -190,12 +190,12 @@ class Animations
|
|||||||
animPeriod = 10;
|
animPeriod = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
class close_breach
|
class close_breech
|
||||||
{
|
{
|
||||||
type="translation";
|
type="translation";
|
||||||
source="close_breach_source";
|
source="close_breech_source";
|
||||||
selection="breach";
|
selection="breech";
|
||||||
axis="axis_breach";
|
axis="axis_breech";
|
||||||
minValue=0.0;
|
minValue=0.0;
|
||||||
maxValue=20;
|
maxValue=20;
|
||||||
offset0 = "0.0";
|
offset0 = "0.0";
|
||||||
@@ -203,11 +203,11 @@ class Animations
|
|||||||
animPeriod = 10;
|
animPeriod = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
class handle_breach
|
class handle_breech
|
||||||
{
|
{
|
||||||
type="rotation";
|
type="rotation";
|
||||||
source="handle_breach_source";
|
source="handle_breech_source";
|
||||||
selection="handle_breach";
|
selection="handle_breech";
|
||||||
axis="axis_handle";
|
axis="axis_handle";
|
||||||
minValue=0.0;
|
minValue=0.0;
|
||||||
maxValue=1;
|
maxValue=1;
|
||||||
|
|||||||
Reference in New Issue
Block a user