Frictional Games Forum (read-only)

Full Version: Description and Notes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
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?
Everything is correct. The lang SHOULD work. Probably you did something wrong in the Editor?
Why i don't see description? I got 2 lang file: extra_english.lang and extra_polish.lang.
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?
I made with extra_english.lang: Don't work
I made with extra_polish.lang: Don't work
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:
<LANGUAGE>
    <
CATEGORY Name="CustomStoryMain">
        <
Entry Name="Description">Testing</Entry>
    </
CATEGORY>
</
LANGUAGE
(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:
<LANGUAGE>
    <
CATEGORY Name="CustomStoryMain">
        <
Entry Name="Description">Testing</Entry>
    </
CATEGORY>
</
LANGUAGE
Working! Thanks