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
Custom map scripting help!!!!!
dutchmen1 Offline
Junior Member

Posts: 4
Threads: 2
Joined: Aug 2011
Reputation: 0
#1
Custom map scripting help!!!!!

Hey guys I'm trying to create a map and im running into some issues with my english.lang file.


Im trying to create a journal entry and it doesnt work and also I'm trying to name a key but it doesnt work neither does my map description.


Appreciate the help!
Thanks, Dutchmen

Heres my english.lang file Tongue
________________________________________________________
<LANGUAGE>
<RESOURCES>
</RESOURCES>"DEATH MAZE!!!"
<Entry Name="Description">A Crazy but scary maze</entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_key_1">A key that opens a door to hell</Entry>
<Entry Name="ItemName_key_1">A stupid looking key</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_NAMEOFYOURNOTE_Name">To my dearest</Entry>
<Entry Name="Note_NAMEOFYOURNOTE_Text">Hello im going to kill you mwhahaha</Entry>

</CATEGORY>
</LANGUAGE>
08-28-2011, 01:02 AM
Find
Freeoath Offline
Junior Member

Posts: 22
Threads: 4
Joined: Aug 2011
Reputation: 0
#2
RE: Custom map scripting help!!!!!

(08-28-2011, 01:02 AM)dutchmen1 Wrote: Hey guys I'm trying to create a map and im running into some issues with my english.lang file.


Im trying to create a journal entry and it doesnt work and also I'm trying to name a key but it doesnt work neither does my map description.


Appreciate the help!
Thanks, Dutchmen

Heres my english.lang file Tongue
________________________________________________________
<LANGUAGE>
<RESOURCES>
</RESOURCES>"DEATH MAZE!!!"
<Entry Name="Description">A Crazy but scary maze</entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_key_1">A key that opens a door to hell</Entry>
<Entry Name="ItemName_key_1">A stupid looking key</Entry>
<CATEGORY Name="Journal">
<Entry Name="Note_NAMEOFYOURNOTE_Name">To my dearest</Entry>
<Entry Name="Note_NAMEOFYOURNOTE_Text">Hello im going to kill you mwhahaha</Entry>

</CATEGORY>
</LANGUAGE>

You should change "NAMEOFYOURNOTE" so what name you have given it in your editor. It should look something like this:

Spoiler below!

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">DESCRIBE YOUR CUSTOM STORY HERE</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_NOTENAME_Name">NOTENAME</Entry>
<Entry Name="Note_NOTENAME_Text">NOTE TEXT!</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_KEYNAME">KEYNAME</Entry>
<Entry Name="ItemDesc_KEYNAME">KEY DESCRIPTION</Entry>
</CATEGORY>

</LANGUAGE>




You should change: NOTENAME to the name you want on your note. NOTE TEXT to what text you want etc.

I could have made a misstake but I am very tired. That .lang should work for you thou. For the key there is abit to configure in your .hps file also.


08-28-2011, 01:17 AM
Find




Users browsing this thread: 1 Guest(s)