Page MenuHomeFeedback Tracker

Eden does not recognize description.ext music config
Closed, ResolvedPublic

Description

imported 2d editor mission from previous version, had ogg file in with description.ext that loads ogg file but triggers no longer list the config entry as music option.

Details

Legacy ID
3321240191
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Eden Editor
Steps To Reproduce

class CfgMusic
{
class taps
{
name="Taps";
sound[]={"taps.ogg",1,1};
};
};

Additional Information

have not tested in 2d editor but since that is being depreciated, i am trying to convert as much over as possible before deadline.

Event Timeline

debug edited Steps To Reproduce. (Show Details)Sep 26 2015, 11:54 PM
debug edited Additional Information. (Show Details)
debug set Category to Eden Editor.
debug set Reproducibility to Always.
debug set Severity to None.
debug set Resolution to Fixed.
debug set Legacy ID to 3321240191.May 8 2016, 12:49 PM
Bohemia added a subscriber: debug.Sep 26 2015, 11:54 PM

Who said the 2D editor is being depreciated? The 2D editor is still useful. Also, description.ext is only loaded on mission load, not before during editor stage.

debug added a comment.Sep 27 2015, 2:37 AM

benargee, switch to dev mode and it says it prominently at the top.

h- added a subscriber: h-.May 8 2016, 12:49 PM
h- added a comment.Sep 27 2015, 10:07 AM

After importing you have to save the mission, load it up again (as the eden verison, not import, obviously) and the description.ext stuff should work..

Actually when you import a mission and use any of the quicker previews (play from here, play as character) the desc..ext and init.sqf don't get run at all unless you do that above mentioned.

Description.ext is currently not loaded while in Eden Workspace at all. We're planning to add it with general implementation of description.ext into the editor.

The original problem I was having, the option for music added to the description.ext was not being listed in triggers however, I just tested it in version 1.55.133346 and they are working now; this ticket could be closed. Thank you.