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
Message pop-up with script area collution
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#5
RE: Message pop-up with script area collution

The lang file had a few errors (some known to crash/not work, others minor that should still be fixed). The issues are bolded in the lang file:

Spoiler below!


<LANGUAGE>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Testing out my game</Entry>
</CATEGORY>

<CATEGORY Name="LoadingText">
<Entry Name="Loading ..... LOL!"></Entry>
</CATEGORY> ///here, you didn't have a /category.

<CATEGORY Name="Sign">

</CATEGORY>

<CATEGORY Name="Levels">
<Entry Name="draussen">Outside</Entry>
</CATEGORY>

<CATEGORY Name="verschlossen">

</CATEGORY>

<CATEGORY Name="Flashbacks">

</CATEGORY>

<CATEGORY Name="Ending">
<Entry Name="end">Made by naseem[br]Special Thanks[br]me[br]Thank you for Playing my Story[br]</Entry> ///weird spacing error here, don't press enter in the middle of entries, just use [br]
</CATEGORY>

<CATEGORY Name="Guardmsg">
<Entry Name="Description">Description</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">

</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="Popup1">I must get the keys without waking him up ...</Entry>
</CATEGORY>

<CATEGORY Name="Descriptions">

</CATEGORY>

<CATEGORY Name="Levels">

</CATEGORY>


</LANGUAGE>


Be sure to erase your original lang, copy/paste this in, and delete all of the bolded text.

Hope that helped!

I rate it 3 memes.
10-09-2012, 05:35 PM
Find


Messages In This Thread
RE: Message pop-up with script area collution - by Adny - 10-09-2012, 05:35 PM



Users browsing this thread: 1 Guest(s)