Frictional Games Forum (read-only)
Special pictures for a custom story - 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: Special pictures for a custom story (/thread-12333.html)

Pages: 1 2


Special pictures for a custom story - Quotentote - 01-04-2012

hey there!

i wanted to set up a selfmade picture (the picture, when you click on the CS to start it/where the description is)

in my custom_story_settings.cfg its:

<Main
ImgFile = "testbild.png"
/>

but if i try to start it amnesia crashed :/

can you help me?

greetings quotentote



RE: Special pictures for a custom story - flamez3 - 01-04-2012

(01-04-2012, 06:26 AM)Quotentote Wrote: hey there!

i wanted to set up a selfmade picture (the picture, when you click on the CS to start it/where the description is)

in my custom_story_settings.cfg its:

ImgFile = "testbild.png"
/>

but if i try to start it amnesia crashed :/

can you help me?

greetings quotentote

Convert it to a .jpg file; and if that doesn't work the only thing I might suggest doing is renaming the file to story.jpg. That seems to work for me.




RE: Special pictures for a custom story - Quotentote - 01-04-2012

hey,

i did both but now it shows the startscreen from 'the old well' xDD i really cant imagine why i also deleted the old well folder



RE: Special pictures for a custom story - Khyrpa - 01-04-2012

name it something that no one else has most likely used, like story125091qwr51q53e.jpg



RE: Special pictures for a custom story - Quotentote - 01-04-2012

didnt work too :/
i tried that with png and jpg file. but now the screen is blank.
do i have to do something special with that image? Sad



RE: Special pictures for a custom story - flamez3 - 01-04-2012

Silly question, did you back out to the main menu and click custom stories? It needs to refresh when you make a change. Did you change the name of the file and the text in the .cfg as well?


RE: Special pictures for a custom story - Quotentote - 01-04-2012

i restartet amnesia completely every time ^^
and yes i changed the cfg too. i tried 4 different names on png and jpg. then i restarted :/ its kind of sad cause i spent some time on photoshop for this :/



RE: Special pictures for a custom story - flamez3 - 01-04-2012

Just a question, is that everything in your .cfg file?


RE: Special pictures for a custom story - Quotentote - 01-04-2012

of course not^^

PHP Code:
<Main 
    ImgFile 
"startbild12345.png" 
    
Name "The unnamed Story (yet)" 
    
Author "Quotentote"

    
MapsFolder "maps/"
    
StartMap "test1.map"
    
StartPos "PlayerStartArea_1"
/> 




RE: Special pictures for a custom story - flamez3 - 01-04-2012

(01-04-2012, 08:44 AM)Quotentote Wrote: of course not^^

PHP Code:
<main 
    ImgFile 
"startbild12345.png" 
    
Name "The unnamed Story (yet)" 
    
Author "Quotentote"

    
MapsFolder "maps/"
    
StartMap "test1.map"
    
StartPos "PlayerStartArea_1"
/> 


Did you just change the file to .jpg or did you save it as a jpeg file?