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
.Lang File Help Note wont work :S
CptLogicDev Offline
Junior Member

Posts: 24
Threads: 10
Joined: Dec 2012
Reputation: 0
#1
Note wont work :S

This is my Lang

<LANGUAGE>
    <RESOURCES>
    </RESOURCES>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">Explore the dungeon figure out what has happend there and why</Entry>
    </CATEGORY>
<CATEGORY Name="Message">
        <Entry Name="whathappend">What have happend in here?...i feel a strange..shadow</Entry>
        <Entry Name="Whatwasthat">What was that ?!?!...was that an dead human? or an creature that god created...</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
       <Entry Name="Note_first_Name">Letter Full with Wine</Entry>
       <Entry Name="Note_first_Text">If....Anyone....Can...Stop!....Fleee!!!![br][br][br][br]Can't see anything...the note is full with wine....</Entry>
</CATEGORY>
      
       <CATEGORY Name = "Inventory">
        <Entry Name = "ItemDesc_Lab_key">An Very old key i guess it goes to a door?</Entry>
        <Entry Name = "ItemName_Lab_key">Very Very Old Key</Entry>
       </CATEGORY>
      
       </LANGUAGE>

Got "Note_first" at the name and note text
12-27-2012, 06:57 PM
Find
Aquatric Offline
Junior Member

Posts: 7
Threads: 2
Joined: Dec 2012
Reputation: 0
#2
RE: Note wont work :S

I fixed it, here:
<CATEGORY Name="Journal">
    <Entry Name="Note_YourNoteName_Name">TITLE</Entry>
    <Entry Name="Note_YourNoteName_Text">BRIEF TEXT</Entry>
    </CATEGORY>

"YourNoteName" is the name of the Note paper in the Level Editor! c:
12-27-2012, 07:44 PM
Find




Users browsing this thread: 1 Guest(s)