Page MenuHomeFeedback Tracker

No 'Blackscreen' When Mission Exported from Editor
New, WishlistPublic

Description

I have a gamelogic with the following:

[format ["%1_blackScreen", missionName], false] call BIS_fnc_blackOut; enableSaving [false, false]; ShowHUD false;

First time I play the mission, it works. But when I export it to single missions and play a second time, the blackscreen doesn't activate! Also, sometimes the player and nearby units appear on the map briefing screen. However, sometimes they disappear and it is on these occasions that the blackscreen fails to activate...

Details

Legacy ID
2040894974
Severity
None
Resolution
Open
Reproducibility
Sometimes
Category
Scripting

Event Timeline

Bohemia edited Steps To Reproduce. (Show Details)Mar 24 2014, 11:06 PM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to Scripting.
Bohemia set Reproducibility to Sometimes.
Bohemia set Severity to None.
Bohemia set Resolution to Open.
Bohemia set Legacy ID to 2040894974.May 7 2016, 6:16 PM
Bohemia added a subscriber: Bohemia.

This issue is caused by playing an OGV video directly at the start of a mission. If you put Sleep 1; in the init before the video, problem solved.