Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED CS Wont show up
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#1
SOLVED CS Wont show up

Hey guys

I can't get the game (ATDD) to show my custom story. I have look through both my extra_english.lang file and my custom_story_settings.cfg file and everything seems fine to me and I've also added cusstom_stories to the resources.cfg file
.

Everything is placed where they should be placed.
I've tried to re-instal the game 2 times and I've also tried to change profil, but it simply wont show up.

lang file

<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Description</Entry>
</CATEGORY>
<CATEGORY Name="Iventory">
</CATEGORY>
<CATEGORY Name="Journal">
//Notes
//Diaries
//In-Game Messages
<Entry Name="Sleep1">When you sleep in a bed. Your health and sanity restores</Entry>
<Entry Name="Sleep2">You feel fresh and recharged</Entry>
//Quests
</CATEGORY>
<CATEGORY Name="Dialogs">
//Daniel
<Entry Name="WakedUpByNoise">Daniel: What the heck was that sound!? I guess I should go find out</Entry>
//Father
</CATEGORY>
<CATEGORY Name="Levels">
</CATEGORY>
<CATEGORY Name="Signs">
</CATEGORY>
</LANGUAGE>


.cfg   custom_story_settings.cfg (Size: 125 bytes / Downloads: 99)

.cfg   resources.cfg (Size: 1.18 KB / Downloads: 101)

CURRENT PROJECT:
A Fathers Secret == Just started
(This post was last modified: 01-11-2017, 05:44 PM by Lizard.)
01-10-2017, 07:15 PM
Find
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#2
RE: CS Wont show up

What's your startmap?

You can omit the position (it'll pick one)
but I don't think you can omit map mate.

Either way it's worth a try.

01-10-2017, 08:03 PM
Find
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#3
RE: CS Wont show up

Adding the StartMap did not help

CURRENT PROJECT:
A Fathers Secret == Just started
01-10-2017, 08:06 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#4
RE: CS Wont show up

ImgFIle is written with a capital I. Try to fix that so that it says ImgFile.

01-10-2017, 10:11 PM
Find
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#5
RE: CS Wont show up

It did not help either Sad

CURRENT PROJECT:
A Fathers Secret == Just started
01-11-2017, 12:23 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#6
RE: CS Wont show up

Could you zip it up and upload the entire thing? Feel free to omit any extra maps as long as it has the start map.

01-11-2017, 02:41 AM
Find
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#7
RE: CS Wont show up

It would't attach it. So uploaded it to mediafile

http://www.mediafire.com/file/tmchv45htg...tories.zip

CURRENT PROJECT:
A Fathers Secret == Just started
01-11-2017, 11:19 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#8
RE: CS Wont show up

- Well first off, and this is quite obvious, you haven't written down what map should start the custom story.
You need to add the name of one of your maps in StartMap="" within your settings file.

- Another thing which may be an issue is that you named your map with a . (full stop) in the name. I recommend not doing so, so change to 00_BedroomHallway.map instead of 00.BedroomHallway.map.

- ImgFile is still written with a capital second I, so update that.

- You have some syntax errors in your script file. It should still allow you to see the story in the list, but it will crash when you click start on it. OnStart, OnEnter and OnLeave should not have a semi-colon at the end of the constructors.

- The resources.cfg file is correct HOWEVER it isn't in the right place (unless this was just when you zipped it up?). It must be located in the root folder for Amnesia. But just for a custom story, the resources.cfg file isn't required to make it work, so I wouldn't worry about it just yet.

(This post was last modified: 01-11-2017, 11:38 AM by Mudbill.)
01-11-2017, 11:37 AM
Find
Lizard Offline
Member

Posts: 174
Threads: 23
Joined: Jul 2012
Reputation: 5
#9
RE: CS Wont show up

I files i uploaded i can see was the old copy, where ImgFile was wrong and where StartMap wasen't filled out, but that is done in my amnesia folder.

the resources is in my amnesia folder where it should be, it was just put there to gather it all in one file when i uploaded it.

I've tried to add a _ Instead of a . in the hps and map file, but that did not help either

CURRENT PROJECT:
A Fathers Secret == Just started
01-11-2017, 12:01 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#10
RE: CS Wont show up

I just tested your custom story.
I put the file in the custom_stories folder.
I deleted the resources.cfg since it shouldn't be there anyway.
I changed the custom_story_settings.cfg to look like this:
PHP Code: (Select All)
<Main
        Name 
"A Fathers Secret"
        
Author "Lizard"
        
ImgFile ""
        
        
MapsFolder "maps/"
        
StartMap "00.BedroomHallway.map"
        
StartPos "PlayerStartArea_1"
/> 

I did not change the name of the map.

The custom story showed up as it should.


If you download someone else's custom story, does that show up?
If you create a dummy custom story, does that show up?

Trying is the first step to success.
(This post was last modified: 01-11-2017, 03:10 PM by FlawlessHappiness.)
01-11-2017, 03:08 PM
Find




Users browsing this thread: 1 Guest(s)