mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
Sinai and Normandy 2 support (#60)
This commit is contained in:
parent
b4ba63253d
commit
d91b283d0a
@ -1280,6 +1280,8 @@ class RotorOpsMission:
|
|||||||
insert_point = dcs.mapping.Point(-140000, -300000, dcs.terrain.Nevada)
|
insert_point = dcs.mapping.Point(-140000, -300000, dcs.terrain.Nevada)
|
||||||
elif self.m.terrain.name == "Syria":
|
elif self.m.terrain.name == "Syria":
|
||||||
insert_point = dcs.mapping.Point(235000, -440000, dcs.terrain.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:
|
if insert_point:
|
||||||
|
|
||||||
|
|||||||
@ -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
|
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 = 5
|
minor_version = 6
|
||||||
patch_version = 3
|
patch_version = 0
|
||||||
|
|
||||||
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user