This repo uses Ruffle to export frames for items, so they can be used in the Yukon client or any similar project.
I recently massively overhauled this process, making it way easier. Just navigate to the releases section to download the compiled binaries, open YukonExporter.exe, drag in your SWFs and you're good to go.
- Rust
- Java
- Run the command
cargo run --release --package=ruffle_desktop -- --dummy-external-interface --no-gui --export-swf=YOUR_SWF_NAME.swf --stage-width=150 --stage-scale=2 export-script.swf
- Wait for the program to complete
- All your frames will now be in the exported_frames folder, and you can pack them using Texture Packer