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 There are no texts!
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#4
RE: There are no texts!

As I understand, your problem is you dont have any text on your notes and no text is showing when you look at doors,

For what I can see in your lang file, you dont have it set up to show anything.

here is a few steps/things you can try.

1. To make a door show where it leads to. If you click on a door and goes to its entity tab there is something called TextEntry, write something in there ex. Door1. Then go you lang file and add this

<CATEGORY Name="Levels">
<Entry Name="Door1">Hallway</Entry>
</CATEGORY>

Now the door will show that it leads to the hallways

2. To get a door to tell you that it is locked. At the bottom of the doors entity tab there is something called LockedTextCat and LockedTextEntry. they are used to show a message when you click on a locked door, ex.

Write LockedDoors in LockedTextCat and Door1 in LockedTextEntry. Then go to you lang file and add this

<CATEGORY Name="LockedDoors">
<Entry Name="Door1">Locked</Entry>
</CATEGORY>

Now the door will tell you that it is locked when you click on it

NOTES:

Click on a note and go to its entity tab and at bottom you see something called NoteText.

ex. write Note1 in the NoteText box and then go to your lang file and add this

<CATEGORY Name="Journal">
<Entry Name="Note_Note1_Name">Name of the when the player reads the note</Entry> ex Note From Creator
<Entry Name="Note_Note1_Text">What the note should say</Entry> ex Hope you enjoy my CS</Entry>
</CATEGORY>

Hope you can make use for this

CURRENT PROJECT:
A Fathers Secret == Just started
(This post was last modified: 01-09-2015, 01:28 PM by Lizard.)
01-09-2015, 01:23 PM
Find


Messages In This Thread
There are no texts! - by Shylia - 01-08-2015, 08:58 PM
RE: There are no texts! - by Mudbill - 01-08-2015, 09:03 PM
RE: There are no texts! - by Shylia - 01-08-2015, 09:12 PM
RE: There are no texts! - by Lizard - 01-09-2015, 01:23 PM
RE: There are no texts! - by Shylia - 01-09-2015, 03:35 PM
RE: There are no texts! - by Mudbill - 01-09-2015, 03:56 PM
RE: There are no texts! - by Shylia - 01-09-2015, 04:13 PM
RE: There are no texts! - by Daemian - 01-09-2015, 04:59 PM
RE: There are no texts! - by Mudbill - 01-09-2015, 07:18 PM
RE: There are no texts! - by Shylia - 01-10-2015, 03:53 PM
RE: There are no texts! - by RunHideMoFo - 01-11-2015, 06:43 AM
RE: There are no texts! - by Romulator - 01-11-2015, 07:51 AM
RE: There are no texts! - by RunHideMoFo - 01-11-2015, 10:17 AM
RE: There are no texts! - by Romulator - 01-11-2015, 01:17 PM
RE: There are no texts! - by RunHideMoFo - 01-11-2015, 09:17 PM
RE: There are no texts! - by Romulator - 01-12-2015, 05:22 AM
RE: There are no texts! - by jmitchell - 02-22-2015, 09:04 PM
RE: There are no texts! - by Mudbill - 02-22-2015, 09:18 PM
RE: There are no texts! - by jmitchell - 02-22-2015, 09:31 PM
RE: There are no texts! - by jmitchell - 02-23-2015, 08:47 PM



Users browsing this thread: 1 Guest(s)