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
CS extra_english_lang not working?!?
ClaryXII Offline
Junior Member

Posts: 14
Threads: 3
Joined: May 2015
Reputation: 0
#11
RE: CS extra_english_lang not working?!?

(08-10-2015, 08:10 PM)FlawlessHappiness Wrote: Found another typo
Quote:<Entry Name="Note_School_Text"<[voice.ogg]

Thx, fixed it but still nothing works..
08-11-2015, 01:27 PM
Find
Slanderous Offline
Posting Freak

Posts: 1,606
Threads: 78
Joined: Dec 2012
Reputation: 63
#12
RE: CS extra_english_lang not working?!?

Is your game set to english language? I had a similiar problem when I set my game to another language, and then every story with diffrent lang than the one I had set wouldn't show text.
08-11-2015, 01:59 PM
Find
ClaryXII Offline
Junior Member

Posts: 14
Threads: 3
Joined: May 2015
Reputation: 0
#13
RE: CS extra_english_lang not working?!?

(08-11-2015, 01:59 PM)Lazzer Wrote: Is your game set to english language? I had a similiar problem when I set my game to another language, and then every story with diffrent lang than the one I had set wouldn't show text.

yup it's English
08-11-2015, 04:32 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#14
RE: CS extra_english_lang not working?!?

Alright, post how it looks again, so we can see the progress and maybe find more typos.

(08-10-2015, 06:26 PM)ClaryXII Wrote: <Entry Name ="Bedroom">The door is locked, why did dad left me behind?</Entry>
<Entry Name ="Street">It's night, so daddy locked it..</Entry>
Here you have spaces between "Name" and "=". Try removing the spaces.

Trying is the first step to success.
(This post was last modified: 08-11-2015, 05:43 PM by FlawlessHappiness.)
08-11-2015, 05:40 PM
Find
ClaryXII Offline
Junior Member

Posts: 14
Threads: 3
Joined: May 2015
Reputation: 0
#15
RE: CS extra_english_lang not working?!?

Removed the spaces,

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You are Danny, a 12 year old kid. When you wake up in night you see your father is gone, you are searching, and than you find out what his hobby is..</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_item1">The key to unlock the bedroom door</Entry>
<Entry Name="ItemName_item1">Bedroom Key</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_School_Name">Tell about your self(for school)</Entry>
<Entry Name="Note_School_Text">Danny Parker [br] I'm Danny Parker, I'm 12 years old. [br] [br] I live with my dad, my mom died with my birth. [br] I sleep in the same room and bed as my dad. [br] I like to play outside with my friends. [br] I don't know what my dad does for work. [br] [br] Greetings, [br] [br] Danny Parker </Entry>
</CATEGORY>

<CATEGORY Name="LockedLevelDoor">
<Entry Name="Bedroom">The door is locked, why did dad left me behind?</Entry>
<Entry Name="Street">It's night, so daddy locked it..</Entry>
</CATEGORY>
</LANGUAGE>
08-11-2015, 10:12 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#16
RE: CS extra_english_lang not working?!?

I don't see anything exactly wrong here at a glance...

Perhaps the format is incorrect though. Did you make sure to use a clean text editor to save it as .lang and not accidentally save it as a hidden .txt extension?

08-11-2015, 11:25 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#17
RE: CS extra_english_lang not working?!?

I just threw your .lang file into a test custom story.
The description shows up just fine, which means there should be no errors and it should work.

Trying is the first step to success.
(This post was last modified: 08-12-2015, 02:19 AM by FlawlessHappiness.)
08-12-2015, 02:19 AM
Find
ClaryXII Offline
Junior Member

Posts: 14
Threads: 3
Joined: May 2015
Reputation: 0
#18
RE: CS extra_english_lang not working?!?

(08-11-2015, 11:25 PM)Mugbill Wrote: I don't see anything exactly wrong here at a glance...

Perhaps the format is incorrect though. Did you make sure to use a clean text editor to save it as .lang and not accidentally save it as a hidden .txt extension?

I'm sure it's a .lang, using Notepad++ is fine right?

(08-12-2015, 02:19 AM)FlawlessHappiness Wrote: I just threw your .lang file into a test custom story.
The description shows up just fine, which means there should be no errors and it should work.

Do you know why it doesn't loads at mine?
Can you send that file maybe?
(This post was last modified: 08-12-2015, 10:23 AM by ClaryXII.)
08-12-2015, 10:12 AM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#19
RE: CS extra_english_lang not working?!?

The file won't be any different from yours.

Are you placing the file in the correct folder? Which folder did you place it in?

Trying is the first step to success.
08-12-2015, 11:02 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#20
RE: CS extra_english_lang not working?!?

Basically, even with Notepad++, the format isn't guaranteed to be correct. It must be encoded as UTF8, clean text and .lang extension. Make sure there's no typo in the file name either.

You can, instead of creating a file yourself, just go into the original config folder, copy the english.lang you find, and then rename it to extra_english.lang. Copy/paste your contents into the new file. It should be sure to keep the format.

08-12-2015, 02:20 PM
Find




Users browsing this thread: 1 Guest(s)