View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004867 | The Dark Mod | GUI | public | 15.07.2018 17:30 | 21.12.2018 13:56 |
Reporter | kingsal | Assigned To | stgatilov | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | windows | OS | 10 | ||
Product Version | TDM 2.06 | ||||
Target Version | TDM 2.07 | Fixed in Version | TDM 2.07 | ||
Summary | 0004867: New briefing videos do not automatically move to objective screen when done. | ||||
Description | The wiki states that you no longer need to put in your video length in milliseconds. "It is no longer necessary to explicitly specify the duration of a video file, as it was for the ROQ files" However if the MM_BRIEFING_VIDEO_LENGTH is not set, the GUI system pauses after the video is done and doesn't automatically move to the objectives screen. (user needs to click, which is no good) This should either be fixed or corrected in the wiki. | ||||
Steps To Reproduce | Open up one of Goldwells missions and change MM_BRIEFING_VIDEO_LENGTH_1 to "0" and notice the hang up after the video players. | ||||
Tags | No tags attached. | ||||
The event "CinematicEnd" is handled in the stock version of file mainmenu_briefing_video.gui, starting from TDM 2.06. Both AC1 and AC2 missions override this file with local version, so the event is not handled in them. That's why cinematic is not finished automatically if you set duration to zero. Port the latest changes (i.e. the CinematicEnd event handler) into your GUI code and cinematic will be finished automatically. Or create a new map without overriding this GUI file. |
|
Supposedly improved the wording in wiki: http://wiki.thedarkmod.com/index.php?title=Cutscene_video_with_FFmpeg&type=revision&diff=20519&oldid=20457 I hope this way it would be easier for mappers who override GUI scripts to guess what is wrong. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
15.07.2018 17:30 | kingsal | New Issue | |
17.07.2018 17:43 | stgatilov | Note Added: 0010692 | |
17.07.2018 17:44 | stgatilov | Note Edited: 0010692 | |
17.07.2018 17:54 | stgatilov | Note Added: 0010693 | |
17.07.2018 17:54 | stgatilov | Assigned To | => stgatilov |
17.07.2018 17:54 | stgatilov | Status | new => feedback |
21.12.2018 13:56 | nbohr1more | Status | feedback => resolved |
21.12.2018 13:56 | nbohr1more | Resolution | open => no change required |
21.12.2018 13:56 | nbohr1more | Fixed in Version | => TDM 2.07 |
21.12.2018 13:56 | nbohr1more | Target Version | => TDM 2.07 |