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


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My custom story wont appear in the game! Help
mrburritos31 Offline
Junior Member

Posts: 18
Threads: 3
Joined: Jun 2013
Reputation: 0
#1
My custom story wont appear in the game! Help

Ok so i've been working on a custom story and I did everything right but it wont appear in the custom stories section of my amnesia PLEASE HELP Thanks
06-29-2013, 08:14 AM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: My custom story wont appear in the game! Help

Give us your custom_story_settings.cfg file please.

"Veni, vidi, vici."
"I came, I saw, I conquered."
06-29-2013, 08:40 AM
Find
OriginalUsername Offline
Posting Freak

Posts: 896
Threads: 42
Joined: Feb 2013
Reputation: 34
#3
RE: My custom story wont appear in the game! Help

I've had a glitch like this. I just went to change profile > select your name > ok.
It's probably not the same thing though..
(This post was last modified: 06-29-2013, 09:59 AM by OriginalUsername.)
06-29-2013, 09:59 AM
Find
mrburritos31 Offline
Junior Member

Posts: 18
Threads: 3
Joined: Jun 2013
Reputation: 0
#4
RE: My custom story wont appear in the game! Help

Here is my custom story cfg file


Attached Files
.cfg   custom_story_settings.cfg (Size: 181 bytes / Downloads: 114)
07-01-2013, 11:49 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#5
RE: My custom story wont appear in the game! Help

Close off the author line with a "
07-02-2013, 06:20 AM
Find
mrburritos31 Offline
Junior Member

Posts: 18
Threads: 3
Joined: Jun 2013
Reputation: 0
#6
RE: My custom story wont appear in the game! Help

(07-02-2013, 06:20 AM)Statyk Wrote: Close off the author line with a "
Thanks for telling me that! But it still isnt working! :0 I dont know what i did wrong

(06-29-2013, 08:40 AM)JustAnotherPlayer Wrote: Give us your custom_story_settings.cfg file please.

I posted my cfg File now
(This post was last modified: 07-03-2013, 05:48 PM by mrburritos31.)
07-03-2013, 05:46 PM
Find
Zatchie Offline
Junior Member

Posts: 26
Threads: 2
Joined: Jul 2013
Reputation: 3
#7
RE: My custom story wont appear in the game! Help

Maybe you wrote something wrong in the lang file?

Founder of Frunken Productions. Map designer and 3D and texture artist
http://frunkenproductions.com/
http://youtube.com/frunkenproductions
07-03-2013, 06:07 PM
Find
User01 Offline
Member

Posts: 97
Threads: 30
Joined: Feb 2013
Reputation: 0
#8
RE: My custom story wont appear in the game! Help

Try this, just replace it:

PHP Code: (Select All)
<Main 
    ImgFile 
"story.jpg" 
    
Name "Amnesia Fading Away" 
    
Author "BurritozCrafterMC" 
    
    
MapsFolder "maps/" 
    
StartMap "01.map" 
    
StartPos "PlayerStartArea_1" 
/> 
(This post was last modified: 07-03-2013, 06:08 PM by User01.)
07-03-2013, 06:07 PM
Find
mrburritos31 Offline
Junior Member

Posts: 18
Threads: 3
Joined: Jun 2013
Reputation: 0
#9
RE: My custom story wont appear in the game! Help

(07-03-2013, 06:07 PM)Zatchie Wrote: Maybe you wrote something wrong in the lang file?

Here is my lang file:

<CATEGORY Name="CustomStoryMain">
<Entry> Name="Description">You are Captain Flan Johnson and the last thing you remember is getting torn off your ship with the your last memory fading away....</Entry>
</CATEGORY>
07-03-2013, 07:05 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#10
RE: My custom story wont appear in the game! Help

(07-03-2013, 07:05 PM)mrburritos31 Wrote:
(07-03-2013, 06:07 PM)Zatchie Wrote: Maybe you wrote something wrong in the lang file?

Here is my lang file:

<CATEGORY Name="CustomStoryMain">
<Entry> Name="Description">You are Captain Flan Johnson and the last thing you remember is getting torn off your ship with the your last memory fading away....</Entry>
</CATEGORY>

No wonder. You need <LANGUAGE> tags and the Entry opening is wrong.

Should of been like this.
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You are Captain Flan Johnson and the last thing you remember is getting torn off your ship with your last memory fading away....</Entry>
</CATEGORY>
</LANGUAGE>

NOTE: Make sure every category is before the </LANGUAGE> tag or it will be messed up.

"Veni, vidi, vici."
"I came, I saw, I conquered."
07-04-2013, 02:30 AM
Find




Users browsing this thread: 1 Guest(s)