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
extra_english.lang file is not working for some reason...
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#1
Sad  extra_english.lang file is not working for some reason...

The file 'extra_english.lang' is not working. He is in the redist/custom_stories/blah directory, but he's not working!
Here's the file:

Spoiler below!

<LANGUAGE>

<RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName">Some Key</Entry>
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry>
</CATEGORY>

<CATEGORY Name="Message">
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry>
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry>
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry>
</CATEGORY>

</RESOURCES>

</LANGUAGE>


Does anybody know what the fridge is going on?
11-02-2011, 03:54 PM
Find
Unearthlybrutal Offline
Posting Freak

Posts: 775
Threads: 12
Joined: May 2011
Reputation: 26
#2
RE: extra_english.lang file is not working for some reason...

Working with this? Smile


Spoiler below!



<LANGUAGE>

<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName">Some Key</Entry>
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry>
</CATEGORY>

<CATEGORY Name="Message">
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry>
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry>
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry>
</CATEGORY>


</LANGUAGE>



When Life No Longer Exists
Full-conversion mod
(This post was last modified: 11-02-2011, 04:04 PM by Unearthlybrutal.)
11-02-2011, 04:01 PM
Website Find
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#3
RE: extra_english.lang file is not working for some reason...

(11-02-2011, 04:01 PM)Unearthlybrutal Wrote: Working with this? Smile


Spoiler below!



<LANGUAGE>

<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName">Some Key</Entry>
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry>
</CATEGORY>

<CATEGORY Name="Message">
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry>
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry>
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry>
</CATEGORY>


</LANGUAGE>


No, same thing. Help!


11-02-2011, 05:28 PM
Find
Brute Offline
Member

Posts: 197
Threads: 10
Joined: Aug 2011
Reputation: 3
#4
RE: extra_english.lang file is not working for some reason...

Dude, why would Frictional Games develop a LANG Editor? Use this. I had problems too, when I wrote .lang files by myself! Big Grin





11-02-2011, 05:51 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#5
RE: extra_english.lang file is not working for some reason...

(11-02-2011, 03:54 PM)Victor Wrote: The file 'extra_english.lang' is not working. He is in the redist/custom_stories/blah directory, but he's not working!
Here's the file:

<LANGUAGE>

<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName">Some Key</Entry>
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry>
</CATEGORY>

<CATEGORY Name="Message">
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry>
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry>
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Quest_Fuckno_Name">NAME OF QUEST</Entry>
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry>
</CATEGORY>
</LANGUAGE>

Does anybody know what the fridge is going on?

Try this. You put "</RESOURCES>" way too far down. Technically, You don't need them for a simple custom map. Also make sure your quest has a name. Just change the capitalized parameters. I'm not sure if it's necessary, but I do it anyway and it works.

(This post was last modified: 11-02-2011, 08:36 PM by Statyk.)
11-02-2011, 08:34 PM
Find
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#6
RE: extra_english.lang file is not working for some reason...

(11-02-2011, 08:34 PM)Statyk Wrote:
(11-02-2011, 03:54 PM)Victor Wrote: The file 'extra_english.lang' is not working. He is in the redist/custom_stories/blah directory, but he's not working!
Here's the file:

<LANGUAGE>

<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You wake up with no past in a creepy room in a creepy place where creepy things happens.</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName">Some Key</Entry>
<Entry Name="ItemDesc">A key that I found... I hope it's going to be freaking usefull...</Entry>
</CATEGORY>

<CATEGORY Name="Message">
<Entry Name="Wha">[br][br][br]Wha? Huh? Whe? Ah?</Entry>
<Entry Name="Wha2">[br][br][br]Deja vu... Seriously, what the fuck!?</Entry>
<Entry Name="Map1-2leveldoor">[br][br][br]Why would I go back? I need to get out of here!</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Quest_Fuckno_Name">NAME OF QUEST</Entry>
<Entry Name="Quest_Fuckno_Text">Did tou see that? I've got to get out of here!</Entry>
</CATEGORY>
</LANGUAGE>

Does anybody know what the fridge is going on?

Try this. You put "</RESOURCES>" way too far down. Technically, You don't need them for a simple custom map. Also make sure your quest has a name. Just change the capitalized parameters. I'm not sure if it's necessary, but I do it anyway and it works.
Nothing yet...

11-03-2011, 10:29 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#7
RE: extra_english.lang file is not working for some reason...

(11-03-2011, 10:29 PM)Victor Wrote: Nothing yet...
Here's a very important question... Where is the .lang file located? it MUST be in the main folder. NOT in the "maps" folder.
11-03-2011, 10:31 PM
Find
Victor Offline
Member

Posts: 83
Threads: 19
Joined: Oct 2011
Reputation: 2
#8
RE: extra_english.lang file is not working for some reason...

(11-02-2011, 05:51 PM)Brute Wrote: Dude, why would Frictional Games develop a LANG Editor? Use this. I had problems too, when I wrote .lang files by myself! Big Grin
Use this what? D:

11-03-2011, 10:32 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#9
RE: extra_english.lang file is not working for some reason...

(11-03-2011, 10:32 PM)Victor Wrote: Use this what? D:

HplLangTool.exe

If you don't have Windows, you can try your luck with Mono.

Tutorials: From Noob to Pro
11-03-2011, 10:57 PM
Website Find




Users browsing this thread: 1 Guest(s)