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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Notes Help
ExpectedIdentifier Offline
Member

Posts: 234
Threads: 10
Joined: Sep 2012
Reputation: 11
#2
RE: Multiple Notes Help

(08-06-2013, 07:47 PM)RedSampson00 Wrote: Before you read the rest of the thread, I just want to inform you that I am completely new to custom story scripting etc. So please bear that in mind when you read on.
Ok, so I've managed to make one note,
Here's the extra_english.lang file:
<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">Test</Entry>
<Entry Name="Note_note1_Text">This is a test.</Entry>
</CATEGORY>
</LANGUAGE>

That worked fine, but how would I make multiple notes? Huh
Thanks in advance.

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">Test</Entry>
<Entry Name="Note_note1_Text">This is a test.</Entry>
<Entry Name="Note_note2_Name">Test2</Entry>
<Entry Name="Note_note2_Text">This is also a test.</Entry>
</CATEGORY>
</LANGUAGE>

Closure ModDB page:

[Image: 16LO8Sx]
08-06-2013, 07:57 PM
Find


Messages In This Thread
Multiple Notes Help - by RedSampson00 - 08-06-2013, 07:47 PM
RE: Multiple Notes Help - by ExpectedIdentifier - 08-06-2013, 07:57 PM
RE: Multiple Notes Help - by RedSampson00 - 08-06-2013, 08:05 PM



Users browsing this thread: 2 Guest(s)