System Information
| Field | Value |
|---|---|
| Operating System | Linux - Debian GNU/Linux 13 on x86_64 |
| Product | AMP ‘Phobos’ v2.6.4.2 (Mainline) |
| Virtualization | VMware |
| Application | Application Deployment |
| Module | ADSModule |
| Running in Container | No |
| Current State | Indeterminate |
Problem Description
Issue
I am experiencing an issue where my Arma Reforger server fails to load saved sessions and resets the map on every restart.
I have already configured the server config file (CO.json) correctly with m_eSaveTypes: 7 and enabled the “Load Session Save” option in the control panel. However, it seems the server is not actually loading the save data.
I suspect that the -loadSessionSave launch parameter might not be correctly passed to the server executable startup command by the panel.
Could you please verify if the server is launching with the correct -loadSessionSave argument?
Thank you.
Reproduction Steps
- Configured Server Config (CO.json): I have manually added the missionHeader (with m_eSaveTypes: 7) and persistence settings to the gameProperties section in the CO.json file.
- Enabled “Load Session Save” in Panel: I enabled the “Load Session Save” checkbox in the server control panel settings to ensure the server loads the previous session.
- Investigated Panel Parameter Issue: I noticed that the loadSessionSave parameter might have been set to IncludeInCommandLine: false in the panel configuration, potentially preventing the launch argument from being passed