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
Error when testing my map
Raymond Offline
Member

Posts: 126
Threads: 24
Joined: Feb 2011
Reputation: 0
#11
RE: Error when testing my map

(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.

One World To Another [DEMO] coming soon.
02-25-2011, 09:47 AM
Find
Linus Ågren Offline
Senior Member

Posts: 309
Threads: 58
Joined: Jan 2011
Reputation: 5
#12
RE: Error when testing my map

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

Creator of The Dark Treasure.
02-25-2011, 10:19 AM
Website Find
Raymond Offline
Member

Posts: 126
Threads: 24
Joined: Feb 2011
Reputation: 0
#13
RE: Error when testing my map

(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?

One World To Another [DEMO] coming soon.
(This post was last modified: 02-26-2011, 10:11 AM by Raymond.)
02-25-2011, 10:59 AM
Find
Raymond Offline
Member

Posts: 126
Threads: 24
Joined: Feb 2011
Reputation: 0
#14
RE: Error when testing my map

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

One World To Another [DEMO] coming soon.
(This post was last modified: 02-26-2011, 10:56 AM by Raymond.)
02-26-2011, 10:53 AM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#15
RE: Error when testing my map

[/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?
(This post was last modified: 02-26-2011, 11:09 AM by nkmol.)
02-26-2011, 11:08 AM
Find
Raymond Offline
Member

Posts: 126
Threads: 24
Joined: Feb 2011
Reputation: 0
#16
RE: Error when testing my map

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

One World To Another [DEMO] coming soon.
02-26-2011, 02:44 PM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#17
RE: Error when testing my map

where did you put the .lang file?
02-26-2011, 07:02 PM
Find
Raymond Offline
Member

Posts: 126
Threads: 24
Joined: Feb 2011
Reputation: 0
#18
RE: Error when testing my map

(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.

One World To Another [DEMO] coming soon.
02-27-2011, 01:21 AM
Find
Raymond Offline
Member

Posts: 126
Threads: 24
Joined: Feb 2011
Reputation: 0
#19
RE: Error when testing my map

<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!

One World To Another [DEMO] coming soon.
(This post was last modified: 02-27-2011, 11:02 AM by Raymond.)
02-27-2011, 10:51 AM
Find
nkmol Offline
Senior Member

Posts: 252
Threads: 19
Joined: Feb 2011
Reputation: 4
#20
RE: Error when testing my map

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
02-27-2011, 12:22 PM
Find




Users browsing this thread: 1 Guest(s)