customVariables - PS3 & PSN Update#788
Open
Immersion95 wants to merge 1 commit intoSteamGridDB:masterfrom
Open
customVariables - PS3 & PSN Update#788Immersion95 wants to merge 1 commit intoSteamGridDB:masterfrom
Immersion95 wants to merge 1 commit intoSteamGridDB:masterfrom
Conversation
customVariables - PS3 & PSN Update
86e1154 to
af867d4
Compare
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.
Summary
This PR updates the Steam ROM Manager title maps for PlayStation 3 by regenerating the PS3 (Disc) and PSN dictionaries using authoritative sources, adding region suffixes, and ensuring unique display names (no collisions).
Data Sources
PS3DB – GameTDB – PS3 database
Used as the primary source for PS3 disc titles and as a fallback source for PSN entries when needed.
PS3 Developer Wiki – TITLE_ID
Used as the primary naming reference for PSN (NP*) entries.
Source: https://www.psdevwiki.com/ps3/index.php?title=TITLE_ID&modqueued=1
Merge Logic
PS3 (Disc)
{ "PS3": { "TITLEID": "Name", ... } }
PSN
Region Handling
Region suffixes are appended based on the 3rd character of the TitleID.
Disc Regions:
A=Asia, C=China, E=Europe, H=Hong Kong, J=Japan, K=Korea, U=USA
PSN Regions:
A=Asia, E=Europe, H=Hong Kong, J=Japan, K=Korea, U=USA
If a region letter is not recognized, the region is set to (Unknown).
Naming Rules
Default format:
Title (Region)
Collision handling (Steam-safe):
If multiple TitleIDs would resolve to the same Title (Region), the TitleID is appended:
Title (Region) (TITLEID)
Homebrew Handling
Homebrew / non-Sony entries are retained and explicitly marked:
(Homebrew)
Included entries:
HTML Duplicate TitleID Resolutions (same TitleID, multiple names)
Resolved selections:
Now that ISOs are handled directly by RPCS3 (it can use the ISO filename for display), the disc category is not strictly required anymore; it’s included here mainly for reference. The important part of this PR is the PSN mapping.
Current entry counts: