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
Why my Note doesn't work ?
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#1
Why my Note doesn't work ?

Why my Note doesn't work ?!

English thing is this.

LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My First Custom story! Play it like a boss!! Custom story With TOOMANY JUMPSCARES!</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_badkey">Key To (try) Escape</Entry>
<Entry Name="ItemName_badkey">Key to (try) Escape</Entry>
Name="Inventory">
<Entry Name="ItemDesc_key">Freakingducksface</Entry>
<Entry Name="ItemName_key">Freakingducksface</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">Mysterion of The Statue</Entry>
<Entry Name="Note_note1_Text">Hello.[br][br][br]You don't know me, but I certaintly know you. And you can't find the hidden Statue!</Entry>
</CATEGORY>
</LANGUAGE>

Please help me |Sad
note is empty!
06-11-2014, 03:19 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#2
RE: Why my Note doesn't work ?

Name="Inventory"> Thats wrong there. Shouldnt be there..
IF you want the INVENTORY catagory take a look at mine.
PHP Code: (Select All)
</CATEGORY>

<
CATEGORY Name="Inventory">
  <
Entry Name="ItemName_ElevatordoorKey">a second floor key</Entry
  <
Entry Name="ItemDesc_ElevatordoorKey">This is the key for the second floor.</Entry

 </
CATEGORY
(This post was last modified: 06-11-2014, 03:32 PM by DnALANGE.)
06-11-2014, 03:30 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#3
RE: Why my Note doesn't work ?

i think that isn't the problem right now... because both the keys work! perfectly Wink
may this Inventory sotp my way for note ?
06-11-2014, 03:32 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#4
RE: Why my Note doesn't work ?

Is the (name) of the note called : note1
What i meant is : go to your note in the leveleditor -> go to ENTITIE TAB -> Notetext put there -> note1
(This post was last modified: 06-11-2014, 03:41 PM by DnALANGE.)
06-11-2014, 03:38 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#5
RE: Why my Note doesn't work ?

Yes it's called note1
Tongue
06-11-2014, 03:39 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Why my Note doesn't work ?

This should also be removed iirc : Name="Inventory">
Make it at least : <CATEGORY Name="Inventory">
(This post was last modified: 06-11-2014, 03:42 PM by DnALANGE.)
06-11-2014, 03:42 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#7
RE: Why my Note doesn't work ?

I really didn't understand this...?
i have the same you said... <CATEGORY Name="Inventory">
06-11-2014, 03:48 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#8
RE: Why my Note doesn't work ?

<Entry Name="ItemName_badkey">Key to (try) Escape</Entry>
[u]Name="Inventory">[/u] <<<--- Remove this!!! that;'s what i ment.
<Entry Name="ItemDesc_key">Freakingducksface</Entry>
(This post was last modified: 06-11-2014, 03:50 PM by DnALANGE.)
06-11-2014, 03:50 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#9
RE: Why my Note doesn't work ?

ow.. like this =

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">My First Custom story! Play it like a boss!! Custom story With TOOMANY JUMPSCARES!</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_badkey">Key To (try) Escape</Entry>
<Entry Name="ItemName_badkey">Key to (try) Escape</Entry>

<Entry Name="ItemDesc_key">Freakingducksface</Entry>
<Entry Name="ItemName_key">Freakingducksface</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">Note from Stranger</Entry>
<Entry Name="Note_note1_Text">Hello.[br][br][br]You don't know me, but I certaintly know you.</Entry>
</CATEGORY>
</LANGUAGE>
06-11-2014, 03:54 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#10
RE: Why my Note doesn't work ?

Yes that is better!
Does it work now?
06-11-2014, 04:28 PM
Find




Users browsing this thread: 1 Guest(s)