Page 1 of 1

Dedicated server

Posted: Sat Jun 29, 2024 7:27 am
by jorisd12
Is there a way the set the default map on a dedicated server?

Im using a raspberry pi 4b

Re: Dedicated server

Posted: Sun Jun 30, 2024 4:47 pm
by milkman
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

Re: Dedicated server

Posted: Tue Aug 27, 2024 1:34 pm
by jorisd12
TYSM :P