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
.Lang File Help extra_english.lang not loading/working
Ermu Offline
Member

Posts: 86
Threads: 13
Joined: Jan 2012
Reputation: 2
#1
extra_english.lang not loading/working

Hey!

Soo the problem is in my extra_english.lang file, i got subtitles and the Custom Story description in there, but none of them is shown in-game/custom story loader.

Lang:
<LANGUAGE>

<CATEGORY Name="CustomStoryMain">

<Entry Name="Description">To be done...</Entry>

</CATEGORY>

<CATEGORY Name="01_Outside">
<Entry Name="01_Outside_1> Ahh... Almost at the castle, i wonder what happened there. They sent me an urgent telegram, telling me to get here as soon as possible, but they didn't say where they need me. </Entry>
<Entry Name="01_Outside_2> What a lovely moonshiny sky and good weather for travelling! </Entry>
<Entry Name="01_Outside_3> What was that? </Entry>
<Entry Name="01_Outside_4> Probably a squirrel or some other wood critter. </Entry>
<Entry Name="01_Outside_5> WHAT WAS THAT?! </Entry>
<Entry Name="01_Outside_6> WHAT THE HELL IS THAT THING?! </Entry>
<Entry Name="01_Outside_7> OH GOD! It's coming after me! </Entry>
<Entry Name="01_Outside_8> *POOF* What happened? </Entry>
<Entry Name="01_Outside_9> It vanished! </Entry>
<Entry Name="01_Outside_10> I better get inside before it comes back! I wonder what that was? Some kind of a prank? </Entry>
</CATEGORY>




</LANGUAGE>
the .lang is inside:
C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\custom_stories\customstoryname
(This post was last modified: 01-14-2012, 01:32 PM by Ermu.)
01-14-2012, 01:31 PM
Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: extra_english.lang not loading/working

for the subtitles have you got a working setmessage code?

01-14-2012, 01:43 PM
Find
Ermu Offline
Member

Posts: 86
Threads: 13
Joined: Jan 2012
Reputation: 2
#3
RE: extra_english.lang not loading/working

(01-14-2012, 01:43 PM)SilentStriker Wrote: for the subtitles have you got a working setmessage code?
SetMessage("01_Outside", "01_Outside_1", 0);

Example of one, all of them are basically the same, only the Entry name changed.
01-14-2012, 01:45 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#4
RE: extra_english.lang not loading/working

You are not closing the quotations.

From this:

<Entry Name="01_Outside_2>


To this

<Entry Name="01_Outside_2">

01-14-2012, 01:45 PM
Find
Ermu Offline
Member

Posts: 86
Threads: 13
Joined: Jan 2012
Reputation: 2
#5
RE: extra_english.lang not loading/working

(01-14-2012, 01:45 PM)flamez3 Wrote: You are not closing the quotations.

From this:


That was the problem, thanks!
I just can't understand how i didn't see that...
01-14-2012, 01:50 PM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#6
RE: extra_english.lang not loading/working

(01-14-2012, 01:50 PM)Ermu Wrote:
(01-14-2012, 01:45 PM)flamez3 Wrote: You are not closing the quotations.

From this:


That was the problem, thanks!
I just can't understand how i didn't see that...
For the future:
http://www.frictionalgames.com/forum/thread-4765.html

[Image: 16455.png]
01-15-2012, 11:50 PM
Find




Users browsing this thread: 1 Guest(s)