Saved scenario Doesn´t show description

Fede

Member
Joined
Mar 17, 2015
Messages
4
Reaction score
2
Points
18
When I save via scenario editor (not quicksave), I put a name on the "title of the scenario" and on the description box I put the a brief description of that scenario, (the scenario is saved ok) but when I restart orbiter and select that scenario the description box shows "current state" instead of the description I wrote when I saved the scenario, can anyone help, thenks in advance
 

kuddel

Donator
Donator
Joined
Apr 1, 2008
Messages
2,064
Reaction score
507
Points
113
It's a (small) error in the ScenarioEditors Save function.
The description is there in the scenario file, but it also has a "Help" entry[1] which "overrides" the descrption with the content of the Help (HTML) file:
Code:
BEGIN_DESC
description-description-description-description-description-description
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 51982.5297415749
  Help CurrentState_img
END_ENVIRONMENT

BEGIN_FOCUS
  Ship GL-01
...
[1] inside the ENVIRONMENT block

Easiest fix is to open the Scenario-File with Notepad and just remove the line containing "Help CurrentState_img"
 
Top