Sinai and Normandy 2 support (#60)

This commit is contained in:
Spencer Shepard 2023-06-17 19:06:56 -07:00 committed by GitHub
parent b4ba63253d
commit d91b283d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -1280,6 +1280,8 @@ class RotorOpsMission:
insert_point = dcs.mapping.Point(-140000, -300000, dcs.terrain.Nevada)
elif self.m.terrain.name == "Syria":
insert_point = dcs.mapping.Point(235000, -440000, dcs.terrain.Syria)
elif self.m.terrain.name == "Sinai":
insert_point = dcs.mapping.Point(10000, 200000, dcs.terrain.Sinai)
if insert_point:

View File

@ -1,4 +1,4 @@
-e git+https://github.com/spencershepard/dcs@cd0e21cc0b4e370cafab975b3965ccdeb55c1d11#egg=pydcs
-e git+https://github.com/spencershepard/dcs@60f5121d89f23a062a0494803f8105361cdf36e8#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 = 5
patch_version = 3
minor_version = 6
patch_version = 0
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'

Binary file not shown.