Guest User

UnsungFactions

a guest
Mar 15th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. class CfgFactionClasses
  2. {
  3. class UNSUNG_W
  4. {
  5. displayName = "U.S. (UNSUNG)";
  6. priority = 1;
  7. side = 1;
  8. icon = "\uns_main\data\faction_usa_ca.paa";
  9. personal_tf_faction_radio_api = "uns_Item_PRC25";
  10. rifleman_tf_faction_radio_api = "UNS_ItemRadio_PRC_90_ER";
  11. };
  12. class UNSUNG_W_NAVY : UNSUNG_W
  13. {
  14. displayName = "U.S. Navy (UNSUNG)";
  15. };
  16. class UNSUNG_W_AF : UNSUNG_W
  17. {
  18. displayName = "U.S. Airforce (UNSUNG)";
  19. };
  20. class UNSUNG_W_ARMY : UNSUNG_W
  21. {
  22. displayName = "U.S. Army (UNSUNG)";
  23. };
  24. class UNSUNG_W_USMC : UNSUNG_W
  25. {
  26. displayName = "U.S. USMC (UNSUNG)";
  27. };
  28. class UNSUNG_E
  29. {
  30. displayName = "N.V.A. (UNSUNG)";
  31. priority = 1;
  32. side = 0;
  33. icon = "\uns_main\data\faction_nva_ca.paa";
  34. personal_tf_faction_radio_api = "UNS_ItemRadio_T_884";
  35. };
  36. class UNSUNG_EV: UNSUNG_E
  37. {
  38. displayName = "V.C. (UNSUNG)";
  39. icon = "\uns_main\data\faction_vc_ca.paa";
  40. };
  41. class UNSUNG_G: UNSUNG_W
  42. {
  43. displayName = "A.R.V.N. (UNSUNG)";
  44. side = 2;
  45. icon = "\uns_main\data\faction_arvn_ca.paa";
  46. };
  47. class UNSUNG_ROK: UNSUNG_G
  48. {
  49. displayName = "R.O.K. (UNSUNG)";
  50. icon = "\uns_main\data\faction_rok_ca.paa";
  51. };
  52. class UNSUNG_C: UNSUNG_W
  53. {
  54. displayName = "Vietnamese (UNSUNG)";
  55. side = 3;
  56. icon = "\uns_main\data\faction_nva_ca.paa";
  57. };
  58. class UNSUNG_NZ: UNSUNG_W
  59. {
  60. displayName = "New Zealand (UNSUNG)";
  61. icon = "\uns_main\data\faction_nz_ca.paa";
  62. };
  63. class UNSUNG_AUS: UNSUNG_W
  64. {
  65. displayName = "Australia (UNSUNG)";
  66. icon = "\uns_main\data\faction_aus_ca.paa";
  67. };
  68. };
Advertisement
Add Comment
Please, Sign In to add comment