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
#1
Bug  CS extra_english_lang not working?!?

Hello,

I'm making a CS and want to add the messages etc.
But when I load the game none of them work.
Can somebody please help me?

Gr, ClaryXII

(the code) \/

<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 see 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"<[voice.ogg][br]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>
</CATEGORY>

</LANGUAGE>
05-05-2015, 02:44 PM
Find
Mudbill Offline
Muderator

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

The quotes in your bottom category have an odd format to them. If you look closely, they are shifted right and left. They surely aren't parsing as proper quotes and therefore fail to load the file.

Delete those and replace them by adding new " signs. Make sure to not use a rich text editor like WordPad.

05-05-2015, 04:55 PM
Find
ClaryXII Offline
Junior Member

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

(05-05-2015, 04:55 PM)Mugbill Wrote: The quotes in your bottom category have an odd format to them. If you look closely, they are shifted right and left. They surely aren't parsing as proper quotes and therefore fail to load the file.

Delete those and replace them by adding new " signs. Make sure to not use a rich text editor like WordPad.

Thx, I tried this but it still doesn't load any of the texts ingame..
Got some more tips?
08-10-2015, 01:53 PM
Find
Mudbill Offline
Muderator

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

Could you post your updated lang contents?

08-10-2015, 01:55 PM
Find
ClaryXII Offline
Junior Member

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

(08-10-2015, 01:55 PM)Mugbill Wrote: Could you post your updated lang contents?

Damn fast reply Big Grin
I added some texts btw,

<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 see what his hobby is..</Entry>
</CATEGORY>

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

<CATEGORY Name="Journal">
<!-- Notes -->
<!-- TheMansion -->
<Entry Name="Note_School_Name">Tell about your self(for school)</Entry>
<Entry Name="Note_School_Text"<[voice.ogg][br]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">
<!-- TheMansion -->
<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-10-2015, 01:59 PM
Find
Slanderous Offline
Posting Freak

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

If all fails, you can try using a .lang file I just made.


Attached Files
.zip   extra_english.zip (Size: 398 bytes / Downloads: 96)
08-10-2015, 02:18 PM
Find
FlawlessHappiness Offline
Posting Freak

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

Now I'm not sure... But could it be possible that it works if
Quote:<!-- TheMansion -->
and
Quote:<!-- Notes -->
were deleted


EDIT:
I also found a typo
Quote:</Entry?
It's in the "LockedLevelDoor" category.
This one would definitely cause problems.

Trying is the first step to success.
(This post was last modified: 08-10-2015, 03:30 PM by FlawlessHappiness.)
08-10-2015, 03:27 PM
Find
Mudbill Offline
Muderator

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

I'm not sure if those comments work. They might, they might not. I usually make comments using // because that does work for sure. If the typo doesn't fix it, try putting // in front of the lines you use for comments.

08-10-2015, 04:04 PM
Find
ClaryXII Offline
Junior Member

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

I fixed the typo, removed all the comments, still doesnt works..

<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 see 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"<[voice.ogg][br]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>

Dunno if it works, but maybe it works of one of you guys make the lang with this in it
(This post was last modified: 08-10-2015, 06:28 PM by ClaryXII.)
08-10-2015, 06:26 PM
Find
FlawlessHappiness Offline
Posting Freak

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

Found another typo
Quote:<Entry Name="Note_School_Text"<[voice.ogg]

Trying is the first step to success.
08-10-2015, 08:10 PM
Find




Users browsing this thread: 1 Guest(s)