readme.org 2.2 KB

About

:PROPERTIES: :CUSTOM_ID: about :END:

This project contains code for decrypting data files of Little Fighter 2.

The code is written in GNU Guile (3.0.7).

Usage

:PROPERTIES: :CUSTOM_ID: usage :END:

(project is still work-in-progress)

Using GNU Guix

:PROPERTIES: :CUSTOM_ID: usage-gnu-guix :END:

With GNU Guix installed, you can do the following:

  1. activate the specified GNU Guix environment:

#+begin_src shell bash guix-env/env.sh #+end_src

  1. run the program:

#+begin_src shell guile -L . main.scm #+end_src

The output should show a decrypted stage.dat file.

Other ways

:PROPERTIES: :CUSTOM_ID: usage-other :END:

All you need is a working GNU Guile installation to run the program. How you get it, does not really matter. For example you could use your system package to install GNU Guile, if it is available in your the package sources of your system, or you could download the source code of GNU Guile and compile it for your system.

Testing

:PROPERTIES: :CUSTOM_ID: testing :END:

You can run unit tests using the following command:

guile -L . test/

Dependencies

The project depends on nothing except GNU Guile. It is tested using GNU Guile =3.0.7=, but probably works using many older versions as well.

local variables noexport