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 Custom Messages Don't Show Up
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#5
RE: Custom Messages Don't Show Up

Try this:

<LANGUAGE>

<RESOURCES>
    <Directory Path="fonts/eng" />
    <Directory Path="lang/eng" />
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
    <Entry Name="Description">There are multiple endings based on your actions. Good luck.</Entry>
</CATEGORY>

etc...

or this:

<LANGUAGE>

<RESOURCES />

<CATEGORY Name="CustomStoryMain">
    <Entry Name="Description">There are multiple endings based on your actions. Good luck.</Entry>
</CATEGORY>

etc...

Also try deleting the .map_cache file of the map. Check HPL.log too for language errors. Usually you can see them there.
(This post was last modified: 03-22-2013, 03:29 AM by plutomaniac.)
03-22-2013, 03:25 AM
Find


Messages In This Thread
RE: Custom Messages Don't Show Up - by 7heDubz - 03-21-2013, 09:26 AM
RE: Custom Messages Don't Show Up - by plutomaniac - 03-22-2013, 03:25 AM



Users browsing this thread: 3 Guest(s)