User Story
As a server operator, I want change the defaultmap for the Empires Mod server (emserver) so that the server properly starts as intended and not fail with a "missing map" error.
Basic info
- Distro: [Ubuntu 20.04.5 LTS]
- Game: [Empires Mod]
- Command: [Monitor]
- LinuxGSM version: [v22.1.0]
To Reproduce
After final instruction of the installation process after ./emserver install:
- I run
./emserver monitor and find the Empires Mod server while technically 'running' fails to fully start
- On inspecting the _default.cfg
defaultmap key, it contains a reference to a Empires Mod map that was renamed from "emp_district" to "con_district402" quite some years ago.
- Changing this value and restarting the server with
./emserver monitor fixes the issue.
Expected behaviour
The Empire Mod Server executes a map that actually exists ;)
User Story
As a server operator, I want change the defaultmap for the Empires Mod server (emserver) so that the server properly starts as intended and not fail with a "missing map" error.
Basic info
To Reproduce
After final instruction of the installation process after
./emserver install:./emserver monitorand find the Empires Mod server while technically 'running' fails to fully startdefaultmapkey, it contains a reference to a Empires Mod map that was renamed from "emp_district" to "con_district402" quite some years ago../emserver monitorfixes the issue.Expected behaviour
The Empire Mod Server executes a map that actually exists ;)