Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlePCServer-UDKGame.ini excerpt
[AOC.AOCGame]
...
;If true: don't add SDK maps to the maplist automatically
bDontAddSdkMapsToList=true

You can see a server's map list by connecting to the server as a client and using the GetServerRotation console command, or see all Workshop maps on the server (in the maplist or not) with GetServerSdkMaps

Hosting mods

Note the ?modname option in the target above; this is necessary to actually use that mod (the -sdkfileid only downloads items). The ?modname option used to start a mod differs from mod to mod. Read the Workshop description for the mod in question to learn how to set it up properly. Some mods, like Chivalry+, have additional ? options you can use to further set it up, and have custom .ini settings.

...