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!!
Fictionult Offline
Junior Member

Posts: 16
Threads: 6
Joined: Apr 2011
Reputation: 0
#1
Note/Journal Help!!

Okay so anyway I tried following a tutorial on a old thread a while ago.
It didn't help at all really and messed a few things up. I fixed the problems it messed up but I really need some help.

Here is my .lang file right now.

"<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">text here</Entry>
</CATEGORY>
</LANGUAGE>"

Can someone tell me what to add to the .lang?
I already have a note placed on the floor of my map.
Please Help!!
04-21-2011, 11:04 PM
Find
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




Users browsing this thread: 1 Guest(s)