04-18-2014, 05:09 PM
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
<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
<Flashback>
<Voices>
<Voice VoiceSound="Kitchen_flash.ogg" EffectSound="flashback_music.ogg" TextCat="Flashback" TextEntry="Kitchen_flash"/>
</Voices>
</Flashback>
english.lang
<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>
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>