Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.Lang File Help doors wont show text
zombiehacker595 Offline
Member

Posts: 141
Threads: 51
Joined: Mar 2012
Reputation: 3
#3
RE: doors wont show text

(03-30-2012, 01:16 AM)Cole Wrote: Your code:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
you wake up in your lovely mansion only to find a strange note that starts the horrors to come
</Entry>
<CATEGORY Name=“LevelDoors”>
<Entry Name =“LevelDoors1”>This door is locked!</Entry>
</CATEGORY>
</CATEGORY>
</LANGUAGE>




My fixes:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
you wake up in your lovely mansion only to find a strange note that starts the horrors to come
</Entry>
</CATEGORY> <-----You are missing this after that entry. The categorys need to be separated.
<CATEGORY Name=“LevelDoors”>
<Entry Name =“LevelDoors1”>This door is locked!</Entry>
</CATEGORY>
</CATEGORY> <------------You have 2 ending bracket categorys..delete one and tell me if it works.
</LANGUAGE>
still doesnt work i must have done something wrong somewhere

03-30-2012, 01:31 AM
Find


Messages In This Thread
doors wont show text - by zombiehacker595 - 03-30-2012, 01:08 AM
RE: doors wont show text - by Cole - 03-30-2012, 01:16 AM
RE: doors wont show text - by zombiehacker595 - 03-30-2012, 01:31 AM
RE: doors wont show text - by Cole - 03-30-2012, 01:43 AM
RE: doors wont show text - by Your Computer - 03-30-2012, 01:45 AM
RE: doors wont show text - by zombiehacker595 - 03-30-2012, 06:29 AM
RE: doors wont show text - by Your Computer - 03-30-2012, 07:24 AM
RE: doors wont show text - by DaAinGame - 03-30-2012, 03:41 AM
RE: doors wont show text - by i3670 - 03-30-2012, 01:29 PM
RE: doors wont show text - by Dutton - 04-21-2012, 01:42 PM
RE: doors wont show text - by Cranky Old Man - 04-21-2012, 02:01 PM
RE: doors wont show text - by zombiehacker595 - 04-21-2012, 02:38 PM
RE: doors wont show text - by i3670 - 04-21-2012, 09:32 PM
RE: doors wont show text - by Cranky Old Man - 04-21-2012, 09:58 PM
RE: doors wont show text - by i3670 - 04-21-2012, 11:48 PM
RE: doors wont show text - by Cranky Old Man - 04-22-2012, 01:09 AM
RE: doors wont show text - by zombiehacker595 - 04-22-2012, 01:11 AM



Users browsing this thread: 1 Guest(s)