From 445ea2b5544bc9c9aff43bc4b77b27a05f0b58f5 Mon Sep 17 00:00:00 2001 From: "Nikolai V. Chr" Date: Mon, 17 May 2021 08:30:00 +0200 Subject: [PATCH] First public release of SA-2. --- S-75/Hud/hud.xml | 52 +- S-75/Models/Armament/Weapons/Volga-M/S-75.png | Bin 0 -> 1084962 bytes .../Armament/Weapons/Volga-M/explosion-0.xml | 176 + .../Armament/Weapons/Volga-M/explosion-1.xml | 176 + .../Armament/Weapons/Volga-M/explosion-2.xml | 176 + .../Armament/Weapons/Volga-M/explosion-3.xml | 176 + .../Armament/Weapons/Volga-M/explosion-4.xml | 176 + .../Armament/Weapons/Volga-M/explosion-5.xml | 176 + .../Weapons/Volga-M/motor-smoke-0.xml | 187 + .../Weapons/Volga-M/motor-smoke-1.xml | 187 + .../Weapons/Volga-M/motor-smoke-2.xml | 187 + .../Weapons/Volga-M/motor-smoke-3.xml | 187 + .../Weapons/Volga-M/motor-smoke-4.xml | 187 + .../Weapons/Volga-M/motor-smoke-5.xml | 187 + S-75/Models/Armament/Weapons/Volga-M/puff.png | Bin 0 -> 11337 bytes .../Models/Armament/Weapons/Volga-M/smoke.png | Bin 0 -> 6474 bytes .../Armament/Weapons/Volga-M/volga-m-0.xml | 42 + .../Armament/Weapons/Volga-M/volga-m-1.xml | 42 + .../Armament/Weapons/Volga-M/volga-m-2.xml | 42 + .../Armament/Weapons/Volga-M/volga-m-3.xml | 42 + .../Armament/Weapons/Volga-M/volga-m-4.xml | 42 + .../Armament/Weapons/Volga-M/volga-m-5.xml | 42 + S-75/Models/Armament/Weapons/Volga-M/volga.ac | 8370 ++++ S-75/Models/Armament/Weapons/aim-emesary.ac | 1326 + S-75/Models/Armament/Weapons/aim-emesary.png | Bin 0 -> 700 bytes .../Armament/Weapons/bomb_hit_smoke.xml | 74 + S-75/Models/Armament/Weapons/crater.ac | 1065 + S-75/Models/Armament/Weapons/crater.png | Bin 0 -> 146640 bytes S-75/Models/Armament/Weapons/crater_big.xml | 103 + S-75/Models/Armament/Weapons/crater_small.xml | 95 + S-75/Models/Armament/Weapons/heavy_smoke.xml | 87 + S-75/Models/Armament/Weapons/light_smoke.xml | 87 + S-75/Models/Armament/Weapons/parachutist.ac | 39964 ++++++++++++++++ S-75/Models/Armament/Weapons/parachutist.xml | 12 + S-75/Models/Armament/Weapons/smoke.png | Bin 0 -> 6474 bytes S-75/Models/Armament/Weapons/the-flare.xml | 144 + S-75/Models/S-75.ac | 2475 +- S-75/Nasal/damage.nas | 2 +- S-75/Nasal/fdm.nas | 40 +- S-75/Nasal/fire-control.nas | 625 + S-75/Nasal/guided-missiles.nas | 5449 +++ S-75/Nasal/radar-logic.nas | 423 + S-75/S-75-set.xml | 171 +- S-75/Sounds/sound.xml | 25 + S-75/gui/dialogs/enemies.xml | 348 + S-75/gui/dialogs/prio.xml | 148 + 46 files changed, 63336 insertions(+), 179 deletions(-) create mode 100644 S-75/Models/Armament/Weapons/Volga-M/S-75.png create mode 100644 S-75/Models/Armament/Weapons/Volga-M/explosion-0.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/explosion-1.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/explosion-2.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/explosion-3.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/explosion-4.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/explosion-5.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/motor-smoke-0.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/motor-smoke-1.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/motor-smoke-2.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/motor-smoke-3.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/motor-smoke-4.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/motor-smoke-5.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/puff.png create mode 100644 S-75/Models/Armament/Weapons/Volga-M/smoke.png create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga-m-0.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga-m-1.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga-m-2.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga-m-3.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga-m-4.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga-m-5.xml create mode 100644 S-75/Models/Armament/Weapons/Volga-M/volga.ac create mode 100644 S-75/Models/Armament/Weapons/aim-emesary.ac create mode 100644 S-75/Models/Armament/Weapons/aim-emesary.png create mode 100644 S-75/Models/Armament/Weapons/bomb_hit_smoke.xml create mode 100644 S-75/Models/Armament/Weapons/crater.ac create mode 100644 S-75/Models/Armament/Weapons/crater.png create mode 100644 S-75/Models/Armament/Weapons/crater_big.xml create mode 100644 S-75/Models/Armament/Weapons/crater_small.xml create mode 100644 S-75/Models/Armament/Weapons/heavy_smoke.xml create mode 100644 S-75/Models/Armament/Weapons/light_smoke.xml create mode 100644 S-75/Models/Armament/Weapons/parachutist.ac create mode 100644 S-75/Models/Armament/Weapons/parachutist.xml create mode 100644 S-75/Models/Armament/Weapons/smoke.png create mode 100644 S-75/Models/Armament/Weapons/the-flare.xml create mode 100644 S-75/Nasal/fire-control.nas create mode 100644 S-75/Nasal/guided-missiles.nas create mode 100644 S-75/Nasal/radar-logic.nas create mode 100644 S-75/Sounds/sound.xml create mode 100644 S-75/gui/dialogs/enemies.xml create mode 100644 S-75/gui/dialogs/prio.xml diff --git a/S-75/Hud/hud.xml b/S-75/Hud/hud.xml index 4eac0db..0696cbc 100644 --- a/S-75/Hud/hud.xml +++ b/S-75/Hud/hud.xml @@ -347,7 +347,7 @@