Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I play my map when I am done?
HakePT Offline
Junior Member

Posts: 49
Threads: 1
Joined: Sep 2010
Reputation: 0
#6
RE: How do I play my map when I am done?

to play you only need:

-A player start area
-A map file with the script file (.hps), both should be in a maps folder you create. The script only has to have:
Quote:void OnStart()
{}
void OnEnter()
{}
void OnLeave()
{}
-a custom_story_settings.cfg file
Quote:<Main
Name = "my map"
Author = "author! me!"

MapsFolder = "maps/" /* folder where you have the map, in most cases you place it in a maps folder you create*/
StartMap = "nameOfMap.map"
StartPos = "PlayerStartArea_1"
/>
-An empty extra_english.lang file.

Just place in your custom_story a folder with custom_story_settings.cfg, extra_english.lang and the maps folder with the map and the .hps script.

Its all in the tutorial above.
10-27-2010, 09:58 PM
Find


Messages In This Thread
How do I play my map when I am done? - by Vandyke - 10-27-2010, 12:24 AM
RE: How do I play my map when I am done? - by HakePT - 10-27-2010, 09:58 PM



Users browsing this thread: 1 Guest(s)