Frictional Games Forum (read-only)
Error when testing my map - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Error when testing my map (/thread-6691.html)

Pages: 1 2 3 4


RE: Error when testing my map - Raymond - 02-25-2011

(02-24-2011, 12:16 PM)Vradcly Wrote: its supposed to be hotel_1 in Notetext field in entity tab Smile.

<LANGUAGE>
<RESOURCES>
</RESOURCES
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Escape the castle!.</Entry>
<CATEGORY Name="Journal">
<Entry Name="hotel_1_Name">Hotel Room</Entry>
<Entry Name="hotel_1_Text">Test</Entry>
</CATEGORY>
</LANGUAGE>

Is my .lang file correct? I also changed to hotel_1 on the NoteText in the Entity tab.


RE: Error when testing my map - Linus Ă…gren - 02-25-2011

I think that if it's a note, you should att Note_ before the name so it becomes:
<Entry Name="Note_hotel_1_Name">


RE: Error when testing my map - Raymond - 02-25-2011

(02-25-2011, 10:19 AM)junkfood2121 Wrote: I think that if it's a note, you should att Note_ before the name so it becomes:
<Entry Name="Note_hotel_1_Name">



<LANGUAGE>
<RESOURCES>
</RESOURCES
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Escape the castle!.</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_hotel_1_Name">Hotel Room</Entry>
<Entry Name="Note_hotel_1_Text">Test</Entry>
</CATEGORY>
</LANGUAGE>

Like this?


RE: Error when testing my map - Raymond - 02-26-2011

The description and the note still doesn't have words Sad.


RE: Error when testing my map - nkmol - 02-26-2011

[/quote]
<LANGUAGE>

<RESOURCES>
</RESOURCES

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Escape the castle!.</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_hotel_1_Name">Hotel Room</Entry>
<Entry Name="Note_hotel_1_Text">Test</Entry>
</CATEGORY>

</LANGUAGE>
[/quote]

what do you want whith the CustomStoryMain? Description of your map?


RE: Error when testing my map - Raymond - 02-26-2011

I think my .lang file got problem, i try everything, the description and the note still doesn't have words.


RE: Error when testing my map - nkmol - 02-26-2011

where did you put the .lang file?


RE: Error when testing my map - Raymond - 02-27-2011

(02-26-2011, 07:02 PM)nkmol Wrote: where did you put the .lang file?

custom_stories/test
The .lang file is in the test map, the one that i wan't it got description and the note doesn't have words, sorry for my bad grammar.


RE: Error when testing my map - Raymond - 02-27-2011

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Escape the castle!</Entry>
</CATEGORY>
</LANGUAGE>

When it's like this, the description have words.

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Escape the castle!</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_Hotel01_Name">Hotel Room</Entry>
<Entry Name="Note_Hotel01_Text">Test</Entry>
</CATEGORY>
</LANGUAGE>

But when i changed the .lang file into this, the description says "No Description" and the note doesn't have any words, what is the problem Huh?

My Note's name is "Hotel01" and the "NoteText" in the Entity Tab, i write Hotel01.

I still don't get this at all, please help me Sad!


RE: Error when testing my map - nkmol - 02-27-2011

That's because you forgot </CATEGORY> again Tongue

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Escape the castle!</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Hotel01_Name">Hotel Room</Entry>
<Entry Name="Note_Hotel01_Text">Test</Entry>
</CATEGORY>
</LANGUAGE>

try to add that and tell me if it works Big Grin