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
Multiple Issues Help Flashback problem
lothabread Offline
Member

Posts: 106
Threads: 11
Joined: Apr 2012
Reputation: 2
#1
Flashback problem

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>

(This post was last modified: 04-18-2014, 08:04 PM by lothabread.)
04-18-2014, 05:09 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Flashback problem

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.



04-18-2014, 07:12 PM
Find
lothabread Offline
Member

Posts: 106
Threads: 11
Joined: Apr 2012
Reputation: 2
#3
RE: Flashback problem

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.
04-18-2014, 07:55 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#4
RE: Flashback problem

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?

04-19-2014, 01:36 AM
Find
lothabread Offline
Member

Posts: 106
Threads: 11
Joined: Apr 2012
Reputation: 2
#5
RE: Flashback problem

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


Attached Files
.png   Untitled.png (Size: 265.21 KB / Downloads: 105)
.png   2.png (Size: 460.67 KB / Downloads: 102)
.png   3.png (Size: 229 KB / Downloads: 111)
04-19-2014, 01:59 AM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Flashback problem

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

That should do the trick.
(This post was last modified: 04-19-2014, 01:25 PM by DnALANGE.)
04-19-2014, 01:25 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#7
RE: Flashback problem

(04-19-2014, 01:25 PM)DnALANGE Wrote: The 3.png is wrong.
You have to change it name to this :
PHP Code: (Select All)
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.

"Veni, vidi, vici."
"I came, I saw, I conquered."
04-19-2014, 01:46 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#8
RE: Flashback problem

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.

(This post was last modified: 04-19-2014, 05:07 PM by Mudbill.)
04-19-2014, 04:57 PM
Find
lothabread Offline
Member

Posts: 106
Threads: 11
Joined: Apr 2012
Reputation: 2
#9
RE: Flashback problem

yea, that, didn't do anything to remedy my problem sadly ; - ; any other ideas ?
04-20-2014, 02:46 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#10
RE: Flashback problem

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.

04-20-2014, 03:55 AM
Find




Users browsing this thread: 1 Guest(s)