Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Text On Level Door on Loading Screen
Author Message
jessehmusic Offline
Senior Member

Posts: 423
Joined: Dec 2011
Reputation: 8
Post: #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 Confused
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
Visit this user's website Find all posts by this user Quote this message in a reply
flamez3 Offline
Posting Freak

Posts: 1,320
Joined: Apr 2011
Reputation: 57
Post: #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 all posts by this user Quote this message in a reply
Your Computer Offline
SCAN ME!

Posts: 3,237
Joined: Jul 2011
Reputation: 216
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
jessehmusic Offline
Senior Member

Posts: 423
Joined: Dec 2011
Reputation: 8
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
Stepper321 Offline
Senior Member

Posts: 265
Joined: Nov 2011
Reputation: 8
Post: #5
RE: Text On Level Door on Loading Screen
CTRL + F

Signature to awesome to be displayed.
03-10-2012 04:42 PM
Find all posts by this user Quote this message in a reply
JMFStorm Offline
Member

Posts: 205
Joined: Aug 2011
Reputation: 28
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)