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
Adding a note
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#1
Adding a note

how do i add a note and write the content?

i already browsed the wiki but i was not able to find something.

and by the way, how do i make a page break (dont know how you call it im not english but i am talking about that what happens when you hit "enter") or a second page?

thanks

When you are looking for someone, to do the scripting for your Custom Story, ask me!
11-07-2012, 05:30 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#2
RE: Adding a note

In the level editor there's an entity-note_generic, letter, etc. Click it and put it somewhere in your map.

In the note tab, go to the entity tab and, in Text entry, add the entry of your .lang file.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-07-2012, 05:41 PM
Find
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#3
RE: Adding a note

To add to chaser's post, "[br]" will make a break in the page - it's the equivalent of hitting "enter" on the keyboard once.

I rate it 3 memes.
11-07-2012, 05:45 PM
Find
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#4
RE: Adding a note

i think i did it wrong Big Grin my .lang looks like this now:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Pass all the Corridors...</Entry>
</CATEGORY>
<CATEGORY Name="note_1">
<Entry Name="Note_note_1_Name">A note from the torturer...</Entry>
<Entry Name="Note_note_1_Text">I am sick of this... something ...*my text*....away! But how?</Entry>
</CATEGORY>
</LANGUAGE>

and i copied this into my note (note_1)>entity>NoteText

but its not working. were is my mistake?

When you are looking for someone, to do the scripting for your Custom Story, ask me!
(This post was last modified: 11-07-2012, 06:03 PM by tonitoni1998.)
11-07-2012, 06:02 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#5
RE: Adding a note

(11-07-2012, 06:02 PM)tonitoni1998 Wrote: i think i did it wrong Big Grin my .lang looks like this now:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Pass all the Corridors...</Entry>
</CATEGORY>
<CATEGORY Name="note_1">
<Entry Name="Note_note_1_Name">A note from the torturer...</Entry>
<Entry Name="Note_note_1_Text">I am sick of this... something ...*my text*....away! But how?</Entry>
</CATEGORY>
</LANGUAGE>

and i copied this into my note (note_1)>entity>NoteText

but its not working. were is my mistake?
There must be a "Journal" category. This category includes messages, notes, mementos, etc.

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Pass all the Corridors...</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_Test01_Name">Test Note</Entry>

<Entry Name="Note_Test01_Text">This note is a test.</Entry>

</CATEGORY>
</LANGUAGE>

Something like this should work.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-07-2012, 06:09 PM
Find
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#6
RE: Adding a note

Thanks!

but my note now instantly goes into the journal... how can i read it first?

When you are looking for someone, to do the scripting for your Custom Story, ask me!
11-07-2012, 06:18 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#7
RE: Adding a note

(11-07-2012, 06:18 PM)tonitoni1998 Wrote: Thanks!

but my note now instantly goes into the journal... how can i read it first?
This should explain it to you.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
11-07-2012, 06:20 PM
Find
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#8
RE: Adding a note

sorry but there is just that what you already telled me and nothing about my question

When you are looking for someone, to do the scripting for your Custom Story, ask me!
11-07-2012, 06:41 PM
Find
Tiger Away
Posting Freak

Posts: 1,874
Threads: 16
Joined: Nov 2012
Reputation: 55
#9
RE: Adding a note

(11-07-2012, 06:41 PM)tonitoni1998 Wrote: sorry but there is just that what you already telled me and nothing about my question
Well, to make a note, that's what you gotta do.
11-07-2012, 08:30 PM
Find




Users browsing this thread: 1 Guest(s)