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
RedSampson00 Offline
Junior Member

Posts: 11
Threads: 4
Joined: Nov 2012
Reputation: 0
#1
Multiple Notes Help

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.
08-06-2013, 07:47 PM
Find
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
RedSampson00 Offline
Junior Member

Posts: 11
Threads: 4
Joined: Nov 2012
Reputation: 0
#3
RE: Multiple Notes Help

Turns out I did try this except that I made a simple error by naming it note_2 instead of note2. Thanks anyway for helping.
(This post was last modified: 08-06-2013, 08:06 PM by RedSampson00.)
08-06-2013, 08:05 PM
Find




Users browsing this thread: 1 Guest(s)