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


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Note/Journal Help!!
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: Note/Journal Help!!

Alright, if you want to add to your .lang file for a note, first you need to go in the editor and click on the note you placed in the game. Go to it's "Entity" column and at the bottom of the things you can add, it will say "NoteText". At that blank next to it, type in whatever you want. For this example, we'll use "Note01".

Now go to your .lang file and make it look like this:
<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">[insert text here]</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Note01_Name">[insert title here]</Entry>
<Entry Name="Note_Note01_Text">[insert text here]</Entry>
</CATEGORY>
</LANGUAGE>

Remember that you can swap out "Note01" and call it whatever you want, for example, having "Note_Note02_Name" and "Note_Note02_Text". You also have to make sure that both text and title match up with the same thing or else when you call for that text for the note, it wouldn't pop up the stuff you wanted for it.

I also want to say that you truely don't need to use "<RESOURCES>" and "</RESOURCES>" unless if you plan to use it, which in this case, you don't need it like I said.

(This post was last modified: 04-22-2011, 03:33 AM by Kyle.)
04-22-2011, 03:22 AM
Find


Messages In This Thread
Note/Journal Help!! - by Fictionult - 04-21-2011, 11:04 PM
RE: Note/Journal Help!! - by Kyle - 04-22-2011, 03:22 AM



Users browsing this thread: 1 Guest(s)