RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
927 stars 172 forks source link

Blank screen sonic 1 and sonic 2 on SDL2 but I hear the music #418

Closed MSHectorCM closed 10 months ago

MSHectorCM commented 10 months ago

Expected Behavior

Be able to see the screen

Actual Behavior

Running RSDKv4 with the Data.rsdk of Sonic1 or Sonic2 I have a blank screen

Steps to Reproduce

Screenshots

No response

Log File

Sonic1 log.txt

Decompilation Version

autobuild

Game

Sonic 1

Game Version

Mobile (Sega Forever)

Game Revision

3.9.2

Platform

Linux

Additional Comments

MegAmi24 commented 10 months ago

The main menu depends on the HW Renderer, so disabling it means that the menu won't work properly. You'll have to build with the HW Renderer enabled, or you can disable the main menu entirely and skip straight to the game by enabling SkipStartMenu in settings.ini.

MSHectorCM commented 10 months ago

Cool thx I didn't know about SkipStartMenu . Is it any side effects of using skipstartmenu? thx