Blankart OpenXR VR fork
Find a file
GenericHeroGuy 20396e14cb Operation: Save Megablock Castle
Two new finish line flags:
Single-Use, to make a finish line that only works on lap 0 and nowhere else
Require Sector Special, for the maps with FOF finish lines

For waypoints, the "flip finish line" flag on arg0 has been removed.
Instead, arg4 is now dedicated to holding flags applied to the finish line.
2025-05-06 20:43:31 +02:00
.circleci Remove NASM from circle ci 2025-03-24 22:36:04 -04:00
android
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 Operation: Save Megablock Castle 2025-05-06 20:43:31 +02:00
src Operation: Save Megablock Castle 2025-05-06 20:43:31 +02:00
thirdparty Some Cmake fixes 2025-05-01 20:03:51 -04:00
toolchain Clang fixes 2025-05-01 15:16:53 -04:00
tools Remove ASM 2025-03-24 22:35:18 -04:00
.gitattributes
.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
appveyor.yml Remove ASM 2025-03-24 22:35:18 -04:00
CMakeLists.txt Some Cmake fixes 2025-05-01 20:03:51 -04:00
comptime.bat use fallback complast to fix compile issues 2024-09-11 09:57:11 -04:00
comptime.mk
comptime.sh readd exec permission 2024-09-11 14:42:04 -04:00
debian_template.sh
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.