Skip to content

Commit

Permalink
Ok last thing i promise [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 authored May 31, 2024
1 parent 8452a4d commit 08a9800
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ A: A likely reason for this is that you put the decomp in a directory in your us
### Q: I found a bug!
A: Submit an issue in the Issues tab and we might fix it. Keep in mind that this is a decompilation, so bugs that exist in official releases will most likely not be fixed here.


# Using Blit/Steam RSDK Files
### Q: Why is the titlecard text slightly offset when playing in widescreen?
A: This is a known issue that is caused by the scripts from this version of the game. You can either use a mod that modifies `TitleCards/R[X]_TitleCard.txt` to fix it, or simply set the `screenWidth` option in settings.ini to 400 to match the intended value used in the original release.

### Q: Why is there a weird spot on the title screen when playing in widescreen?
A: Similar to above, this is a script issue. You can fix it via a mod or by changing the screen width.


# Using Mobile RSDK Files
### Q: Why does pressing B pause the game during gameplay?
A: This is a known script issue with most Sega Forever versions of the game. Using the [decompiled scripts](https://github.com/Rubberduckycooly/Sonic-CD-2011-Script-Decompilation) should fix it.
Expand All @@ -34,6 +36,7 @@ A: This happens when using the Software Renderer, you can fix this by setting `H
### Q: Why don't the video files from the mobile version of the game work?
A: The decompilation only supports the OGV video files from the Blit/Steam version of the game.


# Using Origins RSDK Files
You can find a guide for fixing most of these issues [here](https://gamebanana.com/tuts/16686).

Expand All @@ -49,6 +52,10 @@ A: By default, the game mode is set to Classic Mode, which disables the Drop Das
### Q: How do I play as Knuckles or Amy?
A: Sonic Team implemented Knuckles and Amy in a way where they aren't playable on the decomp out of the box. This can be fixed via mods. There are also checks implemented in the engine to prevent playing as these characters on release builds and autobuilds.

### Q: Why is the DLC disabled in release builds and autobuilds?
A: Long story short, it's to minimize piracy and ensure an extra layer of legal protection for Sonic Origins Plus. Giving players paid content for free is not the goal of this project.


# Miscellaneous
### Q: Will you do a decompilation for Sonic 1/Sonic 2?
A: I already have! You can find it [here](https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation).
Expand Down

0 comments on commit 08a9800

Please sign in to comment.