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
Coding Problem
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Coding Problem

There seems to be a few problems here:

Firstly, you seem to have those weird quotation marks again, which is awfully strange if you're actually typing them in.. o.o I have no idea how they are created, at least, on a Mac. Maybe Mudbill can explain should he see this thread sometime soon.

They are in your .lang file and your .hps file. You can see them fairly clearly here that they are there. Remember that, unfortunately, "" does not mean “”.

Secondly (spoilered, because it looks a bit messy)
Spoiler below!

<CATEGORY Name=“Inventory”>
<Entry Name=“ItemDesc_key_study_1”>This is the key for the door downstairs.</Entry>
<Entry Name=“ItemName_key_study_the 1”>Hallway Key</Entry>
</CATEGORY>

The way these should look is relatively identical. Something like:
<CATEGORY Name=“Inventory”>
<Entry Name=“ItemDesc_[item_langname]”>This is the key for the door downstairs.</Entry>
<Entry Name=“ItemName_[item_langname]”>Hallway Key</Entry>
</CATEGORY>

Where [item_langname] is the CustomSubItemName of your key. You can find this particular box in the Entity tab when you select your key (click on your key, then choose the Entity Tab in the top right). Whatever you type in there becomes [item_langname]. For example, if I call it "Romulators_Key" (no quotes), then my lang file should have this:
<CATEGORY Name=“Inventory”>
<Entry Name="ItemDesc_Romulators_Key">This is the key for the door downstairs.</Entry>
<Entry Name="ItemName_Romulators_Key">Hallway Key</Entry>
</CATEGORY>


Thirdly, your .hps file should match your map exactly. Your first map appears to be called 01_start.map, so your .hps should be called 01_start.hps. It also cannot have the .rtf extension on the end of it, so rename it so that .rtf is not on there. I believe on a mac, you can still open .hps files with TextEdit, but you may need to specify it once or so before you can open it every time.

--------
That should be everything, but if something's still wrong, just let us know!

Discord: Romulator#0001
[Image: 3f6f01a904.png]
10-02-2015, 04:50 AM
Find


Messages In This Thread
Coding Problem - by hananh129 - 10-02-2015, 04:00 AM
RE: Coding Problem - by Romulator - 10-02-2015, 04:50 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 05:09 AM
RE: Coding Problem - by Romulator - 10-02-2015, 05:19 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 05:27 AM
RE: Coding Problem - by Romulator - 10-02-2015, 05:45 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 05:48 AM
RE: Coding Problem - by Romulator - 10-02-2015, 06:15 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 06:22 AM
RE: Coding Problem - by Romulator - 10-02-2015, 06:36 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 06:42 AM
RE: Coding Problem - by Romulator - 10-02-2015, 06:51 AM
RE: Coding Problem - by Mudbill - 10-02-2015, 10:19 AM



Users browsing this thread: 1 Guest(s)