8000 GitHub - naerbnic/scitool: SCI tool is a tool for working with Sierra SCI Engine data files.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

naerbnic/scitool

scitool

scitool is a command line tool for working with Sierra adventure games written in the SCI engine. Right now, this is mostly targetted for the Space Quest 5 Fan Dub project, so the tools that are provided are mostly for extracting and analyzing the game's resources.

This is a work in progress, so full documentation is not available yet.

Installation

You will need to install Rust's Cargo in order to build this project. You can install it by following the instructions at https://www.rust-lang.org/tools/install. Once installed, go to the root of the project and run:

$ cargo build
...
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s

This will download the dependencies and build the program. Once built, you can use the cargo program to run it like so:

$ cargo run -- --help
Usage: scitool.exe <COMMAND>
...

I will try to add appropriate documentation for the CLI as I go along.

About

SCI tool is a tool for working with Sierra SCI Engine data files.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0