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?
Vandyke Offline
Junior Member

Posts: 9
Threads: 2
Joined: Oct 2010
Reputation: 0
#1
How do I play my map when I am done?

I have finished my map, and I would like to test it, I have put the map in "Custom_Story" folder. but when I go into the game, I can't play it. can you help please?
I realize I should give some more details.. Okay so I have created a map, and I put it in a folder in the custom_story's folder. I have other custom story's and some of them have a "custom_story_settings.cfg" file. Do I need one of these, and if I do how do I make one for my map?
(This post was last modified: 10-27-2010, 12:42 AM by Vandyke.)
10-27-2010, 12:24 AM
Find
Seuchensoldat Offline
Member

Posts: 54
Threads: 3
Joined: Oct 2010
Reputation: 1
#2
RE: How do I play my map when I am done?

http://hpl2.frictionalgames.com/amnesia:custom_story

Here you can find the tutorial for it. It's really easy, even I was able to do it. Big Grin
10-27-2010, 12:43 AM
Find
Vandyke Offline
Junior Member

Posts: 9
Threads: 2
Joined: Oct 2010
Reputation: 0
#3
RE: How do I play my map when I am done?

(10-27-2010, 12:43 AM)Seuchensoldat Wrote: http://hpl2.frictionalgames.com/amnesia:custom_story

Here you can find the tutorial for it. It's really easy, even I was able to do it. Big Grin

Hey thank's man, I am trying it now, its not working just yet though, Can I use notepad, or should I use something else to script?
Thank you so much, I finally got it to work.
(This post was last modified: 10-27-2010, 01:29 AM by Vandyke.)
10-27-2010, 01:04 AM
Find
Zergalag Offline
Junior Member

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

I'd recommend notepad, not sure if other programs will work or not.
10-27-2010, 03:52 AM
Find
Seuchensoldat Offline
Member

Posts: 54
Threads: 3
Joined: Oct 2010
Reputation: 1
#5
RE: How do I play my map when I am done?

Notepad should work. If you have any problems, there are video tutorials for seting uo your custom story here:

http://amnesia.treesoft.dk/tutorials/Cus...Setup1.wmv
http://amnesia.treesoft.dk/tutorials/Cus...Setup2.wmv
http://amnesia.treesoft.dk/tutorials/Cus...Setup3.wmv
10-27-2010, 10:36 AM
Find
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
Vandyke Offline
Junior Member

Posts: 9
Threads: 2
Joined: Oct 2010
Reputation: 0
#7
RE: How do I play my map when I am done?

Thanks for all the help guys! Check out my map so far! :3
http://www.4shared.com/file/P386dfWk/The...ithin.html
11-02-2010, 11:11 PM
Find




Users browsing this thread: 1 Guest(s)