Frictional Games Forum (read-only)

Full Version: Loading screen help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So when a player walks through a level door i want a custom loading screen to show, i got the text to work, but the jpg picture doesn't show up. The picture is already 700x392. is there something i did wrong?

hps:



void OnLeave()
{
SetupLoadScreen("LoadingText", "TextOne", 1, "LoadScreen1.jpg");
}

lang.


<CATEGORY Name="LoadingText">
<Entry Name="TextOne">The demon is a liar. He will lie to confuse us. He will also mix lies with the truth to attack us. The attack is psychological, and powerful. So do not listen. Remember that, do not listen.</Entry>
</CATEGORY>
where have you put the picture?

[Image: cs-maker#imagebox]
(06-30-2012, 12:00 PM)EXAWOLT Wrote: [ -> ]where have you put the picture?

[Image: cs-maker#imagebox]
in a folder called graphics in my custom story map
I don't know if it is needed, but paste it in the root of your custom story instead.
(if you havenĀ“t solved it yet) drag the text i wrote above: [Image: cs-maker#imagebox] to the webb bar and you will come to a picture where it shows how it should look like