Page 1 of 1

How do I load custom maps on hosted server

Posted: Tue Jul 21, 2020 7:07 pm
by cpaquin
I am running OpenRA on RHEL 8 - locally hosted and available online. I am looking to load some of the custom maps and make them available to players who connect to the server (myself and my son thus far).

Can anyone help me understand how exactly to accomplish this.

I dropped several orafiles in

Code: Select all

/root/.openra/maps/ra/release-20200503

My Engine support dir is shown below as part of the startup command.

Code: Select all

./OpenRA-Red-Alert-x86_64.AppImage --server \
     Server.Name="$Name" \
     Server.ListenPort="$ListenPort" \
     Server.AdvertiseOnline="$AdvertiseOnline" \
     Server.EnableSingleplayer="$EnableSingleplayer" \
     Server.Password="$Password" \
     Server.GeoIPDatabase="$GeoIPDatabase" \
     Server.ProfileIDBlacklist="$ProfileIDBlacklist" \
     Server.ProfileIDWhitelist="$ProfileIDWhitelist" \
     Server.EnableSyncReports="$EnableSyncReports" \
     Server.EnableGeoIP="$EnableGeoIP" \
     Server.ShareAnonymizedIPs="$ShareAnonymizedIPs" \
     Engine.SupportDir="/root/.openra"
Can someone tell me if I am doing this correctly? Do I need the absolute path to the directory? Or is there another start up option that I should use?

I believe that I should see some sort of import map dialog.

Or do I need to load the maps locally on my laptop to make them available on the server? I would not think so, but just asking. Thanks.

Re: How do I load custom maps on hosted server

Posted: Tue Jul 21, 2020 10:37 pm
by Sleipnir
OpenRA doesn't support sharing custom maps directly from servers, instead https://resource.openra.net acts as a central location that both clients and dedicated servers will query. If you upload your maps there they will be available on any dedicated servers.

Re: How do I load custom maps on hosted server

Posted: Wed Jul 22, 2020 1:11 am
by cpaquin
Thanks, so where should I drop the maps on my local machine? Linux?

Is this the correct path? Thanks

/home/USERID/.config/openra/maps/ra/release-20200503/

Re: How do I load custom maps on hosted server

Posted: Mon Aug 30, 2021 6:32 am
by Williamsonb
I made a dedicated server to show off some of the maps i've made to my friends, but i have no idea how to add custom maps to the map pool. can i get some help?


MyAARPMedicare

Re: How do I load custom maps on hosted server

Posted: Mon Aug 30, 2021 12:02 pm
by Sleipnir
The first (and only!) step is to upload the maps to https://resource.openra.net. You will then be able to select them on the server.