config.cpp 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. class CfgPatches
  2. {
  3. class 442_munificent
  4. {
  5. requiredAddons[]={};
  6. weapons[]={};
  7. units[]=
  8. {
  9. "442_munificent"
  10. };
  11. author="kripto202";
  12. };
  13. };
  14. class Eventhandlers;
  15. class CfgVehicles
  16. {
  17. class NonStrategic;
  18. class StaticShip;
  19. class Ship;
  20. class Building;
  21. class House_F;
  22. class FloatingStructure_F;
  23. class thingx;
  24. class LandVehicle;
  25. class Motorcycle;
  26. class FlagCarrier;
  27. class Items_base_F;
  28. class 442_munificent: House_F
  29. {
  30. scope=2;
  31. scopecurator=2;
  32. author="kripto202";
  33. displayName="Munificent";
  34. model="\442_ships\munificent\munificent.p3d";
  35. editorcategory="kobra";
  36. editorsubcategory="442_ships";
  37. vehicleClass="Structures";
  38. hiddenselections[]=
  39. {
  40. "body1",
  41. "body2",
  42. "body3",
  43. "body4",
  44. "engine"
  45. };
  46. hiddenselectionstextures[]=
  47. {
  48. "442_ships\munificent\data\body1_co.paa",
  49. "442_ships\munificent\data\body2_co.paa",
  50. "442_ships\munificent\data\body3_co.paa",
  51. "442_ships\munificent\data\body4_co.paa",
  52. "442_ships\munificent\data\engine_co.paa"
  53. };
  54. };
  55. };