Difference between revisions of "Voyeur"

Jump to navigation Jump to search
209 bytes removed ,  22 February
Added info about logo8.exe
(Add link to purchase page.)
(Added info about logo8.exe)
 
Line 28: Line 28:
* *.rl2
* *.rl2
* *.blt
* *.blt
* logo8.exe (for the opening animation)


==TODO==
==TODO==
* The very first logo animation is handled by a completely separate dedicated executable, logo8.exe. At the moment we haven't gotten around to disassembling it, particularly since it doesn't have debug information like the main game executable did.
* The audio tends to get out of sync with the video on longer videos. This may be fixed since I changed the getFrameRate() method in the RL2FileHeader class to return a Common::Rational. Needs to be checked.
* The audio tends to get out of sync with the video on longer videos. This may be fixed since I changed the getFrameRate() method in the RL2FileHeader class to return a Common::Rational. Needs to be checked.
* The doGossip routine currently uses two separate decoders but trying to use the first decoder again for a second video results in corrupted audio. Ideally, the reason for this should be figured out so the method only needs the single decoder.
* The doGossip routine currently uses two separate decoders but trying to use the first decoder again for a second video results in corrupted audio. Ideally, the reason for this should be figured out so the method only needs the single decoder.
9

edits

Navigation menu