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
My English.Lang file doesn't work?! :(
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#1
My English.Lang file doesn't work?! :(

My file doesn't work, so no description, no door names, no key names Sad

this is my Lang file :

PHP Code: (Select All)
<LANGUAGE>
<
CATEGORY Name="CustomStoryMain">
        <
Entry Name="Description">Troll story</Entry>
</
CATEGORY>
    
<
CATEGORY Name="Messages">
        <
Entry Name="Hint1"></Entry>
        <
Entry Name="Hint2"></Entry>
         <
Entry Name="Hint3"></Entry>
        <
Entry Name="Hint4"></Entry>
</
CATEGORY>
    
<
CATEGORY Name="Journal">
        <
Entry Name="Note_Note01_Name">The key!</Entry
        <
Entry Name="Note_Note01_Text">HelloYou can't remember anything, right? I will help you, you need to get back... I can't tell you now Wherebut there is still 1 way. Try to get as far as you canbut the key... I think the key is somewhere... up... on.... *blood*</Entry
</
CATEGORY>

<
CATEGORY Name="Inventory">
        <
Entry Name="ItemName_Key1">Bedroom Key</Entry>
        <
Entry Name="ItemDesc_Key1">A key that can open the bedroom door!</Entry>
        <
Entry Name="ItemName_Key2">DeskDoor Key</Entry>
        <
Entry Name="ItemDesc_Key2">This is a DeskDoor key!!</Entry>
        <
Entry Name="ItemName_Key3">Key To Outside/Entry>
        <
Entry Name="ItemDesc_Key3">the key to leave this place!!!</Entry>
</
CATEGORY>

</
LANGUAGE

also, a sound will not appear in my event :

void Lights_Out(string &in asTimer)
{
SetLightVisible("Lamp", false); //The name of your lamp goes here.
SetEntityActive("ScriptArea_1", true); //The script area you want to activate
PlaySoundAtEntity("", "explosion_rock_large.snt", "Lights_Out", 0, false);
}

Everything works fine, the lamp, script area appears, but the sounds doesn't come Sad
04-06-2015, 04:06 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: My English.Lang file doesn't work?! :(

PHP Code: (Select All)
<Entry Name="ItemName_Key3">Key To Outside/Entry
Notice something odd?

04-06-2015, 06:20 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#3
RE: My English.Lang file doesn't work?! :(

(04-06-2015, 06:20 PM)Mudbill Wrote:
PHP Code: (Select All)
<Entry Name="ItemName_Key3">Key To Outside/Entry
Notice something odd?

Ow!!! it's the
Outside/Entry>
it's supposed to be Outside</Entry>
Right?!?!
04-06-2015, 07:26 PM
Find
Darkfire Offline
Senior Member

Posts: 371
Threads: 22
Joined: May 2014
Reputation: 15
#4
RE: My English.Lang file doesn't work?! :(

yes, it is

04-06-2015, 08:55 PM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#5
RE: My English.Lang file doesn't work?! :(

Thanks!! it works now!! i really had to look better.. sorry Sad but about the sound... the rock exploding sound doesn't appear...
04-07-2015, 11:12 AM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#6
RE: My English.Lang file doesn't work?! :(

(04-07-2015, 11:12 AM)Amnesiaplayer Wrote: Thanks!! it works now!! i really had to look better.. sorry Sad but about the sound... the rock exploding sound doesn't appear...

Hmm I can help you on that on this thread, no need to create a new one.
Or you can just add me on skype if you want, if you want further help.

04-07-2015, 11:28 AM
Find
Amnesiaplayer Offline
Senior Member

Posts: 539
Threads: 105
Joined: Jun 2014
Reputation: 0
#7
RE: My English.Lang file doesn't work?! :(

(04-07-2015, 11:28 AM)Mr. Badcatz Wrote:
(04-07-2015, 11:12 AM)Amnesiaplayer Wrote: Thanks!! it works now!! i really had to look better.. sorry Sad but about the sound... the rock exploding sound doesn't appear...

Hmm I can help you on that on this thread, no need to create a new one.
Or you can just add me on skype if you want, if you want further help.

i was not going to make a new thread xd i was asking in here Tongue Can i have your skype name?? Smile
04-07-2015, 12:19 PM
Find




Users browsing this thread: 1 Guest(s)