Hamcha / Kart-Public

SRB2 Kart Public (Switch Port)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

This fork aims to support the Nintendo Switch.

Installation Instructions

You can find downloads in releases.

  1. Make sure your Switch can run homebrew.
  2. Extract the contents of the zip to the root of your SD card.
  3. Start SRB2Kart via hbmenu (or whatever method you prefer).

NOTE: This game requires full RAM access. This means you can't launch hbmenu from the album applet when running this. With the latest Atmosphere build and its default config, you can hold R while starting any game to open hbmenu with full RAM access.

Update Instructions

Extract the contents of the update patch to the root of your SD card. Overwrite any files that might conflict.

Features

  • Full online support
  • Full mouse/keyboard support
  • Full software keyboard support

Notes

  • I've included a kartconfig.cfg that sets the resolution to 800x450 by default. It doesn't really do anything else so you can leave it out if you'd like.
  • The game takes a bit to boot. A faster SD card may help with this.
  • Without a config file, the game's default resolution is 320x200. I recommend setting it to 800x450 for the best balance of performance and visuals.
  • The game continues to run while on the Switch's home screen when you are unable to pause to prevent lag-switching.
  • If you want to play the game with mouse/keyboard, you'll have to bind most of the buttons yourself.
  • All button bindings are set to match the Xbox controller layout (Xbox A -> Switch B, Xbox X -> Switch Y, etc.)

Compilation

Dependencies

  • NASM (x86 builds only)
  • SDL2 (Linux/OS X only)
  • SDL2-Mixer (Linux/OS X only)
  • libupnp (Linux/OS X only)
  • libgme (Linux/OS X only)

Compiling

See SRB2 Wiki/Source code compiling. The compiling process for SRB2Kart is largely identical to SRB2.

Switch

Follow the instructions here, using the following make command:

make -C src/ SWITCH=1

Or, if you want to enable network debugging:

make -C src/ SWITCH=1 ENABLE_NXLINK=1

If you plan on switching flags, make sure to run make clean first.

More complete build instructions coming soon(TM).

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.

I (heyjoeway), STJr, Kart Krew, or the SRB2MB are in no way responsible if this port somehow manages to break your Switch.

About

SRB2 Kart Public (Switch Port)

License:GNU General Public License v2.0


Languages

Language:C 77.5%Language:C++ 13.0%Language:Shell 2.2%Language:Visual Basic 1.1%Language:PHP 1.0%Language:Roff 0.9%Language:Assembly 0.8%Language:Makefile 0.8%Language:C# 0.5%Language:CMake 0.4%Language:Ada 0.4%Language:Objective-C 0.3%Language:Pascal 0.3%Language:HTML 0.2%Language:DIGITAL Command Language 0.1%Language:M4 0.1%Language:JavaScript 0.1%Language:Batchfile 0.1%Language:Java 0.0%Language:CLIPS 0.0%Language:Python 0.0%Language:Perl 0.0%Language:TSQL 0.0%Language:Module Management System 0.0%Language:SAS 0.0%Language:Pawn 0.0%