namenaisInit.sqf 1.0 KB

123456789101112131415161718192021
  1. //last update 3/15/2018 3:23 pm est by namenai
  2. //laat weapons,adds weapons and wingtip smoke
  3. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\airBased\LAAT\laatClaymore.sqf";
  4. //arc-170 weapon,adds weapons,wingtip smoke and ejection prevention
  5. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\airBased\ARC\arcXiphos.sqf";
  6. //y-wing weapons,adds weapons and wingtip smoke
  7. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\airBased\YWING\ywingScylla.sqf";
  8. //b2 reconfig,forces b2's to walk
  9. [] execVM "scripts\zeus3denScripts\aiBased\factionBased\opfor\cis\b2\b2Reconfig.sqf";
  10. //Blufor Speedboat,adds republic eweb for rear and u-wing gunner gun for main cannon
  11. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\seaBased\speedBoats\Blufor\bluforSpeedBoat.sqf";
  12. //Opfor Speedboat,adds imperial eweb for rear and u-wing gunner gun for main cannon
  13. [] execVM "scripts\zeus3denScripts\vehicleBased\vehicleVariants\seaBased\speedBoats\Opfor\opforSpeedBoat.sqf";