Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Sonic the Hedgehog 2 (Mobile Decompilation)"

From PCGamingWiki, the wiki about fixing PC games
m (→‎Video: fix a copypasta error from the Sonic 1 decomp page)
Line 62: Line 62:
 
===Configuration file(s) location===
 
===Configuration file(s) location===
 
{{Game data|
 
{{Game data|
{{Game data/config|Windows|}}
+
{{Game data/config|Windows|{{p|game}}\settings.ini}}
 
}}
 
}}
  
 
===Save game data location===
 
===Save game data location===
 
{{Game data|
 
{{Game data|
{{Game data/saves|Windows|}}
+
{{Game data/saves|Windows|{{p|game}}\SData.bin|{{p|game}}\UData.bin}}
 
}}
 
}}
  
Line 96: Line 96:
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
 
|widescreen resolution      = true
 
|widescreen resolution      = true
|widescreen resolution notes=  
+
|widescreen resolution notes= 424x240; see [[#Widescreen resolution|Widescreen resolution]].
|multimonitor              = unknown
+
|multimonitor              = false
|multimonitor notes        =  
+
|multimonitor notes        = Various script issues.<ref name="uw">[https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation/issues/164 1.1.0 - Various issues with ultrawide resolutions. · Issue #164 · Rubberduckycooly/Sonic-1-2-2013-Decompilation]</ref>
|ultrawidescreen            = unknown
+
|ultrawidescreen            = false
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = Various script issues.<ref name="uw"/>
 
|4k ultra hd                = unknown
 
|4k ultra hd                = unknown
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
 
|fov                        = n/a
 
|fov                        = n/a
 
|fov notes                  =  
 
|fov notes                  =  
|windowed                  = unknown
+
|windowed                  = hackable
|windowed notes            =  
+
|windowed notes            = By default. See [[#Windowed|Windowed]].
|borderless windowed        = unknown
+
|borderless windowed        = false
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
 
|anisotropic                = n/a
 
|anisotropic                = n/a
 
|anisotropic notes          =  
 
|anisotropic notes          =  
|antialiasing              = unknown
+
|antialiasing              = n/a
|antialiasing notes        =  
+
|antialiasing notes        = Screen rotation is not antialiased.
|vsync                      = unknown
+
|vsync                      = hackable
|vsync notes                =  
+
|vsync notes                = See [[#Vertical sync (Vsync)|Vertical sync (Vsync)]].
 
|60 fps                    = true
 
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
|120 fps                    = unknown
+
|120 fps                    = false
|120 fps notes              =  
+
|120 fps notes              = Game speed is tied to frame rate. Run at 60 FPS only.
|hdr                        = unknown
+
|hdr                        = false
 
|hdr notes                  =  
 
|hdr notes                  =  
 
|ray tracing                = unknown
 
|ray tracing                = unknown
Line 125: Line 125:
 
|color blind                = unknown
 
|color blind                = unknown
 
|color blind notes          =  
 
|color blind notes          =  
 +
}}
 +
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
{{Fixbox|description=Custom screen width|ref=<ref name="Keith">{{Refcheck|user=Keith|date=2022-02-12|comment=}}</ref>|fix=
 +
# Open {{file|{{p|game}}\settings.ini}}.
 +
# Adjust <code>ScreenWidth=</code> as needed.
 +
}}
 +
 +
===[[Glossary:Windowed|Windowed]]===
 +
{{ii}} Fullscreen may not work properly on integrated graphics.
 +
 +
{{Fixbox|description=Toggle fullscreen|ref=<ref name="Keith"/>|fix=
 +
# Open {{file|{{p|game}}\settings.ini}}.
 +
# Change <code>FullScreen=false</code> to <code>FullScreen=true</code>.
 +
#* If set to <code>false</code>, window size can be multiplied with <code>WindowScale=1</code>. You can also remove the window decorations and desktop using [https://tanalin.com/en/projects/integer-scaler/ IntegerScaler].
 +
}}
 +
 +
===[[Glossary:Vertical sync (Vsync)|Vertical sync (Vsync)]]===
 +
{{Fixbox|description=Toggle Vsync|ref=<ref name="Keith"/>|fix=
 +
# Open {{file|{{p|game}}\settings.ini}}.
 +
# Change <code>VSync=false</code> to <code>VSync=true</code>.
 
}}
 
}}
  
Line 141: Line 162:
 
|touchscreen              = unknown
 
|touchscreen              = unknown
 
|touchscreen notes        =  
 
|touchscreen notes        =  
|controller support        = unknown
+
|controller support        = true
 
|controller support notes  =  
 
|controller support notes  =  
 
|full controller          = unknown
 
|full controller          = unknown
Line 201: Line 222:
 
|closed captions          = false
 
|closed captions          = false
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost        = unknown
+
|mute on focus lost        = hackable
|mute on focus lost notes  =  
+
|mute on focus lost notes  = See [[#Mute on focus lost|Mute on focus lost]].
 
|eax support              =  
 
|eax support              =  
 
|eax support notes        =  
 
|eax support notes        =  
Line 209: Line 230:
 
|general midi audio        =  
 
|general midi audio        =  
 
|general midi audio notes  =  
 
|general midi audio notes  =  
 +
}}
 +
 +
===Mute on focus lost===
 +
{{ii}} If set to true, disables the game pausing when focus is lost.
 +
 +
{{Fixbox|description=Toggle focus pause|ref=<ref name="Keith"/>|fix=
 +
# Open {{file|{{p|game}}\settings.ini}}.
 +
# Change <code>DisableFocusPause=false</code> to <code>DisableFocusPause=true</code>
 
}}
 
}}
  

Revision as of 17:16, 12 March 2022

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Sonic the Hedgehog 2 (Mobile Decompilation)
Sonic the Hedgehog 2 (Mobile Decompilation) cover
Developers
Original Sonic Team
Publishers
Original Sega
Rubberduckycooly
Release dates
Windows January 17, 2021
macOS (OS X) TBA
Linux TBA
Taxonomy
Modes Singleplayer, Multiplayer
Art styles Cartoon
Series Sonic the Hedgehog
Sonic the Hedgehog 2 (Mobile Decompilation) on HowLongToBeat
Sonic the Hedgehog 2 (Mobile Decompilation) guide on StrategyWiki
Sonic the Hedgehog 2 (Mobile Decompilation) on MobyGames
Sonic the Hedgehog 2 (Mobile Decompilation) on Wikipedia
Sonic the Hedgehog fangames (series)
Sonic CD 1995
Sonic's Schoolhouse 1996
Sonic 3D Blast (series)
Sonic & Knuckles Collection 1997
Sonic R (series)
Sonic Adventure (series)
Sonic Heroes 2004
Sonic Mega Collection Plus 2006
Sonic Riders 2006
Sonic Racing (series)
Sonic the Hedgehog 2010
Dr. Robotnik's Mean Bean Machine 2010
Sonic Spinball 2010
Sonic the Hedgehog 2 2011
Sonic 3 & Knuckles 2011
Sonic Generations 2011
Sonic CD (2012) 2012
Sonic the Hedgehog 4: Episode I 2012
Sonic the Hedgehog 4: Episode II 2012
Sonic Dash 2014
Sonic Lost World 2015
Sonic Mania 2017
Sonic Forces 2017
Sonic the Hedgehog (Mobile Decompilation) 2021
Sonic the Hedgehog 2 (Mobile Decompilation) 2021
Sonic Colors: Ultimate 2021
Sonic Origins 2022
Sonic Frontiers 2022
The Murder of Sonic the Hedgehog 2023
Sonic Superstars 2023
Sonic Dream Team 2023
Sonic X Shadow Generations 2024

Sonic the Hedgehog 2 (Mobile Decompilation) is a singleplayer and multiplayer game in the Sonic the Hedgehog series.

Key points

An open-source decompilation of Sonic 2 (2013). Requires the Data.rsdk file extracted from the mobile version's APK to run.
Allows the game to be displayed with nearest-neighbor and pixel-perfect scaling, remappable keyboard and controller mapping editing via its settings.ini, native modding support, and full support of the updated scripts from the mobile version, allowing for features the official PC version never received.

Availability

Source DRM Notes Keys OS
Developer website
DRM-free
Windows
Non-Windows support requires building from source.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\settings.ini[Note 1]

Save game data location

System Location
Windows <path-to-game>\SData.bin[Note 1]
<path-to-game>\UData.bin[Note 1]

Save game cloud syncing

No save game cloud syncing information; you can edit this page to add it.

Video

Graphics feature State Notes
Widescreen resolution
424x240; see Widescreen resolution.
Multi-monitor
Various script issues.[1]
Ultra-widescreen
Various script issues.[1]
4K Ultra HD
Field of view (FOV)
Windowed
By default. See Windowed.
Borderless fullscreen windowed
See the glossary page for potential workarounds.
Anisotropic filtering (AF)
Anti-aliasing (AA)
Screen rotation is not antialiased.
Vertical sync (Vsync)
See Vertical sync (Vsync).
60 FPS
120+ FPS
Game speed is tied to frame rate. Run at 60 FPS only.
High dynamic range display (HDR)

Widescreen resolution

Custom screen width[2]
  1. Open <path-to-game>\settings.ini.
  2. Adjust ScreenWidth= as needed.

Windowed

Fullscreen may not work properly on integrated graphics.
Toggle fullscreen[2]
  1. Open <path-to-game>\settings.ini.
  2. Change FullScreen=false to FullScreen=true.
    • If set to false, window size can be multiplied with WindowScale=1. You can also remove the window decorations and desktop using IntegerScaler.

Vertical sync (Vsync)

Toggle Vsync[2]
  1. Open <path-to-game>\settings.ini.
  2. Change VSync=false to VSync=true.

Input

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
Closed captions
Mute on focus lost
See Mute on focus lost.

Mute on focus lost

If set to true, disables the game pausing when focus is lost.
Toggle focus pause[2]
  1. Open <path-to-game>\settings.ini.
  2. Change DisableFocusPause=false to DisableFocusPause=true

Localizations

Language UI Audio Sub Notes
English

Other information

API

Executable 32-bit 64-bit Notes
Windows
macOS (OS X)
Linux

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum
Operating system (OS)
Processor (CPU)
System memory (RAM)
Hard disk drive (HDD)

Notes

  1. 1.0 1.1 1.2 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).

References