From 0f811593ac9fe9ebabb01912d92d2ec2d6a22e94 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Fri, 16 Nov 2018 02:46:59 -0500 Subject: [PATCH 1/3] Basic readme for public repo --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7d92ab303..5a8c98329 100644 --- a/README.md +++ b/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) -[![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/). +[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/). ## Dependencies - NASM (x86 builds only) @@ -15,7 +11,7 @@ ## 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 -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. From 3c871c31f8be15beb5aa703d727b9957abf8d427 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Mon, 19 Nov 2018 13:55:33 -0500 Subject: [PATCH 2/3] Update CMakeLists.txt --- assets/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/CMakeLists.txt b/assets/CMakeLists.txt index a24c29ea4..5c28b1299 100644 --- a/assets/CMakeLists.txt +++ b/assets/CMakeLists.txt @@ -3,7 +3,7 @@ # MD5 generation set(SRB2_ASSET_ALL ${CMAKE_CURRENT_SOURCE_DIR}/srb2.srb - ${CMAKE_CURRENT_SOURCE_DIR}/patch.dta + ${CMAKE_CURRENT_SOURCE_DIR}/patch.kart ${CMAKE_CURRENT_SOURCE_DIR}/gfx.kart ${CMAKE_CURRENT_SOURCE_DIR}/textures.kart ${CMAKE_CURRENT_SOURCE_DIR}/chars.kart @@ -15,7 +15,7 @@ set(SRB2_ASSET_ALL set(SRB2_ASSET_HASHED srb2.srb - patch.dta + patch.kart gfx.kart textures.kart chars.kart From 2a2d32ec3c958a1ea6ce757c0638787aea0055ac Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Mon, 19 Nov 2018 18:22:11 -0500 Subject: [PATCH 3/3] Restore patch.dta, but commented out just in case. --- assets/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/CMakeLists.txt b/assets/CMakeLists.txt index 5c28b1299..72124c1bd 100644 --- a/assets/CMakeLists.txt +++ b/assets/CMakeLists.txt @@ -3,6 +3,7 @@ # MD5 generation set(SRB2_ASSET_ALL ${CMAKE_CURRENT_SOURCE_DIR}/srb2.srb + #${CMAKE_CURRENT_SOURCE_DIR}/patch.dta ${CMAKE_CURRENT_SOURCE_DIR}/patch.kart ${CMAKE_CURRENT_SOURCE_DIR}/gfx.kart ${CMAKE_CURRENT_SOURCE_DIR}/textures.kart @@ -15,6 +16,7 @@ set(SRB2_ASSET_ALL set(SRB2_ASSET_HASHED srb2.srb + #patch.dta patch.kart gfx.kart textures.kart