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 Dont know whats wrong
MacKetchup Offline
Junior Member

Posts: 25
Threads: 10
Joined: Apr 2013
Reputation: 0
#1
Dont know whats wrong

<LANGUAGE>
<RESOURCES/>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Welcome to my school project. Hope you enjoy this map since it is a bit spooky</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="OneKey">A Key
</Entry>
<Entry Name="OneKey">It's for unlocking a door.
</Entry>

</CATEGORY>
</LANGUAGE>

My key doesn't have any text ingame. What is the problem?

Thanks on beforehand
04-18-2014, 12:44 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: Dont know whats wrong

Well you got it wrong. For the name of the item, it's:
<Entry Name="ItemName_ITEM_NAME">Item name/Entry>

For the description, it's:
<Entry Name="ItemDesc_ITEM_DESC">Item description</Entry>

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 04-18-2014, 02:08 PM by PutraenusAlivius.)
04-18-2014, 02:07 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#3
RE: Dont know whats wrong

I also think your resources up the top is wrong.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-18-2014, 02:17 PM
Find
MacKetchup Offline
Junior Member

Posts: 25
Threads: 10
Joined: Apr 2013
Reputation: 0
#4
RE: Dont know whats wrong

(04-18-2014, 02:07 PM)SomethingRidiculous Wrote: Well you got it wrong. For the name of the item, it's:
<Entry Name="ItemName_ITEM_NAME">Item name/Entry>

For the description, it's:
<Entry Name="ItemDesc_ITEM_DESC">Item description</Entry>

How am i suppose to write it?
04-18-2014, 02:37 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#5
RE: Dont know whats wrong

(04-18-2014, 02:37 PM)MacKetchup Wrote:
(04-18-2014, 02:07 PM)SomethingRidiculous Wrote: Well you got it wrong. For the name of the item, it's:
<Entry Name="ItemName_ITEM_NAME">Item name/Entry>

For the description, it's:
<Entry Name="ItemDesc_ITEM_DESC">Item description</Entry>

How am i suppose to write it?
PHP Code: (Select All)
<CATEGORY Name="Inventory"
<
Entry Name="ItemName_OneKey">A Key</Entry>
<
Entry Name="ItemDesc_OneKey">It's for unlocking a door.</Entry> 

"Veni, vidi, vici."
"I came, I saw, I conquered."
04-18-2014, 02:38 PM
Find
MacKetchup Offline
Junior Member

Posts: 25
Threads: 10
Joined: Apr 2013
Reputation: 0
#6
RE: Dont know whats wrong

(04-18-2014, 02:38 PM)SomethingRidiculous Wrote:
(04-18-2014, 02:37 PM)MacKetchup Wrote:
(04-18-2014, 02:07 PM)SomethingRidiculous Wrote: Well you got it wrong. For the name of the item, it's:
<Entry Name="ItemName_ITEM_NAME">Item name/Entry>

For the description, it's:
<Entry Name="ItemDesc_ITEM_DESC">Item description</Entry>

How am i suppose to write it?
PHP Code: (Select All)
<CATEGORY Name="Inventory"
<
Entry Name="ItemName_OneKey">A Key</Entry>
<
Entry Name="ItemDesc_OneKey">It's for unlocking a door.</Entry> 

You sir have owned yourself a rep

Thanks
04-18-2014, 02:42 PM
Find




Users browsing this thread: 1 Guest(s)