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
.Lang File Help Adding Notes to Game Broke .Lang File
heyitsrobert97 Offline
Member

Posts: 68
Threads: 29
Joined: Jan 2012
Reputation: 0
#1
Adding Notes to Game Broke .Lang File

Hi,
I Recently went about adding notes to my amnesia level but once i did the whole .lang file stopped working.and i don't know why. here is part of my .lang file. the "Journal" category is what is breaking it and i don't know why?

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
You are inside this old house.
</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_notea_Name">Maids Final Words</Entry>
<Entry Name="Note_notea_Text">To Whom It May Concern [br][br] If you Are Reading This then I am Definately Dead[br]Something Has Murdered Everyone In The House and Now Its Coming For Me.[br]Oh No Its Found Me, Tell My Son I Love Him</Entry>
</CATEGORY>
<CATEGORY Name="Levels">
<Entry Name="leveloneexit">
2nd Floor
</Entry>
</CATEGORY>
</LANGUAGE>

Any Help Would Be AppriciatedWink

This Darn House! , Four Doors, Youtube
02-03-2012, 04:43 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Adding Notes to Game Broke .Lang File

You forgot to close the CustomStoryMain category.

Tutorials: From Noob to Pro
02-03-2012, 09:38 PM
Website Find
trollox Offline
Member

Posts: 215
Threads: 16
Joined: Dec 2011
Reputation: 3
#3
RE: Adding Notes to Game Broke .Lang File

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
You are inside this old house.
</CATEGORY>

</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_notea_Name">Maids Final Words</Entry>
<Entry Name="Note_notea_Text">To Whom It May Concern [br][br] If you Are Reading This then I am Definately Dead[br]Something Has Murdered Everyone In The House and Now Its Coming For Me.[br]Oh No Its Found Me, Tell My Son I Love Him</Entry>
</CATEGORY>
<CATEGORY Name="Levels">
<Entry Name="leveloneexit">
2nd Floor
</Entry>
</CATEGORY>
</LANGUAGE>

With out the spance though and it should work.
space*
(This post was last modified: 02-03-2012, 09:46 PM by trollox.)
02-03-2012, 09:45 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: Adding Notes to Game Broke .Lang File

(02-03-2012, 09:45 PM)trollox Wrote: With out the spance though and it should work.

That won't work.

Tutorials: From Noob to Pro
02-03-2012, 09:50 PM
Website Find
heyitsrobert97 Offline
Member

Posts: 68
Threads: 29
Joined: Jan 2012
Reputation: 0
#5
RE: Adding Notes to Game Broke .Lang File

(02-03-2012, 09:45 PM)trollox Wrote: <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
You are inside this old house.
</CATEGORY>

</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_notea_Name">Maids Final Words</Entry>
<Entry Name="Note_notea_Text">To Whom It May Concern [br][br] If you Are Reading This then I am Definately Dead[br]Something Has Murdered Everyone In The House and Now Its Coming For Me.[br]Oh No Its Found Me, Tell My Son I Love Him</Entry>
</CATEGORY>
<CATEGORY Name="Levels">
<Entry Name="leveloneexit">
2nd Floor
</Entry>
</CATEGORY>
</LANGUAGE>

With out the spance though and it should work.
space*
Thanks It WorkedBig Grin I am Such a Stupid Noob!



This Darn House! , Four Doors, Youtube
02-04-2012, 03:51 AM
Find




Users browsing this thread: 1 Guest(s)