A modern re-implementation of the classic Swedish point-and-click adventure game Jönssonligan: Jakten på Mjölner.
openjonsson_demo.mp4
OpenJönsson uses original game assets. You need to provide your own legitimate copy of Jönssonligan: Jakten på Mjölner to proceed.
Extract and process the assets using cgex. The easiest way to do this is by using the provided docker container. After all of the image and audio assets have been extracted, the images are upscaled from the original 480x360 resolution to 1920x1440.
- Create a
disc_contentsdirectory and aresourcesdirectory for the output. - Insert game CD or mount your .iso and copy everything on the CD into the
disc_contentsfolder. - Run the docker container with the command below. This can take a while.
mkdir disc_contents
mkdir resources
docker run --rm \
-v ./disc_contents:/input:ro \
-v ./resources:/output \
kottz/cgex:latestThen clone the project if you haven't already and copy the resources folder to static/resources in the OpenJönsson repository.
git clone https://github.com/kottz/openjonsson
cp -r resources openjonsson/static/
cd openjonsson
cargo run --releaseOpenJönsson is not affiliated with Korkeken AB or the original game creators. You must provide original game assets from a legally acquired copy.