Conversation
…gestionnaire de sauvegardes et une protection de compatibilite pour les mods (AI-assisted)
…hiar/open-goal-launcher into feat/save-data-manager
…ager / corriger le chargement infini et les collisions de cles dans le gestionnaire de sauvegardes (AI-assisted)
…move legacy shared saves / ajouter le sélecteur de jeu, la vue des dossiers régionaux, les info-bulles et supprimer l'ancien partage de sauvegardes (AI-assisted)
…ed" button (both vanilla game & mode)
- remove milestone image (doesn't work properly anyway)
…listing - prevent cross-region save transfers (e.g., PAL to NTSC-U) in UI and backend - allow automatic creation of matching regional folders when transferring to mods - remove ghost default folder from folder grid and switcher tabs - fix destination slot occupancy detection in transfer modal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This MR follows up #1039 that I closed, according to the feedback @trippjoe and suggestions from @Hat-Kid to implement a Saves Manager module
Thanks for the idea, which answers a much larger demand
So the saves manager screen accessible from the
Advancedbutton (In the dropdown list :Open Saves Manager), regardless of which game or mod is currently active on screenFrom this new screen, users can navigate between all games (
Jak 1,Jak 2,Jak 3,Jak X) and switch between vanilla installations or mod directories, even directly from within the save slot view !You also have quick directory refreshes and a direct shortcut to open the active saves folder in the system's file explorer (it will open the folder according to which type of installation you have chosen)
Also, you can see the save folder by region (such as
BASCUS,BESCES, andBISPESC) and allows users to step inside to view and manage 8 available save slots (bank0 -> bank7), and from this view you can easily switch from NTSC-U, PAL, and NTSC-J saves.For each slots, you can :
An option is provided to delete the source file after transfer (basically you just move the save)
If the target slot is already occupied, a warning prompt is displayed and an automatic backup of the replaced file is created in that folder before overwriting
About implementation, to keep the feature non-intrusive, it has been isolated in its own component in order to try to keep the maximum things untouched. I deleted precedent unnecessary ai generated comment and I only wrote the en-US text into the json as the tripp's recommandation