model.cfg 679 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. class CfgSkeletons {
  2. class 501st_shield_wall_skeleton {
  3. isDiscrete = 1;
  4. skeletonInherit = "";
  5. skeletonBones[] = {
  6. ""
  7. };
  8. };
  9. };
  10. class CfgModels {
  11. class shield_wall {
  12. skeletonName = "501st_shield_wall_skeleton";
  13. sectionsInherit = "";
  14. sections[] = {
  15. "camo1"
  16. };
  17. };
  18. class shield_gate_l {
  19. skeletonName = "501st_shield_wall_skeleton";
  20. sectionsInherit = "";
  21. sections[] = {
  22. "camo1"
  23. };
  24. };
  25. class shield_gate_s {
  26. skeletonName = "501st_shield_wall_skeleton";
  27. sectionsInherit = "";
  28. sections[] = {
  29. "camo1"
  30. };
  31. };
  32. class shield_door {
  33. skeletonName = "501st_shield_wall_skeleton";
  34. sectionsInherit = "";
  35. sections[] = {
  36. "camo1"
  37. };
  38. };
  39. };