| 
		
	
		| MrDosht   Junior Member
 
 Posts: 43
 Threads: 8
 Joined: Oct 2012
 Reputation: 
0
 | 
			| RE: How to play/test my amnesia hpl map 
 
				 (10-21-2012, 09:13 PM)The chaser Wrote:  MrDosht, how the hell do you find so old threads? You're lately answering questions made a half year ago. The user won't be here anymore.
 Just saying.
 Oh, I just type my question into Google. it usually ends up with me on one of these threads... I'll try to bear that in mind before I go into another one of my questioning sprees XD
			 
 "Computers follow your orders not your intentions"- Anon |  |  
	| 10-22-2012, 03:04 AM |  |  
	
		| The chaser   Posting Freak
 
 Posts: 2,486
 Threads: 76
 Joined: Jun 2012
 Reputation: 
113
 | 
			| RE: How to play/test my amnesia hpl map 
 
				 (10-22-2012, 03:04 AM)MrDosht Wrote:   (10-21-2012, 09:13 PM)The chaser Wrote:  MrDosht, how the hell do you find so old threads? You're lately answering questions made a half year ago. The user won't be here anymore.Oh, I just type my question into Google. it usually ends up with me on one of these threads... I'll try to bear that in mind before I go into another one of my questioning sprees XD
 Just saying.
 There's a search bar where you can find ALL the threads. Maybe, if you use it, you can find someone that had the same problem and that way you can fix it. 
Google isn't the best place to search this threads.
			 
                               THE OTHERWORLD (WIP) ![[Image: k6vbdhu]](http://tinyurl.com/k6vbdhu)  
Aculy iz dolan. |  |  
	| 10-22-2012, 06:46 AM |  |  
	
		| KeysOfMyMind   Junior Member
 
 Posts: 15
 Threads: 1
 Joined: Jan 2012
 Reputation: 
0
 | 
			| RE: How to play/test my amnesia hpl map 
 
				Sooo... sorry for the bump.
 I did as this thread said I put my custom map in the custom_stories folder.
 
 Under the Mod map "Amnesia Custom"
 Made the .cfg file and put the following information in it:
 
 <Main
 Name = "Custom Test"
 Author = "KeysOfMyMind"
 MapsFolder = "E:\Steam\SteamApps\common\Amnesia The Dark Descent\custom_stories\Amnesia custom\Maps"
 StartMap = "Start.map"
 StartPos = "PlayerStartArea_1"
 />
 
 
 But it still won't show up in the custom story branch of the game.
 
 I only have Start.map in there for now but I wanna test it, how do I go about this?
 |  |  
	| 03-11-2013, 03:01 PM |  |  
	
		| PutraenusAlivius   Posting Freak
 
 Posts: 4,713
 Threads: 75
 Joined: Dec 2012
 Reputation: 
119
 | 
			| RE: How to play/test my amnesia hpl map 
 
				 (03-11-2013, 03:01 PM)KeysOfMyMind Wrote:  Sooo... sorry for the bump.
 I did as this thread said I put my custom map in the custom_stories folder.
 
 Under the Mod map "Amnesia Custom"
 Made the .cfg file and put the following information in it:
 
 <Main
 Name = "Custom Test"
 Author = "KeysOfMyMind"
 MapsFolder = "E:\Steam\SteamApps\common\Amnesia The Dark Descent\custom_stories\Amnesia custom\Maps"
 StartMap = "Start.map"
 StartPos = "PlayerStartArea_1"
 />
 
 
 But it still won't show up in the custom story branch of the game.
 
 I only have Start.map in there for now but I wanna test it, how do I go about this?
 You are wrong. Since you put your custom_story_settings.cfg in Amnesia custom, it remembers it. So, it should be like this. 
<Main 
Name = "Custom Test" 
Author = "KeysOfMyMind" 
MapsFolder = "Maps/" 
StartMap = "Start.map" 
StartPos = "PlayerStartArea_1" 
/>
			 
 "Veni, vidi, vici.""I came, I saw, I conquered."
 |  |  
	| 03-11-2013, 03:11 PM |  |  
	
		| No Author   Posting Freak
 
 Posts: 962
 Threads: 10
 Joined: Jun 2012
 Reputation: 
13
 | 
			| RE: How to play/test my amnesia hpl map 
 
				 (03-11-2013, 03:11 PM)JustAnotherPlayer Wrote:   (03-11-2013, 03:01 PM)KeysOfMyMind Wrote:  Sooo... sorry for the bump.You are wrong. Since you put your custom_story_settings.cfg in Amnesia custom, it remembers it. So, it should be like this.
 I did as this thread said I put my custom map in the custom_stories folder.
 
 Under the Mod map "Amnesia Custom"
 Made the .cfg file and put the following information in it:
 
 <Main
 Name = "Custom Test"
 Author = "KeysOfMyMind"
 MapsFolder = "E:\Steam\SteamApps\common\Amnesia The Dark Descent\custom_stories\Amnesia custom\Maps"
 StartMap = "Start.map"
 StartPos = "PlayerStartArea_1"
 />
 
 
 But it still won't show up in the custom story branch of the game.
 
 I only have Start.map in there for now but I wanna test it, how do I go about this?
 <Main
 Name = "Custom Test"
 Author = "KeysOfMyMind"
 MapsFolder = "Maps/"
 StartMap = "Start.map"
 StartPos = "PlayerStartArea_1"
 />
 
Dude, MapsFolder = "Maps\"
			 
 |  |  
	| 03-11-2013, 03:29 PM |  |  
	
		| PutraenusAlivius   Posting Freak
 
 Posts: 4,713
 Threads: 75
 Joined: Dec 2012
 Reputation: 
119
 | 
			| RE: How to play/test my amnesia hpl map 
 
				 (03-11-2013, 03:29 PM)No Author Wrote:   (03-11-2013, 03:11 PM)JustAnotherPlayer Wrote:   (03-11-2013, 03:01 PM)KeysOfMyMind Wrote:  Sooo... sorry for the bump.You are wrong. Since you put your custom_story_settings.cfg in Amnesia custom, it remembers it. So, it should be like this.
 I did as this thread said I put my custom map in the custom_stories folder.
 
 Under the Mod map "Amnesia Custom"
 Made the .cfg file and put the following information in it:
 
 <Main
 Name = "Custom Test"
 Author = "KeysOfMyMind"
 MapsFolder = "E:\Steam\SteamApps\common\Amnesia The Dark Descent\custom_stories\Amnesia custom\Maps"
 StartMap = "Start.map"
 StartPos = "PlayerStartArea_1"
 />
 
 
 But it still won't show up in the custom story branch of the game.
 
 I only have Start.map in there for now but I wanna test it, how do I go about this?
 <Main
 Name = "Custom Test"
 Author = "KeysOfMyMind"
 MapsFolder = "Maps/"
 StartMap = "Start.map"
 StartPos = "PlayerStartArea_1"
 />
 Dude, MapsFolder = "Maps\"
 / and \ are actually considered the same. I used "MapsFolder = "maps/" and it still worked.
			 
 "Veni, vidi, vici.""I came, I saw, I conquered."
 |  |  
	| 03-11-2013, 03:31 PM |  |  
	
		| ingedoom   Member
 
 Posts: 120
 Threads: 12
 Joined: Feb 2012
 Reputation: 
0
 | 
			| RE: How to play/test my amnesia hpl map 
 
				There are plenty of guides on how to do this out there. This is some very basic stuff and please make this the last place you go if you can't figure something out. 
If you give yourself time to read and understand all this stuff, i promise you that it will all become much easier. I was like you once, all new to this stuff, so don't get me wrong if you think I am accusing you for being an idiot.   
 |  |  
	| 03-15-2013, 10:49 PM |  |  |