Kiowa update

This commit is contained in:
spencershepard 2024-06-09 08:34:16 -07:00 committed by Spencer Shepard
parent 96254c929a
commit fc81bb63b4
5 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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'

View File

@ -15,7 +15,7 @@
RotorOpsPerks = {}
RotorOpsPerks.version = "1.6.0"
RotorOpsPerks.version = "1.6.1"
env.warning('ROTOROPS PERKS STARTED: '..RotorOpsPerks.version)
trigger.action.outText('ROTOROPS PERKS STARTED: '..RotorOpsPerks.version, 10)
RotorOpsPerks.perks = {}
@ -234,6 +234,7 @@ function RotorOpsPerks.spawnJtacDrone(dest_point, country, laser_code)
country = country,
category = "airplane",
route = drone_route,
name="Reaper"
}
local orbit = {