RedRyder fixes - still needs work

When binarizing with BinPBO the .RVMAT files cannot be found, there are
also some warnings regarding normal size and other things
This commit is contained in:
icomrade
2015-12-13 16:28:37 -05:00
parent 53fb0b11b6
commit dd173432f2
2 changed files with 23 additions and 12 deletions

View File

@@ -1,28 +1,38 @@
class CfgSkeletons
{
class Default;
class Default
{
isDiscrete = 1;
skeletonInherit = "";
skeletonBones[] = {};
};
class redryder: Default
{
{
skeletonInherit="";
skeletonBones[]=
{
"lever",""
};
};
}
};
class CfgModels
{
class Default;
class Default
{
sectionsInherit="";
sections[] = {};
};
class redryder: Default
{
sectionsInherit="";
sections[] = {};
skeletonName = "redryder";
class Animations
{
class lever_up
{
type="rotation";
type = "rotation";
source="reload";
selection="lever";
axis="lever_axis";