Structure
Layout
This is what a typical barebones PlayStation Home CDN looks like:
.
βββ Config/
β βββ Config_<language>-<COUNTRY>.sharc
βββ Environments/
β βββ SceneList.xml
βββ Objects/
β βββ ObjectCatalogue_5_SCE<A/E/J/Asia>.hcdb
βββ c.home/
β βββ Objects/
β β βββ <Object UUID>/
β β βββ <name>_T<XXX>.sdat
β β βββ <name>_T<XXX>.odc
β β βββ <small/large/maker>[_T<XXX>].png
β βββ Scenes/
β βββ <Scene ID>/
β βββ <name>_T<XXX>.sdat
β βββ <name>_T<XXX>.sdc
β βββ <small/large/maker>[_T<XXX>].png
βββ <a/e/j/asia>.home/
β βββ hosted/
β βββ mfe/
βββ CommercePoints/
βββ Localisation/
β βββ DynamicLocalisation.xml
βββ Maintenance/
β βββ <A/E/J/H>/
β βββ MaintenanceMessage.xml
β βββ MaintenanceMessageOld.xml
βββ Screens/
β βββ <Scene ID>/
β βββ <Scene ID>_<language>-<COUNTRY>.xml
β βββ <A/E/J/H>/
β βββ <Scene ID>_<language>-<COUNTRY>.xml
βββ ProfanityDictionary/
β βββ ProfanityDictionary_<language>-<COUNTRY>.bin
βββ nav/
β βββ <A/E/J/H>/
β β βββ Navigator_SCE<A/E/J/H>.xml
β βββ NavigatorRoot.xml
βββ tss/
β βββ coreHztFmpQrx<XXXX>_<language>-<COUNTRY>.xml
βββ ...Files
Some of these folders were originally stored under c.home/prod/live/ in from 2008 to early 2011.
ConfigEnvironments: Originally stored underc.home/prod/live/.Objectsc.home: main root for Objects and Scenes<a/e/j/asia>.home: regionalised root for multimedia contentCommercePoints: XML files defining the various commerce points present in the Scenes. Originally stored underc.home/prod/live/.Localisation: defines variable localised strings the game can use. Originally stored underc.home/prod/live/.Maintenance: message to display when the game is in Maintenance mode. See the TSS file for more info about Maintenance mode.Screens: screen links for the scenes to load multimedia content on the various DDS / MP4 screens scattered around. Originally stored underc.home/prod/live/.ProfanityDictionary: regionalised server-provided Profanity Dictionary files to block / censor specific terms. Originally stored underc.home/prod/live/.nav: Originally stored underc.home/prod/live/Environments/.tss:c.home/prod/live/originally hadRegionMap.xml, as well as aTSSExtractfolder containing said file.
Last updated on