mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
Kiowa update
This commit is contained in:
committed by
Spencer Shepard
parent
96254c929a
commit
fc81bb63b4
@@ -785,7 +785,7 @@ class RotorOpsMission:
|
||||
scenario_red_cap_spawn_zone = True
|
||||
e_cap_spawn_point = zone.point
|
||||
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")
|
||||
|
||||
if options["blue_cap"]:
|
||||
@@ -794,7 +794,7 @@ class RotorOpsMission:
|
||||
if zone.name == "BLUE_CAP_SPAWN":
|
||||
scenario_blue_cap_spawn_zone = True
|
||||
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")
|
||||
|
||||
# Fat Cow
|
||||
|
||||
@@ -23,6 +23,7 @@ player_helos = [
|
||||
dcs.helicopters.SA342Minigun,
|
||||
dcs.helicopters.SA342Mistral,
|
||||
dcs.helicopters.UH_1H,
|
||||
dcs.helicopters.OH58D,
|
||||
aircraftMods.UH_60L,
|
||||
dcs.planes.AV8BNA,
|
||||
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
|
||||
PyQt5==5.15.9
|
||||
PyYAML==6.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ROTOROPS VERSION
|
||||
maj_version = 1
|
||||
minor_version = 8
|
||||
patch_version = 1
|
||||
patch_version = 2
|
||||
|
||||
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user