Frictional Games Forum (read-only)

Full Version: Cs won't appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I know, i made a thread before but the background was wrong.

But this will be without picture

This is the broblem:

Quote:<Main
Name="Amnesia: Fallen Souls"
Author="Tesbull"
ImgFile=""

StartMap="01mansion.map"
StartPos="PlayerStartArea_1"
/>

Quote:<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>
</CATEGORY>
</LANGUAGE

I don't know if i solved that before, but please help me
(05-06-2014, 06:03 PM)noname Wrote: [ -> ]I know, i made a thread before but the background was wrong.

But this will be without picture

This is the broblem:

Quote:<Main
Name="Amnesia: Fallen Souls"
Author="Tesbull"
ImgFile=""

StartMap="01mansion.map"
StartPos="PlayerStartArea_1"
/>

Quote:<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>
</CATEGORY>
</LANGUAGE

I don't know if i solved that before, but please help me

So going by your thread title, your custom story isn't appearing in the custom story menu?

EDIT: Have you made sure your folders and files are in the correct spot? Also, your LANGUAGE tag is incomplete at the end of the script you gave. Is that just a copy and paste error or did you forget it in the file either?
nope, not appearing in the menu
Have you made sure your folders and files are in the correct spot? Also, your LANGUAGE tag is incomplete at the end of the script you gave. Is that just a copy and paste error or did you forget it in the file either?
They are in the correct spot. I copy and paste them, was that a bad idea?
The StartMap must be the subdirectory of the wanted map.
I would recommend to make a new subfolder called "maps" and paste the map inside it, after that, cfg and there StartMap: maps/01mansion.map
It was already in the maps
Yes, but you need your maps inside the maps folder and add this line on your .cfg file:

Code:
    MapsFolder = "maps/"

Oh, but weren't you banned Tesbull?
Still doesn't work...
CFG
Spoiler below!

<Main
ImgFile = ""
Name = "Amnesia: Fallen Souls"
Author = "Tesbull"

MapsFolder = "maps/"
StartMap = "01mansion.map"
StartPos = "PlayerStartArea_1"
/>


LANG
Spoiler below!

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Just a brief description!
</Entry>
</CATEGORY>
</LANGUAGE>

Pages: 1 2