ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.78k stars 820 forks source link

Knightfall: Death and Taxes Graphical Glitches #15307

Open TideGear opened 9 months ago

TideGear commented 9 months ago

Describe the bug

This is a full commercial game release. It actually still runs on Windows 10. I just had to override the "high DPI settings" in the game's properties to scale by application... but I want to get it running correctly in Ruffle!

@Lord-McSweeney has the necessary game files and details.

Short version: Basically, Amazon shipped the game with an EXE. Next to that EXE was an RWG file. Turns out that RWG is a renamed EXE flash player that was wrapped (or something) to not start without the Amazon EXE running. I renamed the RWG to EXE and extracted 22 SWF files using exe2swf.

@Lord-McSweeney figured out I still needed a few of the files from the original install directory with the SWF files. The game seems to work now!

However, there are some graphical glitches. These are just what I caught right away.

Black boxes on game map... image ...Original game... image

Glitched menu... image ...Original game... image

Expected behavior

See above.

Content Location

@Lord-McSweeney has the necessary game files and details.

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

No response

TideGear commented 9 months ago

Additionally, when full-screen, the game is stretched horizontally instead of keeping it's aspect ratio.