How do I make a dedi server start on a random map?
-
I use the vote map plugin (the one that also let's you pick game modes) for map choosing, but is there a way to start a random map when the server first starts?
Currently I've tried
set sv_maprotation "dsr DOM_default map *"
but that doesn't seem to work. Any ideas?
-
Which vote map plugin?
You can't with the server config file, you need to set it in somehow in gsc
-
tobipolar what I did before was write a PowerShell script that changed the map in the server config and then started the server as usual.
I would need to find it again, not sure I still have it, but it's easy to do anyways -
This is something worth putting in the feature and bug bounties section as this is a feature on at least two other call of duty clients.
The idea proposed by Resxt is very cool.
I would probably do it that way as well in the meantime.