alinmear / docker-conanexiles

A docker container to easily provision and manage a conanexiles dedicated server using wine
MIT License
105 stars 74 forks source link

Uncertain how to change startup map #56

Open raindropworks opened 3 years ago

raindropworks commented 3 years ago

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 commented 2 years ago

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 commented 2 years ago

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.