Page MenuHomeFeedback Tracker

startLoadingScreen doesn't display text
Closed, ResolvedPublic

Description

Syntax according to wiki: startLoadingScreen [text] or [text,resource]
Yet startLoadingScreen ["test"] will show a loading screen, but "test" is nowhere to be found.

Details

Legacy ID
986383704
Severity
Text
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Run startLoadingScreen ["test"]; from any script, observe how "test" is nowhere to be seen

Event Timeline

Goz3rr edited Steps To Reproduce. (Show Details)Mar 12 2013, 1:06 PM
Goz3rr edited Additional Information. (Show Details)
Goz3rr set Category to Scripting.
Goz3rr set Reproducibility to Always.
Goz3rr set Severity to Text.
Goz3rr set Resolution to Open.
Goz3rr set Legacy ID to 986383704.May 7 2016, 12:24 PM

BUT startLoadingScreen is working (It disables simulation and prioritizes scripts) as intended. For a fancy loading screen/text, use the description.ext entries.

I.e.

dev = "Goz3rr";
author = "Goz3rr";
onLoadName = "My awesome mission";
onLoadMission = "Do stuff!";
loadScreen = "loadingpic.paa";

Goz3rr added a subscriber: Goz3rr.May 7 2016, 12:24 PM

I know those work, it's just that the text part doesn't work anymore

Closing due to lack of activity for over 5 months. If this issue/request is still valid in the latest dev build, please create a new ticket or ask for this one to be re-opened.