Frictional Games Forum (read-only)
Loading screen help - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Loading screen help (/thread-16612.html)



Loading screen help - HoyChampoy - 06-30-2012

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>


RE: Loading screen help - EXAWOLT - 06-30-2012

where have you put the picture?

[Image: cs-maker#imagebox]


RE: Loading screen help - HoyChampoy - 06-30-2012

(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


RE: Loading screen help - Cruzore - 06-30-2012

I don't know if it is needed, but paste it in the root of your custom story instead.


RE: Loading screen help - EXAWOLT - 07-01-2012

(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