Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extra_english.lang
T122002 Offline
Junior Member

Posts: 24
Threads: 10
Joined: Dec 2012
Reputation: 1
#2
RE: Extra_english.lang

(10-23-2013, 05:42 PM)Omenapuu Wrote: Hello! I'm posting this for some help about the extra_english file. I have been playing with the level editor and scripting for a while, and I tried to make an actual cs now. It went fine, but suddenly as I added a few names to inventory category in the lang file, it "broke".. My custom story's description doesn't load, neither does any of the note texts/names or item names. So yeah. Here is my extra_english file(Sorry for it being my language):
---------------------------
<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Sinun nimesi on Mika. Tulit juuri kotiin illalla, ja poikasi Jere on kateissa.[br] Mitä mahtaa olla tekeillä?</Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="body1">... [br][br][br]Hän.... Hän on kuollut? ... Minun pitää käydä kellarissa selvittämässä, mitä täällä tapahtuu.</Entry>
<Entry Name="outside">Minulla ei ole syytä mennä ulos..</Entry>
<Entry Name="wall1">[br][br][br][br][br]Hmm. Vaikuttaa heikolta. Tarvitsisin vaikka vasaran..</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName_hammer1">Vasara</entry>
<Entry Name="ItemDesc_hammer1">Se on vasara..</entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_firstnote_Name">Älä huoli</entry>
<Entry Name="Note_firstnote_Text">Olen siirtämässä tavaroita kellarista varastohuoneen tyhjiin hyllyihin.[br]-Jere</entry>
</CATEGORY>



</LANGUAGE>
------------------
I tried to look for some errors myself, didn't just find any, so if you could help, i'd appreciate alot.

You have "</entry" on the end of the journal and inventory.lang scripts.
You need to change all of your "</entry>" to "</Entry>

So it looks like this:


<CATEGORY Name="Inventory">
<Entry Name="ItemName_hammer1">Vasara</Entry>
<Entry Name="ItemDesc_hammer1">Se on vasara..</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_firstnote_Name">Älä huoli</Entry>
<Entry Name="Note_firstnote_Text">Olen siirtämässä tavaroita kellarista varastohuoneen tyhjiin hyllyihin.[br]-Jere</Entry>
</CATEGORY>


Otherwise, I'm not noticing any other errors.
10-23-2013, 06:09 PM
Find


Messages In This Thread
Extra_english.lang - by Omenapuu - 10-23-2013, 05:42 PM
RE: Extra_english.lang - by T122002 - 10-23-2013, 06:09 PM
RE: Extra_english.lang - by Omenapuu - 10-23-2013, 06:37 PM
RE: Extra_english.lang - by T122002 - 10-23-2013, 08:14 PM
RE: Extra_english.lang - by Omenapuu - 10-23-2013, 08:32 PM
RE: Extra_english.lang - by The chaser - 10-23-2013, 08:47 PM
RE: Extra_english.lang - by Omenapuu - 10-23-2013, 08:52 PM
RE: Extra_english.lang - by Your Computer - 10-23-2013, 08:54 PM
RE: Extra_english.lang - by Omenapuu - 10-24-2013, 04:13 PM



Users browsing this thread: 1 Guest(s)