Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Uncertain how to change startup map #56

Open
raindropworks opened this issue Sep 7, 2021 · 2 comments
Open

Uncertain how to change startup map #56

raindropworks opened this issue Sep 7, 2021 · 2 comments

Comments

@raindropworks
Copy link

I'm actually using the Savage Wilds map currently on Funcom's dedicated Windows server, which of course works different for locations and flags than the Dedicated server packaged with the Docker container (I'm trying to convert the windows world to one on Linux)

How would I go about changing the startup map in the yaml file? This page doesn't seem particularly helpful to me as I have two different engine.ini files and neither has the [Script/EngineSettings.GameMapsSettings] section that I'm looking for https://forums.funcom.com/t/hosting-a-dedicated-server-for-isle-of-siptah/136857

@ejkeebler
Copy link

I resolved this by adding this to my engine.ini

[/Script/EngineSettings.GameMapsSettings]
ServerDefaultMap=/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah

@dahlo
Copy link

dahlo commented Nov 29, 2021

I added this to the docker-compose.yml

- "CONANEXILES_Engine_/Script/EngineSettings.GameMapsSettings_ServerDefaultMap=/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah" # change game map

and it worked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants