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
Weird Note Glitch
afroduckie Offline
Junior Member

Posts: 35
Threads: 12
Joined: Jan 2013
Reputation: 0
#1
Weird Note Glitch

I keep getting a weird glitch with notes. I checked multiple sources to confirm that I did it correctly, but the notes do not work. The .lang file is good (the CS description works). What is the problem? NO NOTES SHOW UP! They all worked before, and then when I added a new one they all broke.
09-01-2013, 11:41 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Weird Note Glitch

It'd be helpful if you posted the contents of your Lang file.

Tutorials: From Noob to Pro
09-01-2013, 11:48 PM
Website Find
summit Offline
Senior Member

Posts: 273
Threads: 20
Joined: Jun 2013
Reputation: 7
#3
RE: Weird Note Glitch

Did you rename the note? Let's say we did it YourNote1.

Now:
<LANGUAGE>
<CATEGORY="Journal">
<Entry Name="Note_YourNote1_Name"> Your Note</Entry>
<Entry Name="Note_YourNote1_Text"> Example text.</Entry>
</CATEGORY>
</LANGUAGE>
(This post was last modified: 09-02-2013, 10:13 AM by summit.)
09-02-2013, 10:04 AM
Find
afroduckie Offline
Junior Member

Posts: 35
Threads: 12
Joined: Jan 2013
Reputation: 0
#4
RE: Weird Note Glitch

(09-02-2013, 10:04 AM)Arbies Wrote: Did you rename the note? Let's say we did it YourNote1.

Now:
<LANGUAGE>
<CATEGORY="Journal">
<Entry Name="Note_YourNote1_Name"> Your Note</Entry>
<Entry Name="Note_YourNote1_Text"> Example text.</Entry>
</CATEGORY>
</LANGUAGE>

Yes, I did it all correctly. I triple checked with a couple different sources. I am assuming it is a glitch, but I re-named the note and filled in the name in the 'NoteText' area and nothing works.

(09-01-2013, 11:48 PM)Your Computer Wrote: It'd be helpful if you posted the contents of your Lang file.

Here it is.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">MY CS</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Journal_letter_Name">Journal Entry</Entry>
<Entry Name="Journal_letter_Text">Letter Text</Entry>
</CATEGORY>
</LANGUAGE>

Nothing too crazy at the moment.
(This post was last modified: 09-02-2013, 02:05 PM by afroduckie.)
09-02-2013, 01:59 PM
Find
i3670 Offline
Posting Freak

Posts: 1,308
Threads: 74
Joined: Oct 2011
Reputation: 36
#5
RE: Weird Note Glitch

It should be

<Entry Name="Note_[name of note in Level Editor]_Name">text here</Entry>
<Entry Name="Note_[name of note in Level Editor]_Text">text here</Entry>

"What you think is irrelevant" - A character of our time

A Christmas Hunt
09-02-2013, 02:16 PM
Find
afroduckie Offline
Junior Member

Posts: 35
Threads: 12
Joined: Jan 2013
Reputation: 0
#6
RE: Weird Note Glitch

(09-02-2013, 01:59 PM)afroduckie Wrote:
(09-02-2013, 10:04 AM)Arbies Wrote: Did you rename the note? Let's say we did it YourNote1.

Now:
<LANGUAGE>
<CATEGORY="Journal">
<Entry Name="Note_YourNote1_Name"> Your Note</Entry>
<Entry Name="Note_YourNote1_Text"> Example text.</Entry>
</CATEGORY>
</LANGUAGE>

Yes, I did it all correctly. I triple checked with a couple different sources. I am assuming it is a glitch, but I re-named the note and filled in the name in the 'NoteText' area and nothing works.

(09-01-2013, 11:48 PM)Your Computer Wrote: It'd be helpful if you posted the contents of your Lang file.

Here it is.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">MY CS</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Journal_letter_Name">Journal Entry</Entry>
<Entry Name="Journal_letter_Text">Letter Text</Entry>
</CATEGORY>
</LANGUAGE>

Nothing too crazy at the moment.

I realize now I put JOURNAL instead of NOTE, but it still dont work.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">MY CS</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letter_Name">Journal Entry</Entry>
<Entry Name="Note_letter_Text">Letter Text</Entry>
</CATEGORY>
</LANGUAGE>

(09-02-2013, 02:16 PM)i3670 Wrote: It should be

<Entry Name="Note_[name of note in Level Editor]_Name">text here</Entry>
<Entry Name="Note_[name of note in Level Editor]_Text">text here</Entry>

I did that... It has to be a glitch or quirk or something. I did it correctly.

Sorry Guys! It works now. I just restarted all of the programs and it worked suddenly. Thanks for the help though!
(This post was last modified: 09-02-2013, 02:33 PM by afroduckie.)
09-02-2013, 02:21 PM
Find




Users browsing this thread: 1 Guest(s)