Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extra_english.lang file is not working for some reason...
Author Message
Victor Offline
Member

Posts: 83
Joined: Oct 2011
Reputation: 2
Post: #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 all posts by this user Quote this message in a reply
Unearthlybrutal Offline
Senior Member

Posts: 691
Joined: May 2011
Reputation: 24
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
Victor Offline
Member

Posts: 83
Joined: Oct 2011
Reputation: 2
Post: #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 all posts by this user Quote this message in a reply
Brute Offline
Member

Posts: 197
Joined: Aug 2011
Reputation: 3
Post: #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 all posts by this user Quote this message in a reply
Statyk Offline
Modmau5

Posts: 3,601
Joined: Sep 2011
Reputation: 198
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
Victor Offline
Member

Posts: 83
Joined: Oct 2011
Reputation: 2
Post: #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 all posts by this user Quote this message in a reply
Statyk Offline
Modmau5

Posts: 3,601
Joined: Sep 2011
Reputation: 198
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
Victor Offline
Member

Posts: 83
Joined: Oct 2011
Reputation: 2
Post: #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 all posts by this user Quote this message in a reply
Your Computer Offline
SCAN ME!

Posts: 3,233
Joined: Jul 2011
Reputation: 215
Post: #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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)