Advertisement
Spookygnu

Untitled

Oct 11th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. class Land_Runway_PAPI: Land_VASICore {};
  2. class SPKG_Runway_Lights:Land_Runway_PAPI {};
  3. {
  4. author = "Spooky";
  5. // _generalMacro = "Land_Runway_PAPI";
  6. // displayName = "$STR_A3_cfgVehicles_Land_Runway_PAPI0";
  7. // model = "\A3\Roads_F\Runway\RunwayLights\Runway_PAPI.p3d";
  8. // icon = "iconObject";
  9. // destrType = "DestructTent";
  10. armor = 20;
  11. vasiRed[] = {1,0,0};
  12. vasiWhite[] = {1,1,1};
  13. vasiSlope = 0.095;
  14. brightness = 1000;
  15. useFlare = 1;
  16. flareSize = 50;
  17. flareMaxDistance = 5000;
  18. activeLight = 1;
  19. dayLight = 1;
  20. drawLight = 0;
  21. intensity = 1000;
  22. };
  23. class Land_Runway_PAPI_2: Land_Runway_PAPI
  24. {
  25. author = "$STR_A3_Bohemia_Interactive";
  26. _generalMacro = "Land_Runway_PAPI_2";
  27. model = "\A3\Roads_F\Runway\RunwayLights\Runway_PAPI_2.p3d";
  28. vasiSlope = 0.085;
  29. };
  30. class Land_Runway_PAPI_3: Land_Runway_PAPI
  31. {
  32. author = "$STR_A3_Bohemia_Interactive";
  33. _generalMacro = "Land_Runway_PAPI_3";
  34. model = "\A3\Roads_F\Runway\RunwayLights\Runway_PAPI_3.p3d";
  35. vasiSlope = 0.075;
  36. };
  37. class Land_Runway_PAPI_4: Land_Runway_PAPI
  38. {
  39. author = "$STR_A3_Bohemia_Interactive";
  40. _generalMacro = "Land_Runway_PAPI_4";
  41. model = "\A3\Roads_F\Runway\RunwayLights\Runway_PAPI_4.p3d";
  42. vasiSlope = 0.065;
  43. };
  44. };
  45. //};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement