Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

SRS 1.9.x Compatible release plus bug fixes

Choose a tag to compare

@rurounijones rurounijones released this 25 Jun 12:30
· 220 commits to overlord-bot since this release

This release is compatible with the 1.9.x release of SimpleRadioStandalone which features backwards incompatible networking changes.

OverlordBot has not yet had any work done on it for automated first time installation so contact @rurounijones either on Gitlab or the major DCS discords for first time setup.

This zip folder does not contain configuration and is intended to be used with an existing installation.

Changelog

  • Added experimental ATC (Currently disabled)
  • Fixed issue where the Overlordbot process would still exist after application close
  • Converted to JSON configuration file for converting aircraft names to NATO codes
  • Added ability for OverlordBot developer to send voice messages on a server if connected to Discord (For announcements such as restarts).
  • Fixed lack of range on Where is friendly calls.
  • Fixed exception when a unit name is null.
  • Fixed SQL Logger not having a logger name.

Upgrade instructions

  • Download OverlordBot-1.9.0.zip below
  • Stop OverlordBot
  • Stop any lingering OverlordBot processes in Task Manager
  • Backup your existing OverlordBot folder.
  • Copy the contents of the OverlordBot-1.9.0.zip into your OverlordBot folder.
  • Add the following setting to your OverlordBot.exe.config file at the end of the <Ciribob.DCS.SimpleRadio.Standalone.Client.Properties.Settings> section. For the server name choose something short that identifies your server. (e.g. GAW for Hoggit's "Georgia At War" server)
<setting name="ServerName" serializeAs="String">
  <value>add_server_name_here</value>
</setting>
  • Restart OverlordBot