You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for "Invert checked Hidden" and "Disable checked Hidden"
in the right-click context menu of the SectionView in the Query window.
Disable checked Hidden:
Executing "Disable checked Hidden" will set the Valid of the checked Hidden sections to Disable, and update the settings written to the Hidden configuration file at the "path to PS4CheaterNeo\sections\[GAME_ID].conf" path.
To revert, manual editing of the conf file is required, changing the Valid of the Hidden sections from False to True.
Note: The Query window needs to Refresh Processes to incorporate the new Hidden conf settings.
//When opening JSON or SHN files, if cheats have the same description, they will automatically be numbered. When saving the file, the automatically added numbers will be removed.
on=Regex.Replace(on,@"(\w\w)(?=\w)",@"$1-");//Separate Hex values with "-"
959
+
off=Regex.Replace(off,@"(\w\w)(?=\w)",@"$1-");//Separate Hex values with "-"
960
+
//When opening JSON or SHN files, if cheats have the same description, they will automatically be numbered. When saving the file, the automatically added numbers will be removed.
MessageBox.Show(string.Format("Hidden Sections data (sections{0}{1}.conf) was not found locally. \nYou need to enable the \"WriteHiddenSectionConf\" option and \nrestart the Query window to initialize the configuration file.",Path.DirectorySeparatorChar,mainForm.GameID),"Scan",MessageBoxButtons.OK);
"SectionViewDisableCheckedHiddenWarning": "Warning! \n\nExecuting \"Disable checked Hidden\" will set the Valid of the checked Hidden sections to Disable, and update the settings written to the Hidden configuration file at the \"path to PS4CheaterNeo\\sections\\[GAME_ID].conf\" path. \n\nTo revert, manual editing of the conf file is required, changing the Valid of the Hidden sections from False to True. \n\nDo you want to continue executing? \n\nNote: The Query window needs to Refresh Processes to incorporate the new Hidden conf settings.",
"SectionViewInvertCheckedHidden": "Inverser les éléments masqués cochés",
87
+
"SectionViewDisableCheckedHidden": "Désactiver les éléments masqués cochés",
88
+
"SectionViewDisableCheckedHiddenWarning": "Attention ! \n\nL'exécution de \"Désactiver les sections cachées cochées\" définira la validité des sections cachées cochées sur Désactiver, et mettra à jour les paramètres écrits dans le fichier de configuration caché situé dans le chemin \"path to PS4CheaterNeo\\sections\\[GAME_ID].conf\". \n\nPour revenir en arrière, une édition manuelle du fichier de configuration est nécessaire, en changeant la validité des sections cachées de Faux à Vrai. \n\nVoulez-vous continuer l'exécution ? \n\nRemarque : La fenêtre de requête doit actualiser les processus pour incorporer les nouveaux paramètres de configuration cachés.",
"SectionViewUnCheckAllHidden": "Alle versteckten nicht überprüfen",
86
+
"SectionViewInvertCheckedHidden": "Ausgewählte versteckte Elemente umkehren",
87
+
"SectionViewDisableCheckedHidden": "Ausgewählte versteckte Elemente deaktivieren",
88
+
"SectionViewDisableCheckedHiddenWarning": "Warnung! \n\nDie Ausführung von \"Ausgewählte versteckte deaktivieren\" setzt die Gültigkeit der ausgewählten versteckten Abschnitte auf Deaktiviert und aktualisiert die Einstellungen, die in der versteckten Konfigurationsdatei im Pfad \"path to PS4CheaterNeo\\sections\\[GAME_ID].conf\" geschrieben wurden. \n\nZurückkehren erfordert manuelles Bearbeiten der Konfigurationsdatei, indem die Gültigkeit der versteckten Abschnitte von Falsch auf Wahr geändert wird. \n\nMöchten Sie mit der Ausführung fortsetzen? \n\nHinweis: Das Abfragefenster muss die Prozesse aktualisieren, um die neuen versteckten Konfigurationseinstellungen zu übernehmen.",
0 commit comments