Sonic CD Plus Plus
From Sonic Retro
Sonic CD Plus Plus |
---|
Version: 1.0 |
Last release: 20 June 2009 |
System: Sega Mega-CD |
Original game: Sonic the Hedgehog CD |
Credits: qiuu, snkenjoi |
SonicCD++ (or Sonic CD Plus Plus) is a hack of Sonic the Hedgehog CD by qiuu and snkenjoi, adding the Sonic the Hedgehog 2 (16-bit) style Spin Dash and the newer Homing Attack into the game. This enables the gameplay to be significantly speedier, while Sonic CD is known to be one of the more slow-paced games in the classic Sonic series.
Contents
New features
- Sonic the Hedgehog 2 style Spin dash (hold to duck, press // to charge)
- Sonic the Hedgehog Megamix style Homing Attack (pressing // while in a ball)
- Air Roll (when in the air without being in a ball, press /// to curl into a ball)
- Air speed cap removed
- Mini-Sonic can now do the spin dash.
Download
Download Sonic CD++ US version (v 1.0) (18.51 MB) (info) EU version (v 1.0) (17.2 MB) (info) JP version (v 1.0) (17.2 MB) (info) Option Select Tool (11 kB) (info)
|
Playing on Sega CD / Mega-CD with Redbook Audio (Music)
Required Software
- SegaCueMaker by RacketBoy
- Fre:ac CD Audio Ripper (To extract the music from the original game)
- CD image burning software such as ImgBurn (Free)
Patching your copy of Sonic CD to Sonic CD++
1. Place the Sonic CD++ ISO File (extracted from the 7z archive) into it's own folder.
Skip Steps 2 - 7 if you already have the Audio files from the game. Instead, just copy them to the same folder as the ISO.
2. Insert your copy of Sonic CD into your computer. Run Fre:ac and Click the "Add from CD" Button.
3. If prompted to choose a CDDB record, click Cancel.
4. Now Click Options > General Settings
5. Choose Windows Wave File Output, Select the output directory to be the location of the ISO file, and change Filename pattern to <track>
6. Click OK and then click the green play button to start the encoding
7. Now your Project folder should have the ISO plus all the CD audio files from your copy of Sonic CD.
8. Run SegaCueMaker and browse to this folder.
9. Click Generate Cue
10. You should see output as shown below. Now click Save Cue
11. It's good practise to name the Cue the same as the ISO - for the US version this is SonicCD++_(U).cue
12. Run your CD Burning Software (ImgBurn shown here) and Select the option to Write an Image File.
13. Select the SonicCD++_(U).cue file, Insert a Blank CD-R and click Burn. You must select the .cue not the .iso file!
Once the CD burning is finished you now have Sonic CD++ complete with music!
Note: This technique allows you to also mix and match soundtracks, for example, you can have the EU/JP soundtrack with the US Sonic CD++ ISO (this has been tested and confirmed to work.)
Development history
Everything started with snkenjoi asking qiuu whether he had attempted making a Sonic the Hedgehog CD hack yet (which he had of course not), upon which qiuu brought up Mad Echidna's offer from a year back to pay $100 to the first person to put the Spin Dash from Sonic the Hedgehog 2 (16-bit) into Sonic CD. While qiuu doubted that it was up to date, it got snkenjoi motivated to start attempting to insert the move into the game. So, had it not been for either of these two (snkenjoi and MadEchidna), the project wouldn't have even started in the first place.So for some time, qiuu mostly kept passive, merely giving advice to snkenjoi every now and then--but seeing the progress, he felt more and more like joining in. So parallel to snkenjoi's work, he started writing a tool that would make finding and inserting new content into the Sonic CD ISO image a lot easier. Being done with that, qiuu set up an SVN repository marking the starting point of the two's collaboration. With the Spin Dash already halfway implemented, qiuu implemented the Homing Attack, which turned out to be significantly less difficult to add. From here, it was simply a case of further developing the code in order to insert the additional features into the game--and notably, repeatedly trying to find free space to fit them in! The authors thank Tweaker for helping with this by mentioning the unused Sonic sprites, and MKAmeX for contributing Spin Dash sprites for the shrunken form Sonic assumes during some of Metallic Madness Zone.
Despite only taking around a week to accomplish, most of the development time was spent fixing bugs that had appeared. The final touch, again upon Tweaker's suggestion, was adding the air roll, which took barely ~20 minutes in the end.
In the end, it was a fun challenge.
Insight into the technical aspects of the hacking process
Contrary to what one may believe, no working disassembly was made of any of the MMD files within the Sonic CD ISO image, though one or two were used as a reference at times. In essence, the technique that was used is hex hacking without a Hex editor: Code that is to be inserted is written in assembly language, and then assembled into bytecode. The location the code or data is inserted into is automatically detected by the program, which identifies routines by their bytecode. From here, the new code can be inserted into locations of known unused space. If a section of the code refers to routines or data from within the MMD, it additionally has to be patched after having been assembled. For the game to run this code, either existing jumps in game have to be hijacked, or code must be overwritten to point to the locations of the injected code, with the overwritten data being relocated at the jump destination to ensure correct program flow.
Source code is available upon request.
Credits
- qiuu & snkenjoi: main coding and implementation
- MKAmeX: sprites for the Spin Dash of small Sonic
- Mad Echidna: motivation through his $100 code bounty for the S2 Spin Dash in SCD
- Tweaker: various suggestions and advice
External links
- Sonic CD++ release topic at Sonic Retro Message Board
- Mad Echidnas's topic offering a $100 bounty for S2's Spin Dash in SCD