Frictional Games Forum (read-only)
Issues with my custom story... - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Issues with my custom story... (/thread-12505.html)

Pages: 1 2 3 4 5


RE: Issues with my custom story... - Elven - 01-11-2012

You can have map with absolutely nothing as well, as long you have PlayerStartPosition and make sure it isn't script, that it is position ...


RE: Issues with my custom story... - Schizophrenia - 01-11-2012

(01-11-2012, 12:06 AM)Elven Wrote: You can have map with absolutely nothing as well, as long you have PlayerStartPosition and make sure it isn't script, that it is position ...
I saw that the user settings didn't specify the start area, so i put in "PlayerStartArea_1" since that is what was written in custom story settings, and still exact same damn error >_> Is these anything else i could mess with?





RE: Issues with my custom story... - Elven - 01-11-2012

Are you sure that your start area in your map isn't script, but as PlayerStartArea? (I dont mean name, I mean type)


RE: Issues with my custom story... - Schizophrenia - 01-11-2012

(01-11-2012, 12:27 AM)Elven Wrote: Are you sure that your start area in your map isn't script, but as PlayerStartArea? (I dont mean name, I mean type)
Err im not sure, where would it say that?





RE: Issues with my custom story... - Xeronaile - 01-11-2012

Yeah... Mine is set up perfectly but it wont show in the custom story list ingame.


RE: Issues with my custom story... - Elven - 01-11-2012

If you click on the script thing where your start should be, then on the right upper corner is list of different types. First one and usual one is script, but in the end of list should be something like PlayerStartArea. Or you can always put it into map yourself.


@Zeronaile, then your custom story folder or fails aren't set up correctly Smile


RE: Issues with my custom story... - Schizophrenia - 01-11-2012

(01-11-2012, 12:48 AM)Elven Wrote: If you click on the script thing where your start should be, then on the right upper corner is list of different types. First one and usual one is script, but in the end of list should be something like PlayerStartArea. Or you can always put it into map yourself.


@Zeronaile, then your custom story folder or fails aren't set up correctly Smile
Yep, its on PlayerStartArea, and it says active... WAUGHHH. By the way thank you so much for trying to help me, sorry im not getting anywhere Sad





RE: Issues with my custom story... - Xeronaile - 01-11-2012


See any errors?
Cfg:
<Main

Name ="Xeronaile"
Author ="Xero"
ImgFile=""
MapsFolder ="Maps/"
StartMap ="00_study.map"
StartPos ="PlayerStartArea_1"
/>
Lang file:

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You're not alone</Entry>
</CATEGORY>
</LANGUAGE>
Hps file:

void OnStart()
{
}


My folders:
Inside custom stories:
Forever (Demo)
The Attic chpt 1 (The 2 custom stories (not mine)
Xeronaile (Mine)

Inside Xeronaile:
Maps
Custom_story_setting.cfg
extra_english.lang
Inside Maps:
00_study.hps
00_study.map


Any errors there?



RE: Issues with my custom story... - flamez3 - 01-11-2012

(01-11-2012, 01:31 AM)Xeronaile Wrote: See any errors?
Cfg:

Name ="Xeronaile"
Author ="Xero"
ImgFile=""
MapsFolder ="Maps/"
StartMap ="00_study.map"
StartPos ="PlayerStartArea_1"
/>
Lang file:



You're not alone


Hps file:

void OnStart()
{
}


My folders:
Inside custom stories:
Forever (Demo)
The Attic chpt 1 (The 2 custom stories (not mine)
Xeronaile (Mine)

Inside Xeronaile:
Maps
Custom_story_setting.cfg
extra_english.lang
Inside Maps:
00_study.hps
00_study.map


Any errors there?

Is 00_study.map inside the maps folder?




RE: Issues with my custom story... - Statyk - 01-11-2012

I feel having my hands on this would have me fix this in no time >>