Frictional Games Forum (read-only)
[CHAOS] Flashback problem - 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: [CHAOS] Flashback problem (/thread-25102.html)

Pages: 1 2


Flashback problem - lothabread - 04-18-2014

Hello again, err, I seem to be having a problem getting a flashback to work. I'm almost certain its something im overlooking but im not exactly sure what it could be. soooo, i'll put up my possible problems here and hope someone can help.

resources.cfg
Spoiler below!

<Resources>
<Directory Path="/Demo/maps" AddSubDirs="true" />
<Directory Path="/Demo/textures" AddSubDirs="true" />
<Directory Path="/Demo/models" AddSubDirs="true" />
<Directory Path="/Demo/static_objects" AddSubDirs="true" />
<Directory Path="/Demo/sounds" AddSubDirs="true" />
<Directory Path="/Demo/main_menu" AddSubDirs="true" />
<Directory Path="/Demo/entities" AddSubDirs="true" />
<Directory Path="/Demo/flashbacks" AddSubDirs="true" />
<Directory Path="/Demo/flashback_VO" AddSubDirs="true" />
<Directory Path="/Demo/textures" AddSubDirs="true" />

<Directory Path="/_temp" AddSubDirs="true" />
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
</Resources>


Kitchen_flash.flash
Spoiler below!

<Flashback>
<Voices>
<Voice VoiceSound="Kitchen_flash.ogg" EffectSound="flashback_music.ogg" TextCat="Flashback" TextEntry="Kitchen_flash"/>
</Voices>
</Flashback>


english.lang
Spoiler below!

<LANGUAGE>
<RESOURCES>
<Directory Path="fonts/eng" />
<Directory Path="lang/eng" />
</RESOURCES>

<CATEGORY Name="Inventory">
<Entry Name="pigkeys">Block_B Key</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name=""></Entry>
</CATEGORY>

<CATEGORY Name="Flashback">
<Entry Name="Kitchen_flash">Imbecile! Find the key! I suspect one of your swine ate it. I will return shortly, and expect my key to be present.</Entry>
</CATEGORY>

<CATEGORY Name="Ending">
<Entry Name="MainCredits"></Entry>
</CATEGORY>
</LANGUAGE>




RE: Flashback problem - Mudbill - 04-18-2014

Hm, I don't really see anything wrong at a glance. What is not working? Does the flash work? Do the voices appear? Do the subtitles appear?

If it is any help, I'll link my video tutorial on this topic. Perhaps you can compare it to yours.





RE: Flashback problem - lothabread - 04-18-2014

i watched your tutorial, and what happens is i enter the area, the screen flashes white, the whisper noises happen, then flashes white again, my actual audio nor the subtitles appear at all.


RE: Flashback problem - Mudbill - 04-19-2014

Hm, well if the audio files aren't recognized, the subtitles won't play either. I'm fairly sure the problem lies there. Where are your files located? What are they named? Have you tried opening them to make sure there's sound in them?


RE: Flashback problem - lothabread - 04-19-2014

hm well i took some screenshots, i hope that helps. there's audio in the .ogg file and i beleive everything is in the right spot


RE: Flashback problem - DnALANGE - 04-19-2014

The 3.png is wrong.
You have to change it name to this :
PHP Code:
Kitchen_Flash.snt 

That should do the trick.


RE: Flashback problem - PutraenusAlivius - 04-19-2014

(04-19-2014, 01:25 PM)DnALANGE Wrote: The 3.png is wrong.
You have to change it name to this :
PHP Code:
Kitchen_Flash.snt 

That should do the trick.

Umm, no. Flash files ARE ALWAYS in .flash format. Just look at TDD's flashback files, they use .flash.


RE: Flashback problem - Mudbill - 04-19-2014

How about your resources.cfg file? How does that look?
Oh right, nvm, forgot you had it up top.

It really shouldn't make a difference, but perhaps you can try moving the audio files to a similar location as the originals, in \lang\eng\voices\flashbacks.


RE: Flashback problem - lothabread - 04-20-2014

yea, that, didn't do anything to remedy my problem sadly ; - ; any other ideas ?


RE: Flashback problem - Mudbill - 04-20-2014

I'm afraid I do not know what the problem is =/

But are you able to create a working flashback within a custom story of the main game, rather than your mod? If you are, then the problem shouldn't be the files, but something in your mod restricting access to them.