Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
toadie2k committed Nov 27, 2019
1 parent 408f1e3 commit a65c25b
Show file tree
Hide file tree
Showing 92 changed files with 3,059 additions and 973 deletions.
405 changes: 239 additions & 166 deletions hlc_wp_AR15/cfgSoundshaders.hpp

Large diffs are not rendered by default.

1,115 changes: 941 additions & 174 deletions hlc_wp_AR15/config.cpp

Large diffs are not rendered by default.

Binary file modified hlc_wp_AR15/gesture/newgesture/gl_hands.rtm
Binary file not shown.
Binary file added hlc_wp_AR15/gesture/newgesture/handpose_AFG.rtm
Binary file not shown.
Binary file added hlc_wp_AR15/gesture/newgesture/handpose_AGC.rtm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added hlc_wp_AR15/gesture/newgesture/handpose_SMR.rtm
Binary file not shown.
Binary file added hlc_wp_AR15/gesture/newgesture/handpose_STD.rtm
Binary file not shown.
Binary file not shown.
Binary file modified hlc_wp_AR15/mesh/CQBR/M4A1.p3d
Binary file not shown.
Binary file modified hlc_wp_AR15/mesh/CQBR/M4A1M203.p3d
Binary file not shown.
Binary file modified hlc_wp_AR15/mesh/CQBR/M4A1carryhandle.p3d
Binary file not shown.
Binary file modified hlc_wp_AR15/mesh/CQBR/Mk18mod0.p3d
Binary file not shown.
Binary file modified hlc_wp_AR15/mesh/CQBR/cqbr.p3d
Binary file not shown.
521 changes: 355 additions & 166 deletions hlc_wp_AR15/mesh/CQBR/model.cfg

Large diffs are not rendered by default.

169 changes: 136 additions & 33 deletions hlc_wp_AR15/mesh/JackCarbine/model.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class CfgSkeletons
{
"Magazine", "",
"Bolt", "",
"bolthead","Bolt",
"topround", "Magazine",
"rearsight", "",
"frontsight", "",
Expand Down Expand Up @@ -54,113 +55,215 @@ sectionsInherit="";
class magazine_hide
{
type="hide";
source="reloadMagazine";
source = "reloadMagazine.0";
selection="Magazine";
minValue=0.0;
maxValue=1;
hideValue=0.15;
unhideValue=0.49;
hideValue=(15/100);
unhideValue=(54/100);
};
class magazine_move1
{
type = "translation";
source="reloadMagazine";
source = "reloadMagazine.0";
selection="Magazine";
axis = "Magazine_axis";
minValue = 0.12;
maxValue = 0.15; //0.09; //"1";
minValue = (10/100);
maxValue = (14/100); //0.09; //"1";
offset0 = "0";
offset1 = "1";
};
class magazine_move2
{
type = "translation";
source="reloadMagazine";
source = "reloadMagazine.0";
selection="Magazine";
axis = "Magazine_axis";
minValue = 0.51666;
maxValue = 0.57; //0.09; //"1";
minValue = (54/100);
maxValue = (58/100); //0.09; //"1";
offset0 = "0";
offset1 = "-1";
offset1 = "-0.4";
};
class magazine_move2a
{
type = "translation";
source = "reloadMagazine.0";
selection="Magazine";
axis = "Magazine_axis";
minValue = (59/100);
maxValue = (62/100); //0.09; //"1";
offset0 = "0";
offset1 = "-0.6";
};
class magazine_rotate1
{
type = "rotation";
source = "reloadMagazine.0";
selection = "Magazine";
axis = "magrot_axis";
minValue = (20/100);
maxValue = (50/100); //0.09; //"1";
angle0=rad 0;
angle1=rad 40;
};
class magazine_rotate2 :magazine_rotate1
{
minValue = (53/100);
maxValue = (57/100); //0.09; //"1";
angle0=rad 0;
angle1=rad -40;
};
class magrelease_move1
{
type = "translation";
source="reloadMagazine";
source = "reloadMagazine.0";
selection="Magrelease";
axis = "Magrelease_axis";
minValue = 0.1;
maxValue = 0.11; //0.09; //"1";
minValue = (7/100);
maxValue = (8/100); //0.09; //"1";
offset0 = "0";
offset1 = "1";
};

class magrelease_move2
{
type = "translation";
source="reloadMagazine";
source = "reloadMagazine.0";
selection="Magrelease";
axis = "Magrelease_axis";
minValue = (12/100);
maxValue = (13/100); //0.09; //"1";
offset0 = "0";
offset1 = "-1";
};
class magrelease_move3
{
type = "translation";
source = "reloadMagazine.0";
selection="Magrelease";
axis = "Magrelease_axis";
minValue = (60/100);
maxValue = (61/100); //0.09; //"1";
offset0 = "0";
offset1 = "1";
};

class magrelease_move4
{
type = "translation";
source = "reloadMagazine.0";
selection="Magrelease";
axis = "Magrelease_axis";
minValue = 0.15;
maxValue = 0.17; //0.09; //"1";
minValue = (62/100);
maxValue = (63/100); //0.09; //"1";
offset0 = "0";
offset1 = "-1";
};
class bolt
class bolt_reload
{
type = "translation";
source = "reload";
source = "reloadMagazine.0";
selection = "Bolt";
axis = "bolt_axis";
begin = "bolt_axis_end";
end = "bolt_axis_begin";
minValue = 0;
maxValue = 0.5; //0.09; //"1";
maxValue = 0.0001; //0.09; //"1";
offset0 = "0";
offset1 = "1";
};
class bolt2
class bolt2_reload
{
type = "translation";
source = "reload";
source = "reloadMagazine.0";
selection = "Bolt";
axis = "bolt_axis";
begin = "bolt_axis_end";
end = "bolt_axis_begin";
minValue = 0.5;
maxValue = 1; //0.09; //"1";
minValue = (79/100);
maxValue = (81/100);
offset0 = "0";
offset1 = "-1";
};
class bolt_reload1
class bolt
{
type = "translation";
source = "reloadmagazine";
source = "reload.0";
selection = "Bolt";
axis = "bolt_axis";
begin = "bolt_axis_end";
end = "bolt_axis_begin";
minValue = 0;
maxValue = 0.0001; //0.09; //"1";
maxValue = 0.5; //0.09; //"1";
offset0 = "0";
offset1 = "1";
};
class bolt2_reload
class bolt2
{
type = "translation";
source = "reloadmagazine";
source = "reload.0";
selection = "Bolt";
axis = "bolt_axis";
begin = "bolt_axis_end";
end = "bolt_axis_begin";
minValue = 0.7333;
maxValue = 0.75;
minValue = 0.5;
maxValue = 1; //0.09; //"1";
offset0 = "0";
offset1 = "-1";
};

class bolthead_rot
{
type = "rotation";
source = "reload.0";
selection = "Bolthead";
axis = "bolt_axis";
minValue = 0;
maxValue = 0.1; //0.09; //"1";
angle1=rad -15;
angle0=rad 15;
};
class bolthead_rot2
{
type = "rotation";
source = "reload.0";
selection = "Bolthead";
axis = "bolt_axis";
minValue = 0.9;
maxValue = 1; //0.09; //"1";
angle1=rad -30;
angle0=0;
};
class bolthead_move
{
type = "translation";
source = "reload.0";
selection = "Bolthead";
axis = "bolt_axis";
begin = "bolt_axis_end";
end = "bolt_axis_begin";
minValue = 0;
maxValue = 0.1; //0.09; //"1";
offset0 = "0";
offset1 = "-0.1";
};
class bolthead_move2
{
type = "translation";
source = "reload.0";
selection = "Bolthead";
axis = "bolt_axis";
begin = "bolt_axis_end";
end = "bolt_axis_begin";
minValue = 0.9;
maxValue = 1; //0.09; //"1";
offset0 = "0";
offset1 = "0.1";
};
class bolt_empty
{
type="translationx";
source = "isEmptyNoReload";
source = "isEmptyNoreload.0";
selection="Bolt";
axis="";
animPeriod=0;
Expand All @@ -172,13 +275,13 @@ sectionsInherit="";
class boltlock_empty
{
type="rotation";
source="isEmpty";
source="isEmpty.0";
selection="Boltcatch";
axis="boltcatch_axis";
animPeriod=0;
minValue=0;
maxValue=1; //10;
angle1=rad 12;
angle1=rad 12;
angle0=0;
};

Expand Down
Binary file modified hlc_wp_AR15/mesh/JackCarbine/samr.p3d
Binary file not shown.
Loading

0 comments on commit a65c25b

Please sign in to comment.