emoose / OutRun2006Tweaks

Turning and spinning and spinning and turning, woah!
MIT License
21 stars 0 forks source link

Optionally remove online-related features from main menu #13

Open lance8765 opened 2 weeks ago

lance8765 commented 2 weeks ago

Hi again, i wonder if' it's possible to add an option to toggle online features on/off from the main menu (see screenshot, circled in green)

340351974-664777bb-9c6d-4d89-a5be-d7e715b881d3

emoose commented 2 weeks ago

I think all these options are stored in the texture files, makes it a little difficult to locate the code for them unfortunately since I can't just search for "SIGN-IN" in the code. (since I only have debug symbols for the original Outrun 2 SP I don't really have much visibility into the C2C code neither, hoping some prototype version of C2C might appear some day which includes symbols with it...)

If texture swapping is added I guess the sign-in stuff could probably just be erased from the texture file to hide them, the multiplayer option might take a bit more work to remove though.

emoose commented 1 week ago

Ah seems that the sign-in / "Not Signed In" text isn't a texture, found a way to stop game drawing those, added it in 0.3.0 as HideOnlineSigninText: https://github.com/emoose/OutRun2006Tweaks/releases/tag/v0.3.0

It still shows the F1 button at the bottom though, haven't found where that gets drawn yet...