mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user