(07-09-2011, 12:27 AM)christopher231 Wrote: is it possible that i have an out dated version of the editor?
how would i know if i did?
and where is the right site for the download?
because dont i just need the .hps file to test the map?
There is only one version of the editor that I know of, or else I also have an out dated version.
You definately need a .hps file to test/play the map.
That is where all the scripting of the custom story takes place. To test/play it, you only need this in it:
void OnStart()
{
}
void OnEnter()
{
}
void OnLeave()
{
}
There you go! Now you can test it... Unless you have anymore problems. :/