Blankart OpenXR VR fork
Find a file
2025-04-29 19:43:36 -04:00
.circleci Remove NASM from circle ci 2025-03-24 22:36:04 -04:00
android SRB2 2.1 release 2014-03-15 13:11:35 -04:00
assets Fix file extensions on the license files 2025-04-25 16:59:06 +02:00
cmake Remove ASM 2025-03-24 22:35:18 -04:00
debian-template Remove ASM 2025-03-24 22:35:18 -04:00
deployer Get this working 2024-07-28 22:37:38 -04:00
extras Make bots drift 2025-04-25 16:21:57 -04:00
src Fix off by one in discord rpc 2025-04-29 19:43:36 -04:00
thirdparty xxHash 0.8.3 2025-04-25 17:46:40 +02:00
tools Remove ASM 2025-03-24 22:35:18 -04:00
.gitattributes avoid the source code from getting the wrong EOL 2019-09-20 12:32:18 -04:00
.gitignore .gitignore: add CMakeUserPresets.json 2024-10-15 04:44:14 -04:00
.travis.yml Merge branch 'master' into the-scary-22-merge 2020-08-12 20:59:09 -04:00
Android.mk SRB2 2.1 release 2014-03-15 13:11:35 -04:00
appveyor.yml Remove ASM 2025-03-24 22:35:18 -04:00
CMakeLists.txt Fix ccache compile error 2025-03-31 13:19:34 -04:00
comptime.bat use fallback complast to fix compile issues 2024-09-11 09:57:11 -04:00
comptime.mk SRB2 2.1 release 2014-03-15 13:11:35 -04:00
comptime.sh readd exec permission 2024-09-11 14:42:04 -04:00
debian_template.sh Implement deployer scripts for Travis -- OSX and Linux package building [Kart merge] 2018-12-30 15:41:58 -05:00
LICENSE Fix file extensions on the license files 2025-04-25 16:59:06 +02:00
LICENSE-3RD-PARTY xxHash 0.8.3 2025-04-25 17:46:40 +02:00
README.md Include compile instructions. 2025-04-18 17:56:49 +00:00
srb2.png Remove rest pf RingRacers Refs 2024-08-16 12:09:50 -04:00
srb2banner.png Remove rest pf RingRacers Refs 2024-08-16 12:09:50 -04:00

SRB2Kart

SRB2Kart is a kart racing mod based on the 3D Sonic the Hedgehog fangame Sonic Robo Blast 2, based on a modified version of Doom Legacy.

Dependencies

  • SDL2 (Linux/OS X only)
  • SDL2-Mixer (Linux/OS X only)
  • libupnp (Linux/OS X only)
  • libgme (Linux/OS X only)
  • libopenmpt (Linux/OS X only)

Compiling

Linux:

git clone https://codeberg.org/NepDisk/blankart.git
cd blankart
mkdir build
cd build
cmake ..
make -j$(nproc)

Windows MSYS2:

git clone https://codeberg.org/NepDisk/blankart.git
cd blankart
mkdir build
cd build
cmake -G "MSYS Makefiles" ..ƒƒ
./_deps/sdl2_mixer-src/external/download.sh
cmake -G "MSYS Makefiles" ..ƒƒ
make -j$(nproc)

Disclaimer

Kart Krew is in no way affiliated with SEGA or Sonic Team. We do not claim ownership of any of SEGA's intellectual property used in SRB2.