mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
force civ traffic and F10 vies for server
This commit is contained in:
parent
57b08f27e4
commit
400468d3bd
@ -406,6 +406,11 @@ class RotorOpsMission:
|
|||||||
# to simplify rearm/refuel at FARPs
|
# to simplify rearm/refuel at FARPs
|
||||||
self.m.options.difficulty.easyCommunication = True
|
self.m.options.difficulty.easyCommunication = True
|
||||||
|
|
||||||
|
if options["rotorops_server"]:
|
||||||
|
self.m.forced_options.civil_traffic = dcs.forcedoptions.ForcedOptions.CivilTraffic.Off
|
||||||
|
self.m.forced_options.options_view = dcs.forcedoptions.ForcedOptions.Views.Allies
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Save the mission file
|
# Save the mission file
|
||||||
window.statusBar().showMessage("Saving mission...", 10000)
|
window.statusBar().showMessage("Saving mission...", 10000)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# ROTOROPS VERSION
|
# ROTOROPS VERSION
|
||||||
maj_version = 1
|
maj_version = 1
|
||||||
minor_version = 7
|
minor_version = 8
|
||||||
patch_version = 2
|
patch_version = 0
|
||||||
|
|
||||||
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user