Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

heyjoeway/SRB2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonic Robo Blast 2

latest release

Nintendo Switch

Sonic Robo Blast 2 is a 3D Sonic the Hedgehog fangame 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 SRB2 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 config.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 "correctly" out-of-the-box. You might want to tweak them to your liking though.

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)
  • libopenmpt (Linux/OS X only)

Compiling

See SRB2 Wiki/Source code compiling

Switch

Follow the instructions here, using the following make command:

make PLATFORM=Switch

Or, if you want to enable network debugging:

make PLATFORM=Switch NXLINK=1

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

More complete build instructions coming soon(TM).

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.

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

About

SRB2 Public (Switch Port)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.5%
  • C++ 6.5%
  • Shell 2.5%
  • Roff 1.1%
  • VBA 1.0%
  • Makefile 0.9%
  • Other 4.5%