Dedicated server

Discussion about the game and its default mods.
Post Reply
jorisd12
Posts: 5
Joined: Sat Jun 29, 2024 7:24 am

Dedicated server

Post by jorisd12 »

Is there a way the set the default map on a dedicated server?

Im using a raspberry pi 4b

User avatar
milkman
Posts: 37
Joined: Thu Dec 16, 2021 5:33 pm
Location: Germany
Contact:

Re: Dedicated server

Post 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

jorisd12
Posts: 5
Joined: Sat Jun 29, 2024 7:24 am

Re: Dedicated server

Post by jorisd12 »

TYSM :P

Post Reply