Playback Tools for Jaffar, High-performance solver for Prince of Persia (DOS) tool-assisted speedrunning (https://github.com/SergioMartin86/jaffar)
To get a ready-to-run Docker container with Jaffar, simply run:
docker run sergiom86/jaffar:latest
Follow these steps to manually install in your system
- Get code
git clone --recursive https://github.com/SergioMartin86/jaffar-play.git
- Create build directory
cd jaffar
mkdir build
cd build
- Configure and compile
meson ..
ninja
- Meson - For compilation
- Ninja - For compilation
- SDL2: Jaffar has been tested using SDL2 2.0.14.
- SDL2-image: Jaffar has been tested using SDL2_image 2.0.5.
- libpng
- libjpeg
Show a snapshot of a given savestate. It will automatically update if the savestate is modified.
jaffar-show example.sav
Launches the solution Jaffar playback/editor
jaffar-play example.sav example.sol
Indicate where the SDLpop root folder is located:
export SDLPOP_ROOT=$HOME/jaffar-play/extern/SDLPoP
[Optional] Indicate which level file to use. Default: "LEVELS.DAT", i.e., the original game.
export SDLPOP_LEVELS_FILE=$HOME/jaffar/examples/istaria/LEVELS.DAT
Indicates how often will jaffar-show check for updates in the savestate
export JAFFAR2_SHOW_UPDATE_EVERY_SECONDS=1
- Sergio Martin (eien86)