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
aerialproductions Offline
Junior Member

Posts: 10
Threads: 1
Joined: Dec 2012
Reputation: 0
#1
Question  extra_english.lang file

Hello,

It seems a lot of people have issues with this file, I've gone through a few threads and looked at problems people had and made sure mine was correct, but it's still not working.. Nothing actually works in game.
Its probably something stupid, but I mean I've looked at other peoples scripts and mine isn't really that different. Its in my custom story folder, and it is a .LANG, so I'm assuming I've scripted something wrong!

Please help me out Smile
Thanks!

Script

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is Alyssa's story...</Entry>
</CATEGORY>

<CATEGORY Name="Levels">
<Entry Name="intro">Path to Ashenworth</Entry>
<Entry Name="level1">Lower Mansion</Entry>
<Entry Name="level2">Dungeon</Entry>
<Entry Name="level3">Upper Mansion</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
//Study Key
<Entry Name="ItemName_key_tomb_rusty_1">Mansion Key</Entry>
<Entry Name="ItemDesc_key_tomb_rusty_1">Key used to unlock the side enterance of the mansion.</Entry>
<Entry Name="ItemName_crowbar_1">Crowbar</Entry>
<Entry Name="ItemDesc_crowbar_1">Can be used to pry open doors.</Entry>
<Entry Name="ItemName_crowbar_2">Crowbar</Entry>
<Entry Name="ItemDesc_crowbar_2">Can be used to pry open doors.</Entry>
<Entry Name="ItemName_crowbar_3">Crowbar</Entry>
<Entry Name="ItemDesc_crowbar_3">Can be used to pry open doors.</Entry>
<Entry Name="ItemName_crowbar_4">Crowbar</Entry>
<Entry Name="ItemDesc_crowbar_4">Can be used to pry open doors.</Entry>


<CATEGORY Name="Journal">

<Entry Name="Note_letter_alexanders_room_Name">Letter to my Son</Entry>
<Entry Name="Note_letter_alexanders_room_Text">Alexander[br][br]Hopefully this reaches you,</Entry>
02-27-2013, 11:44 PM
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#2
RE: extra_english.lang file

Try taking out the line that says "//Study Key". Also, you need a </CATEGORY>, and then under that put </LANGUAGE>.

In Ruins [WIP]
02-28-2013, 12:25 AM
Find
thetastyfish Offline
Junior Member

Posts: 18
Threads: 6
Joined: Feb 2013
Reputation: 0
#3
RE: extra_english.lang file

I'm new to this, but I think your problem is that you need to put:

</CATEGORY>

after your Inventory category and Journal category. Like, how you have your Levels and Language set up.

I hope this helps!

(02-28-2013, 12:25 AM)NaxEla Wrote: Try taking out the line that says "//Study Key". Also, you need a </CATEGORY>, and then under that put </LANGUAGE>.

Haha, sorry, I guess you beat me to it.
(This post was last modified: 02-28-2013, 12:33 AM by thetastyfish.)
02-28-2013, 12:32 AM
Find
aerialproductions Offline
Junior Member

Posts: 10
Threads: 1
Joined: Dec 2012
Reputation: 0
#4
RE: extra_english.lang file

(02-28-2013, 12:25 AM)NaxEla Wrote: Try taking out the line that says "//Study Key". Also, you need a </CATEGORY>, and then under that put </LANGUAGE>.


I took out the //Study key and nothing happened.
there is a </LANGUAGE> as well, I just didn't link the whole script because the last part was just the credits, and </CATEGORY> got added too but didn't change anything Sad

Any more thoughts?
02-28-2013, 12:39 AM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#5
RE: extra_english.lang file

Did you use notepad++ or just regular notepad ?

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-28-2013, 12:50 AM
Find
aerialproductions Offline
Junior Member

Posts: 10
Threads: 1
Joined: Dec 2012
Reputation: 0
#6
RE: extra_english.lang file

(02-28-2013, 12:50 AM)No Author Wrote: Did you use notepad++ or just regular notepad ?

Notepad++
02-28-2013, 12:50 AM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#7
RE: extra_english.lang file

Well, try to use other CS .lang file. Delete all their stuff in the .lang file and add your stuff there.

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-28-2013, 01:04 AM
Find
aerialproductions Offline
Junior Member

Posts: 10
Threads: 1
Joined: Dec 2012
Reputation: 0
#8
RE: extra_english.lang file

(02-28-2013, 01:04 AM)No Author Wrote: Well, try to use other CS .lang file. Delete all their stuff in the .lang file and add your stuff there.

If you mean make a new one and put the same stuff in it, I've tried that.
If you mean use a different program, I'll give that a go,
Should I try just notepad?

Thanks for your help Smile
02-28-2013, 01:32 AM
Find
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#9
RE: extra_english.lang file

Can you please post your whole .lang file? Because if there's just one mistake, the whole .lang file won't work

In Ruins [WIP]
02-28-2013, 02:27 AM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#10
RE: extra_english.lang file

//Study Key is not valid.
Missing 2 category end tags and missing language end tag.

[Image: 16455.png]
02-28-2013, 07:40 AM
Find




Users browsing this thread: 1 Guest(s)