mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
Kiowa update
This commit is contained in:
parent
96254c929a
commit
fc81bb63b4
@ -785,7 +785,7 @@ class RotorOpsMission:
|
|||||||
scenario_red_cap_spawn_zone = True
|
scenario_red_cap_spawn_zone = True
|
||||||
e_cap_spawn_point = zone.point
|
e_cap_spawn_point = zone.point
|
||||||
if not scenario_red_cap_spawn_zone:
|
if not scenario_red_cap_spawn_zone:
|
||||||
e_cap_spawn_point = primary_e_airport.position.point_from_heading(e_airport_heading, 100000)
|
e_cap_spawn_point = primary_e_airport.position.point_from_heading(e_airport_heading, 40000)
|
||||||
self.m.triggers.add_triggerzone(e_cap_spawn_point, 30000, hidden=True, name="RED_CAP_SPAWN")
|
self.m.triggers.add_triggerzone(e_cap_spawn_point, 30000, hidden=True, name="RED_CAP_SPAWN")
|
||||||
|
|
||||||
if options["blue_cap"]:
|
if options["blue_cap"]:
|
||||||
@ -794,7 +794,7 @@ class RotorOpsMission:
|
|||||||
if zone.name == "BLUE_CAP_SPAWN":
|
if zone.name == "BLUE_CAP_SPAWN":
|
||||||
scenario_blue_cap_spawn_zone = True
|
scenario_blue_cap_spawn_zone = True
|
||||||
if not scenario_blue_cap_spawn_zone:
|
if not scenario_blue_cap_spawn_zone:
|
||||||
f_cap_spawn_point = primary_f_airport.position.point_from_heading(e_airport_heading + 180, 100000)
|
f_cap_spawn_point = primary_f_airport.position.point_from_heading(e_airport_heading + 180, 40000)
|
||||||
self.m.triggers.add_triggerzone(f_cap_spawn_point, 30000, hidden=True, name="BLUE_CAP_SPAWN")
|
self.m.triggers.add_triggerzone(f_cap_spawn_point, 30000, hidden=True, name="BLUE_CAP_SPAWN")
|
||||||
|
|
||||||
# Fat Cow
|
# Fat Cow
|
||||||
|
|||||||
@ -23,6 +23,7 @@ player_helos = [
|
|||||||
dcs.helicopters.SA342Minigun,
|
dcs.helicopters.SA342Minigun,
|
||||||
dcs.helicopters.SA342Mistral,
|
dcs.helicopters.SA342Mistral,
|
||||||
dcs.helicopters.UH_1H,
|
dcs.helicopters.UH_1H,
|
||||||
|
dcs.helicopters.OH58D,
|
||||||
aircraftMods.UH_60L,
|
aircraftMods.UH_60L,
|
||||||
dcs.planes.AV8BNA,
|
dcs.planes.AV8BNA,
|
||||||
dcs.planes.L_39ZA,
|
dcs.planes.L_39ZA,
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
-e git+https://github.com/spencershepard/dcs@0cbe0d8f2b51c5a76849060409061ac4786080aa#egg=pydcs
|
-e git+https://github.com/spencershepard/dcs@c98df748aa91edaf8db1b6fcfd869cd232647aff#egg=pydcs
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
PyQt5==5.15.9
|
PyQt5==5.15.9
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# ROTOROPS VERSION
|
# ROTOROPS VERSION
|
||||||
maj_version = 1
|
maj_version = 1
|
||||||
minor_version = 8
|
minor_version = 8
|
||||||
patch_version = 1
|
patch_version = 2
|
||||||
|
|
||||||
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
RotorOpsPerks = {}
|
RotorOpsPerks = {}
|
||||||
RotorOpsPerks.version = "1.6.0"
|
RotorOpsPerks.version = "1.6.1"
|
||||||
env.warning('ROTOROPS PERKS STARTED: '..RotorOpsPerks.version)
|
env.warning('ROTOROPS PERKS STARTED: '..RotorOpsPerks.version)
|
||||||
trigger.action.outText('ROTOROPS PERKS STARTED: '..RotorOpsPerks.version, 10)
|
trigger.action.outText('ROTOROPS PERKS STARTED: '..RotorOpsPerks.version, 10)
|
||||||
RotorOpsPerks.perks = {}
|
RotorOpsPerks.perks = {}
|
||||||
@ -234,6 +234,7 @@ function RotorOpsPerks.spawnJtacDrone(dest_point, country, laser_code)
|
|||||||
country = country,
|
country = country,
|
||||||
category = "airplane",
|
category = "airplane",
|
||||||
route = drone_route,
|
route = drone_route,
|
||||||
|
name="Reaper"
|
||||||
}
|
}
|
||||||
|
|
||||||
local orbit = {
|
local orbit = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user