mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
add FARP assets for Germany
This commit is contained in:
parent
dde82931a6
commit
8542cc0bdc
@ -187,6 +187,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
self.actionMarianas.triggered.connect(self.filterMenuTouched)
|
||||
self.actionNevada.triggered.connect(self.filterMenuTouched)
|
||||
self.actionSyria.triggered.connect(self.filterMenuTouched)
|
||||
self.actionGermany.triggered.connect(self.filterMenuTouched)
|
||||
self.actionMultiplayer.triggered.connect(self.filterMenuTouched)
|
||||
self.actionSingle_Player.triggered.connect(self.filterMenuTouched)
|
||||
self.actionCo_Op.triggered.connect(self.filterMenuTouched)
|
||||
@ -211,6 +212,8 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
maps.append('nevada')
|
||||
if self.actionSyria.isChecked():
|
||||
maps.append('syria')
|
||||
if self.actionGermany.isChecked():
|
||||
maps.append('germany')
|
||||
|
||||
if self.actionMultiplayer.isChecked():
|
||||
tags.append('multiplayer')
|
||||
|
||||
@ -1257,6 +1257,8 @@ class RotorOpsMission:
|
||||
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)
|
||||
elif self.m.terrain.name == "GermanyCW":
|
||||
insert_point = dcs.mapping.Point(-256000, -1013700, dcs.terrain.GermanyColdWar)
|
||||
|
||||
if insert_point:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user