X-Hax / SA-Mod-Manager

A new mod manager for the Sonic Adventure games.
MIT License
45 stars 13 forks source link

SADX & SA2 GameConfig and GameSettings Updates #140

Closed ItsEasyActually closed 1 week ago

ItsEasyActually commented 1 month ago

After some issues popped up involving the SA2 implementation of the graphics settings, it came to light we needed to rework the system a bit. Currently a PR is open on the sa2-mod-loader repo.

@kellsnc is actively working on updating it and I'm cleaning up the settings on the manager side in the process. This PR will need to sit until that has been completed, and only merged once testing with both in tandem has been completed and updates for both can be released at the same time.

Additionally, this may turn into updating SADX as well for parity on the window handling between both games. This is currently only in the talking phase, and no plans have been set in stone at this time. This PR will be updated if that happens.

ItsEasyActually commented 1 month ago

The branch name is a bit misaligned now, but we have parity between the GameSettings and GameConfig classes for SADX and SA2 going forward for this commit. No plans to commit until it's settled on what all will be done for SADX prior to pushing this to production.

ItsEasyActually commented 1 week ago

As of the most recent push to this branch, it's ready to merge. The final modifications for the SADX Window changes will come at a later date.