Skip to content

KD-lab-Open-Source/Samogonki

Repository files navigation

Moonshine Runners Community edition

Linux Windows macOS

Original game: Moonshine Runners / Spanking Runners / Самогонки

Developer: LLC "KD VISION" (Kaliningrad) / (с) ООО "КД ВИЖЕН" (Калининград)

All source code except '3rdparty' folder are licensed under GPLv3. '3rdparty' libraries are licensed under original license of certain library. The game is compatible with original release from 1C.

Community in telegram: https://t.me/SamogonkiGame

Where to play

Building

Look into buildscripts:

SDL 2

  1. Clone
git clone --depth 1 --branch release-2.26.5 https://github.com/libsdl-org/SDL.git SDL
  1. Configurate
cmake -B cmake-build-debug -DSDL_SHARED=0 -DSDL_STATIC=1 -DSDL_TEST=0 -DCMAKE_INSTALL_PREFIX=target-debug
  1. Build
cmake --build cmake-build-debug --target install
  1. Copy
mkdir 3rdparty/SDL-2.26.5
cp -r 3rdparty/SDL/target-debug/include 3rdparty/SDL-2.26.5/
cp -r 3rdparty/SDL/target-debug/lib 3rdparty/SDL-2.26.5/

How to run

Copy moonshine-runners binary into original folder of the game and run it. In case of unexpected problems try to unpack resource.pak and set resources=0 in game.ini.

Suppport

Feel free to open bug report on github or ask directly in game telegram channel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •