[Android} No ability to switch games/Data.rsdk files
Opened this issue · 2 comments
Expected Behavior
User is able to switch game inside/outside the app
Actual Behavior
App is restricted to one game/file in its folder and settings
Steps to Reproduce
- Install APK from Releases page.
- Set up Data.rsdk file as normal for chosen game.
- This is now the only game playable.
On desktop computers this is a non-issue, since you can simply set up multiple directories each with separate Data.rsdk files for different games.
Issue #380 suggests a launcher which I understand is outside the scope of this project. However unlike in Windows, Linux, etc. you can (usually) only have one instance of an app installed.
Rather than have 2-3 separate apps or a fancy in-app launcher, what about something like the following:
settings.ini's DataFile=Data.rsdk
is instead something like DataFile=Data.rsdk,Data2.rsdk,Data3.rsdk
for different games?
Alternatively, DataFile=Data.rsdk
, DataFile2=Data2.rsdk
etc,
It would load the first RSDK file as normal, but a Dev Menu option allows the user to select one of the others and restart the app with the chosen data file.
Screenshots
No response
Log File
No response
Decompilation Version
N/A
Game
Sonic 2
Game Version
Mobile (Sega Forever)
Game Revision
No response
Platform
Android 11
Additional Comments
No response
@stxticOVFL planned to bring over the directory system from the RSDKv5(U) decomp, however she never did so. Would be cool to see, so I'll leave this issue open as a feature request.
I'd suggest having 2 separated folders and 2 different apks for the games (such as RSDKv4 and RSDKv4_2). Would probably be an easy fix.