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
Trying to do my first custom story
EXAWOLT Offline
Member

Posts: 113
Threads: 14
Joined: Apr 2012
Reputation: 3
#2
RE: Trying to do my first custom story

extra_english_lang.lang should look like this:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">A map made by Exawolt.[br][br]thanx for playing.</Entry>
</CATEGORY>
</LANGUAGE>

if you dont yet have, you should make a .map file with a .hps textnote with the same name (basics)
and the hps will be like this at first:
////////////////////////////
// Run first time starting map
void OnStart()
{

}



////////////////////////////
// Run when entering map
void OnEnter()
{

}



////////////////////////////
// Run when leaving map
void OnLeave()
{

}
(it doesn´t have to look like this)

simply nuff said




(This post was last modified: 07-08-2012, 04:40 PM by EXAWOLT.)
07-08-2012, 04:11 PM
Find


Messages In This Thread
Trying to do my first custom story - by DaBrain75 - 07-08-2012, 04:02 PM
RE: Trying to do my first custom story - by EXAWOLT - 07-08-2012, 04:11 PM



Users browsing this thread: 1 Guest(s)