This is a W.I.P. page that'll contain various points related to the dedicated server usage for Black Ops 3.
Executing your own config:
Appending the launch parameter with your config
[Official Way]
Add a config here:
UnrankedServer\identities\dedicatedpc\main\gamedata\configs\common\gametype_settings\myconfig.cfg
In playlists.info under each individual playlist you can add your own config for that playlist by doing:
config myconfig
playlist 1
config myconfig
....
playlist 2
config myconfig2
etc.
[Non-official Way]
In Launcher_Server.bat add
+exec <config>
to the end of your parameters and include the config in your
server's zone
folder.
To not edit the batch file just include
default_dedicated.cfg
in your
server's zone
folder.