Blankart OpenXR VR fork
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. |
||
|---|---|---|
| .circleci | ||
| android | ||
| assets | ||
| cmake | ||
| debian-template | ||
| deployer | ||
| extras | ||
| src | ||
| thirdparty | ||
| toolchain | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| Android.mk | ||
| appveyor.yml | ||
| CMakeLists.txt | ||
| comptime.bat | ||
| comptime.mk | ||
| comptime.sh | ||
| debian_template.sh | ||
| LICENSE | ||
| LICENSE-3RD-PARTY | ||
| README.md | ||
| srb2.png | ||
| srb2banner.png | ||
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.