mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 11:40:52 +00:00
Merge branch 'master' of git@git.magicalgirl.moe:KartKrew/Kart-Public.git
This commit is contained in:
commit
969d606c6b
2 changed files with 8 additions and 10 deletions
12
README.md
12
README.md
|
@ -1,10 +1,6 @@
|
||||||
# Sonic Robo Blast 2
|
# SRB2Kart
|
||||||
|
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/399d4hcw9yy7hg2y?svg=true)](https://ci.appveyor.com/project/STJr/srb2)
|
[SRB2Kart](https://srb2.org/mods/) is a kart racing mod based on the 3D Sonic the Hedgehog fangame [Sonic Robo Blast 2](https://srb2.org/), based on a modified version of [Doom Legacy](http://doomlegacy.sourceforge.net/).
|
||||||
[![Build status](https://travis-ci.org/STJr/SRB2.svg?branch=master)](https://travis-ci.org/STJr/SRB2)
|
|
||||||
[![CircleCI](https://circleci.com/gh/STJr/SRB2/tree/master.svg?style=svg)](https://circleci.com/gh/STJr/SRB2/tree/master)
|
|
||||||
|
|
||||||
[Sonic Robo Blast 2](https://srb2.org/) is a 3D Sonic the Hedgehog fangame based on a modified version of [Doom Legacy](http://doomlegacy.sourceforge.net/).
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- NASM (x86 builds only)
|
- NASM (x86 builds only)
|
||||||
|
@ -15,7 +11,7 @@
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
See [SRB2 Wiki/Source code compiling](http://wiki.srb2.org/wiki/Source_code_compiling)
|
See [SRB2 Wiki/Source code compiling](http://wiki.srb2.org/wiki/Source_code_compiling). The compiling process for SRB2Kart is largely identical to SRB2.
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
Sonic Team Junior 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.
|
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.
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
# MD5 generation
|
# MD5 generation
|
||||||
set(SRB2_ASSET_ALL
|
set(SRB2_ASSET_ALL
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/srb2.srb
|
${CMAKE_CURRENT_SOURCE_DIR}/srb2.srb
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/patch.dta
|
#${CMAKE_CURRENT_SOURCE_DIR}/patch.dta
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/patch.kart
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/gfx.kart
|
${CMAKE_CURRENT_SOURCE_DIR}/gfx.kart
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/textures.kart
|
${CMAKE_CURRENT_SOURCE_DIR}/textures.kart
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/chars.kart
|
${CMAKE_CURRENT_SOURCE_DIR}/chars.kart
|
||||||
|
@ -18,7 +19,8 @@ set(SRB2_ASSET_ALL
|
||||||
|
|
||||||
set(SRB2_ASSET_HASHED
|
set(SRB2_ASSET_HASHED
|
||||||
srb2.srb
|
srb2.srb
|
||||||
patch.dta
|
#patch.dta
|
||||||
|
patch.kart
|
||||||
gfx.kart
|
gfx.kart
|
||||||
textures.kart
|
textures.kart
|
||||||
chars.kart
|
chars.kart
|
||||||
|
|
Loading…
Reference in a new issue