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 Description and Notes
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#1
Description and Notes

Hi. I don't see description and notes in my custom story. Problem is: I testing custom story, select my custom story: No description. I start game, pick note and nothing. My .lang file:

<LANGUAGE>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Nazywasz sie Daniel. Po wielu dniach w spiaczce budzisz sie w zalanych korytarzach. Idac powoli slyszysz chlupotanie pod woda, lecz nic tam nie widzisz. Uciekajac przed tym czyms przeskakujesz beczki, lecz jest ich tam wiecej. Jakie beda twoje losy? Zalezy to od ciebie!
</Entry>

</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">
Ostrzezenie
</Entry>

<Entry Name="Note_note1_Text">
Witaj. W korytarzach drabina spadla z niewiadomych przyczyn. Zapamietaj: Idz caly czas prosto, potem w prawo, potem w prawo i dojdziesz do biblioteki. W korytarzach zaczaila sie glodna bestia. Pilnuje korytarzy. Uwazaj na nia.
</Entry>
</CATEGORY>


<CATEGORY Name="Ending">

<Entry Name="credits">
Mapa stworzona przez Maxoo. Widza Karolka95. Mam nadzieje ze mapa sprawila Ci przyjemnosc.
</Entry>
</CATEGORY>

</LANGUAGE>
03-30-2014, 03:19 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Description and Notes

Is this your whole lang file? The tags look correct. Perhaps you have an illegal character somewhere but I don't see any. Are you certain this lang file is loaded properly in the first place?

03-30-2014, 03:30 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#3
RE: Description and Notes

Everything is correct. The lang SHOULD work. Probably you did something wrong in the Editor?

"Veni, vidi, vici."
"I came, I saw, I conquered."
03-30-2014, 03:41 PM
Find
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#4
RE: Description and Notes

Why i don't see description? I got 2 lang file: extra_english.lang and extra_polish.lang.
03-30-2014, 04:52 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#5
RE: Description and Notes

So this is not your english file? I'm unsure how the other languages work with custom stories, especially with languages that weren't originally in the game.

So if this is your extra_polish.lang, would it work if you made it into extra_english.lang?

03-30-2014, 05:00 PM
Find
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#6
RE: Description and Notes

I made with extra_english.lang: Don't work
I made with extra_polish.lang: Don't work
03-30-2014, 06:53 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#7
RE: Description and Notes

Is your file properly formatted and located in the correct location? Did it ever work before?

Make sure the extension is .lang and not a hidden .lang.txt file. Also locate it next to your custom_story_settings.cfg file. If you wish to try to see if the file loads, use this text temporarily:

PHP Code: (Select All)
<LANGUAGE>
    <
CATEGORY Name="CustomStoryMain">
        <
Entry Name="Description">Testing</Entry>
    </
CATEGORY>
</
LANGUAGE

03-30-2014, 07:25 PM
Find
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#8
RE: Description and Notes

(03-30-2014, 07:25 PM)Mudbill Wrote: Is your file properly formatted and located in the correct location? Did it ever work before?

Make sure the extension is .lang and not a hidden .lang.txt file. Also locate it next to your custom_story_settings.cfg file. If you wish to try to see if the file loads, use this text temporarily:

PHP Code: (Select All)
<LANGUAGE>
    <
CATEGORY Name="CustomStoryMain">
        <
Entry Name="Description">Testing</Entry>
    </
CATEGORY>
</
LANGUAGE
Working! Thanks
03-30-2014, 07:30 PM
Find




Users browsing this thread: 1 Guest(s)