Frictional Games Forum (read-only)

Full Version: Issues with my custom story...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
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 ...
(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?


Are you sure that your start area in your map isn't script, but as PlayerStartArea? (I dont mean name, I mean type)
(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?


Yeah... Mine is set up perfectly but it wont show in the custom story list ingame.
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
(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



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?
(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?

I feel having my hands on this would have me fix this in no time >>
Pages: 1 2 3 4 5