Page MenuHomeFeedback Tracker

Eden Editor is not fully initialized when mission is opened by startup parameter
Closed, DuplicatePublic

Description

The interface of Eden Editor is not properly initialized if the start up parameter

is used to start a mission.

  • The statusbar remains blank
  • Controls hint is not displayed properly, instead a empty scrollbar is shown near the center of the screen
  • Toolbar is not properly initialized, which means the checkbox state of the tools is not set according to profileNamespace settings.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce
  1. Set up the mission file (editor) start up parameter in the launcher with the path of a valid mission.sqm
  2. Start the game
Additional Information

I fixed the issue partly by adding

//Reinitialize Eden interface to prevent issues when game directly starts inside the editor via startup parameter
['init'] call BIS_fnc_3DENStatusBar;
['init'] call BIS_fnc_3DENInterface;

to the onTerrainNew Eden EH