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
Item Description, Note text (LANG file problem)
bigfoot Offline
Member

Posts: 58
Threads: 12
Joined: Dec 2010
Reputation: 0
#7
RE: Item Description, Note text (LANG file problem)

I actually just started making a new story. (a only puzzle story for my little sister lol. she doesn't want monsters and such)

and I made a new key. and still the same problem. Sad maybe I need to delete the crap I don't use?, like the hints category and the levels.

EDIT:

Ok so I deleted the Hints Category and Levels Category and the text works again :/ that was weird.

ah well who cares xD it's working lol.

Anyway thanks for the tips. Ill keep my "sentences" as short as possible to key's and other items just incase.

EDIT2:

My note's or quests (or both) aren't working yet.

I added a quest, and when I interact with the locked door, I hear the sound of a new note or quest but the text doesn't show up.

here is my code:
(hsp file)
void deurkamerkevin(string &in asEntity){
    PlaySoundAtEntity("","locked_door","mansion_door_1",0.0f,false);
    AddQuest("mansiondoor1","mansiondoor1");
    SetMessage("Message","KevinKamerDeurOpslot",0);
}

and my lang:

<CATEGORY Name="Message">
    <Entry Name="Message_KevinKamerDeurOpslot_Text">De deur zit op slot, ik heb een sleutel nodig!</Entry>
</CATEGORY>

Yes I know it's in my own language because my sister sucks at english lol.
(event becomes avant lol).

anyway I hope I can get this fixed, it's starting to bug me a lot Sad

Thanks in advance

________________________________________________
EDIT3:
________________________________________________

I think I have it right now. I left it the way it was in the .HPS file
and changed the .LANG file to this:

<CATEGORY Name="Journal">
    <Entry Name="Quest_mansiondoor1_Text">De deur zit op slot, ik heb een sleutel nodig.</Entry>
    
    <Entry Name="Note_StrangeNoises_Name"></Entry>
    <Entry Name="Note_StrangeNoises_Text"></Entry>
</CATEGORY>

I'm going to try with another quest i'll let it know if it works.
(This post was last modified: 12-28-2010, 06:08 PM by bigfoot.)
12-28-2010, 05:32 PM
Find


Messages In This Thread
RE: Item Description, Note text (LANG file problem) - by bigfoot - 12-28-2010, 05:32 PM



Users browsing this thread: 1 Guest(s)