Is there a way the set the default map on a dedicated server?
Im using a raspberry pi 4b
Dedicated server
Re: Dedicated server
Yes, you can define it with the parameter Server.Map https://github.com/OpenRA/OpenRA/blob/b ... ted.sh#L20
Needs to be set to a "map hash" though which you have to calculate with Utility https://github.com/OpenRA/OpenRA/wiki/U ... f-commands -> --map-hash
I use it like so to rotate maps between any files available in the local maps folder: https://github.com/suhrm1/oraladder/blo ... ver.sh#L27
Or you can just remove all other maps from the local maps folder
Needs to be set to a "map hash" though which you have to calculate with Utility https://github.com/OpenRA/OpenRA/wiki/U ... f-commands -> --map-hash
I use it like so to rotate maps between any files available in the local maps folder: https://github.com/suhrm1/oraladder/blo ... ver.sh#L27
Or you can just remove all other maps from the local maps folder