You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,8 +396,8 @@ NODENAME: # this will usually be your hostname
396
396
# Any other Extension:
397
397
# ...
398
398
instances:
399
-
DCS.release_server: # The name of your instance. You can have multiple instances that have to have unique names.
400
-
home: '%USERPROFILE%\\Saved Games\\DCS.release_server'# The path to your saved games directory.
399
+
DCS.dcs_serverrelease:# The name of your instance. You can have multiple instances that have to have unique names.
400
+
home: '%USERPROFILE%\\Saved Games\\DCS.dcs_serverrelease'# The path to your saved games directory.
401
401
missions_dir: '%USERPROFILE%\Documents\Missions'# You can overwrite the default missions dir like so. Default is the Missions dir below the instance home folder.
402
402
mission_rewrite: false # Disable rewrite of missions by MizEdit or RealWeather. The server will be stopped for any mission change then. (default: true)
403
403
bot_port: 6666# The port DCSServerBot uses to communicate with your DCS server. Each instance has to have a unique port. This is NOT your DCS port (10308)!!!
@@ -408,7 +408,7 @@ NODENAME: # this will usually be your hostname
408
408
priority: normal # Optional: set the process priority (low, normal, high, realtime) for the DCS_Server.exe
409
409
extensions: # See the extension documentation for more detailed information on what to set here.
410
410
SRS:
411
-
config: '%USERPROFILE%\Saved Games\DCS.release_server\Config\SRS.cfg'# it is recommended to copy your SRS "server.cfg" below your instances home directory.
411
+
config: '%USERPROFILE%\Saved Games\DCS.dcs_serverrelease\Config\SRS.cfg'# it is recommended to copy your SRS "server.cfg" below your instances home directory.
412
412
host: 127.0.0.1 # SRS servers local IP (default is 127.0.0.1)
413
413
port: 5002# SRS servers local port (default is 5002). The bot will change this in your SRS configuration if set here!
414
414
autostart: true # this will autostart your DCS server with the DCS server start (default: true)
0 commit comments