Loader params
List of multiplayer params that can be passed in while launching Gothic2.exe.
Those params can also be passed in (without -- prefix) to g2o:// protocol as GET parameters, or loaded from Gothic.ini from section [G2O].
NOTE! You can also pass in custom parameters and handle them on your server via getMultiplayerParams function.
--connect (ip:port)
Connects to given server, if you don't pass port port, 28970 will be used as default value.
--nickname (name)
Sets a player nickname to given name.
--lang (language)
Sets a used language by the client, e.g: en
--no-sentry
Disables sentry crash raporter, useful when you want to checkout gothic crashes by your own.
--no-admin
Allows launching Gothic 2 Online without admin rights.
NOTE! getPlayerSerial function will return empty string when you do this.
--load-plugins
Always loads dll plugins from Game/Multiplayer/plugins/ directory (even in singleplayer, when g2o client isn't being loaded).