Skip to content

QuickLook plugin to render icons and previews for Yoda Stories and Indiana Jones and his Desktop Adventures save games.

Notifications You must be signed in to change notification settings

cyco/deskfun-preview

Repository files navigation

DeskFun Preview

A command line tool and QuickLook plugin to render icons and previews for Yoda Stories and Indiana Jones and his Desktop Adventures save games. The main purpose of this was to check out Rust.

Screenshot of a directory containing various save games

Usage

Command Line

Check out the project and run

cd deskfun-preview
cargo run assets/save-games/*.wld

QuickLook Plugin

In order to build the QuickLook plugin you have to install Rust (& Cargo) and Xcode. With both dependencies set up you can proceed to build the project:

cd deskfun-preview
cargo install cargo-lipo
xcodebuild && xcodebuild -target "DeskFun Preview"

Xcode will place the QuickLook plugin and a dummy app in build/Release. Launch the dummy app once to make QuickLook aware of save games and load the plugin. After that, previews should automatically show up in Finder. You can navigate to assets/save-games for some sample files.

To Do

  • parse and render npcs
  • show world map in preview
  • display inventory in preview

About

QuickLook plugin to render icons and previews for Yoda Stories and Indiana Jones and his Desktop Adventures save games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published