EXAWOLT
Member
Posts: 113
Threads: 14
Joined: Apr 2012
Reputation:
3
|
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 |
|