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
Little help.. finding my problem in my .lang
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Little help.. finding my problem in my .lang

Don't worry about the resources warning. It won't hurt you, but you can remove it by adding this:

PHP Code: (Select All)
<RESOURCES>
    <
Directory Path="fonts/eng" />
    <
Directory Path="lang/eng" />
</
RESOURCES

Maybe the issue is caused by an illegal character somewhere. I don't know which are allowed to use, but perhaps something special, like the # you used somewhere there, is one which does not work. Generally, you'll want to use unicodes for special characters.

You can also try using the lang tool. I think it's able to find the error for you.

(This post was last modified: 06-01-2015, 09:15 AM by Mudbill.)
06-01-2015, 09:13 AM
Find


Messages In This Thread
RE: Little help.. finding my problem in my .lang - by Mudbill - 06-01-2015, 09:13 AM



Users browsing this thread: 1 Guest(s)