Frictional Games Forum (read-only)
Cs won't appear - 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: Cs won't appear (/thread-25228.html)

Pages: 1 2


Cs won't appear - RedKnight - 05-06-2014

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


RE: Cs won't appear - MsHannerBananer - 05-06-2014

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


RE: Cs won't appear - RedKnight - 05-06-2014

nope, not appearing in the menu


RE: Cs won't appear - MsHannerBananer - 05-06-2014

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?


RE: Cs won't appear - RedKnight - 05-06-2014

They are in the correct spot. I copy and paste them, was that a bad idea?


RE: Cs won't appear - Red - 05-06-2014

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


RE: Cs won't appear - RedKnight - 05-06-2014

It was already in the maps


RE: Cs won't appear - Mudbill - 05-06-2014

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?


RE: Cs won't appear - RedKnight - 05-07-2014

Still doesn't work...


RE: Cs won't appear - PutraenusAlivius - 05-07-2014

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>