Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Text On Level Door on Loading Screen
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#1
Text On Level Door on Loading Screen

Hello all amnesia fans! i'v been looking around to learn about the Text on loading screen but it dosnt work :S
any tip and send the Lang. for the script please //JHM

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
03-09-2012, 08:04 PM
Website Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: Text On Level Door on Loading Screen

Simply go to a custom story that does have that. And examine how they did it, thats how i did it.

03-10-2012, 01:21 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#3
RE: Text On Level Door on Loading Screen

SetupLoadScreen: http://wiki.frictionalgames.com/hpl2/amn...s#general1

Tutorials: From Noob to Pro
03-10-2012, 01:46 AM
Website Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#4
RE: Text On Level Door on Loading Screen

(03-10-2012, 01:46 AM)Your Computer Wrote: SetupLoadScreen: http://wiki.frictionalgames.com/hpl2/amn...s#general1
Sorry can't find Sad


http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
03-10-2012, 04:09 PM
Website Find
Stepper321 Offline
Senior Member

Posts: 263
Threads: 26
Joined: Nov 2011
Reputation: 8
#5
RE: Text On Level Door on Loading Screen

CTRL + F

Signature to awesome to be displayed.
03-10-2012, 04:42 PM
Find
JMFStorm Offline
Member

Posts: 205
Threads: 8
Joined: Aug 2011
Reputation: 28
#6
RE: Text On Level Door on Loading Screen

Make a "PlayerInteractCallback" with a name "LoadingScreenText" to the level_door's entity properties tab found on the right side of the level editor.
Then open your maps .hps text file and type the following:

void LoadingScreenText (string &in asEntity)
{
SetupLoadScreen("LoadingScreen", "TextOne", 1, "MyImage.jpg");
}

Then open your extra_english.lang text file and then put the following.

<CATEGORY NameLoadingScreen">
<Entry Name="TextOne">Now this text works in my loading screen thanks to JMFStorm.</Entry>
</CATEGORY>

If you want a picture to appear on the screen aswell have it named as "MyImage.jpg" and put it in your custom story's folder. I recommend the image size of 700x392.



03-10-2012, 05:21 PM
Find




Users browsing this thread: 1 Guest(s)