Frictional Games Forum (read-only)

Full Version: Text won't show up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

I have a note inside my map. When you take it, the following text will show up:
The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light.

I have the following text in my extra_english.lang:
Code:
<LANGUAGE>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">Just a description.</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
    <Entry Name="Note_Oratory_Name">The Oratory</Entry>
    <Entry Name="Note_Oratory_Text">The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light./Entry>
</CATEGORY>

</LANGUAGE>

My custom story contains three big maps, these are found at this directory:
C:\Program Files\Amnesia - The Dark Descent\redist\maps

The scripts from the levels and stuff can all be found at this directory:
C:\Program Files\Amnesia - The Dark Descent\redist\custom_stories\The Haunted Castle of Algium
The Language file also is in here.

When you take the note when playing the game, there will be no text at all. When you look in your journal, no text will be there.

What am I doing wrong?
<Entry Name="Note_Oratory_Text">The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light./Entry>

you're missing the "<" at the "/Entry>".... just fix to </Entry>
(11-11-2011, 08:32 PM)Statyk Wrote: [ -> ]<Entry Name="Note_Oratory_Text">The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light./Entry>

you're missing the "<" at the "/Entry>".... just fix to </Entry>
Changed it to this:
Code:
<LANGUAGE>
    <CATEGORY Name="CustomStoryMain">
        <Entry Name="Description">Just a description.</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
    <Entry Name="Note_Oratory_Name">The Oratory</Entry>
    <Entry Name="Note_Oratory_Text">The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light.</Entry>
</CATEGORY>

</LANGUAGE>

Still it won't show up at all.
Also, when I start Amnesia and click on dev_user, the story won't show up at Custom Stories, but it will only start when I just click Start New Game, maybe these problems are caused by the same error. I've followed all the steps from this site: http://wiki.frictionalgames.com/hpl2/start
I have followed these steps over and over, in case I missed something.
Everything works, but I will have to start my custom story by selecting "dev_user" and then Start New Game. Only the notes can't be seen (I've not tried the momento's yet).

I hope you can help me further now.



(11-12-2011, 12:33 AM)Sauron The King Wrote: [ -> ]
(11-11-2011, 08:32 PM)Statyk Wrote: [ -> ]The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light./Entry>

you're missing the "<" at the "/Entry>".... just fix to
Changed it to this:
Code:
    
        Just a description.



    The Oratory
    The hidden room of the divine artifact may only be entered by those who are sane. Take the cross of Jesus with you and it will be guide towards the light.

Still it won't show up at all.
Also, when I start Amnesia and click on dev_user, the story won't show up at Custom Stories, but it will only start when I just click Start New Game, maybe these problems are caused by the same error. I've followed all the steps from this site: http://wiki.frictionalgames.com/hpl2/start
I have followed these steps over and over, in case I missed something.
Everything works, but I will have to start my custom story by selecting "dev_user" and then Start New Game. Only the notes can't be seen (I've not tried the momento's yet).

I hope you can help me further now.


I'm pretty sure notes journals don't appear when in dev mode. Try reading them in-game.
In the level editor, what did you specify for the note in the NoteText field under the Entity tab?
(11-12-2011, 05:20 AM)Your Computer Wrote: [ -> ]In the level editor, what did you specify for the note in the NoteText field under the Entity tab?
The Notetext and name are "Oratory". Left you can see how it shows up ingame. On the right you can see how it looks in level edit. Maybe you can now see what's wrong, at least, I hope you do.

(11-12-2011, 10:36 AM)Sauron The King Wrote: [ -> ]
(11-12-2011, 05:20 AM)Your Computer Wrote: [ -> ]In the level editor, what did you specify for the note in the NoteText field under the Entity tab?
The Notetext and name are "Oratory". Left you can see how it shows up ingame. On the right you can see how it looks in level edit. Maybe you can now see what's wrong, at least, I hope you do.


Make sure, you had marked the box in Leveleditor Called : OpenNoteInJournal . or try to rename the: name of note,CustomSubItemTypeName and NoteText to the same name.


(11-12-2011, 12:59 PM)sasukeroxxx Wrote: [ -> ]
(11-12-2011, 10:36 AM)Sauron The King Wrote: [ -> ]
(11-12-2011, 05:20 AM)Your Computer Wrote: [ -> ]In the level editor, what did you specify for the note in the NoteText field under the Entity tab?
The Notetext and name are "Oratory". Left you can see how it shows up ingame. On the right you can see how it looks in level edit. Maybe you can now see what's wrong, at least, I hope you do.


Make sure, you had marked the box in Leveleditor Called : OpenNoteInJournal . or try to rename the: name of note,CustomSubItemTypeName and NoteText to the same name.
Hhhmm... tried it, but it won't work. The "OpenNoteInJournal"-box is marked and I renamed all many times. Could someone send me a working note? Then I can see if that note will work in my map (after adjusting the name of course). If it doesn't, I know that the problem isn't with the note, but with something else...

you're in Dev_mode, right? make sure your .hps is in the main maps folder along with the map. I don't use dev_mode because it won't do this and doesn't play sounds, even when all in the same folder. Try opening the note WITHOUT being in dev_mode.
(11-12-2011, 06:00 PM)Statyk Wrote: [ -> ]you're in Dev_mode, right? make sure your .hps is in the main maps folder along with the map. I don't use dev_mode because it won't do this and doesn't play sounds, even when all in the same folder. Try opening the note WITHOUT being in dev_mode.
I've tried opening it without being in dev_mode, that didn't work.
I've searched for a working note on the forums, I found this one:
Code:
<CATEGORY Name="Journal">
<Entry Name="Note_Note01_Name">[insert title here]</Entry>
<Entry Name="Note_Note01_Text">[insert text here]</Entry>
</CATEGORY>
I pasted it in my file and renamed "Note01" to "Oratory". Than I tested it again and it worked. I don't know what was wrong, but it is finally solved now, thanks for helping me Big Grin
Ps, [b]Statyk, [/b]you always are a great help. Each time I ask something, you try to solve my problems. Great to have someone like you Tongue



Pages: 1 2