Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. class CUP_C47_Base: CUP_DC3_Base
  2. {
  3. displayName = "C-47 Skytrain";
  4. hideWeaponsCargo = 1;
  5. transportSoldier = 28;
  6. cargoAction[] = {"CUP_HMMWV_Cargo01"};
  7. model = "\cup\airvehicles\cup_airvehicles_DC3\CUP_C47.p3d";
  8. };
  9. class CUP_C_DC3_CIV: CUP_DC3_Base
  10. {
  11. scope = 2;
  12. accuracy = 0.5;
  13. author = "$STR_CUP_AUTHOR_STRING";
  14. side = 3;
  15. crew = "C_Marshal_F";
  16. typicalCargo[] = {"C_Marshal_F","C_Marshal_F","C_Marshal_F"};
  17. faction = "CIV_F";
  18. hiddenSelectionsTextures[] = {"CUP\AirVehicles\CUP_AirVehicles_DC3\data\dc3_body_01_co.paa","CUP\AirVehicles\CUP_AirVehicles_DC3\data\dc3_body_02_co.paa"};
  19. };
  20. class CUP_C_C47_CIV: CUP_C47_Base
  21. {
  22. scope = 2;
  23. accuracy = 0.5;
  24. author = "$STR_CUP_AUTHOR_STRING";
  25. side = 3;
  26. crew = "C_Marshal_F";
  27. typicalCargo[] = {"C_Marshal_F","C_Marshal_F","C_Marshal_F"};
  28. faction = "CIV_F";
  29. hiddenSelectionsTextures[] = {"CUP\AirVehicles\CUP_AirVehicles_DC3\data\dc3_body_01_co.paa","CUP\AirVehicles\CUP_AirVehicles_DC3\data\dc3_body_02_co.paa"};
  30. };
  31. class JU_52: CUP_C47_Base
  32. {
  33. scope = 2;
  34. displayName = "JU 52";
  35. accuracy = 0.5;
  36. author = "$STR_CUP_AUTHOR_STRING";
  37. side = 0;
  38. crew = "etr_ofaction_germans_ww2_rifleman";
  39. typicalCargo[] = {"etr_ofaction_germans_ww2_rifleman"};
  40. faction = "etr_ofaction_germans_ww2";
  41. model = "\I44_vehicle_Ju52\I44_vehicle_Ju52.p3d";
  42. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement