NPD: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


It is required to compare these 2 sort of packets before stating if they have same usage and what the common name should be.
It is required to compare these 2 sort of packets before stating if they have same usage and what the common name should be.
= Structure =
TODO merge from:
* [[SELF - SPRX]]
* [[EDAT files]]


= Tools =
= Tools =


* The main tool to deal with NPD packets is [https://github.com/ErikPshat/make_npdata-hykem/ make_npdata by Hykem].
* The main tool to deal with NPD packets is [https://github.com/ErikPshat/make_npdata-hykem/ make_npdata by Hykem].

Revision as of 22:58, 8 February 2022

NPD is a packet format used on PS3 in NPDRM contents. It corresponds to 2 sort of packets: the ones in SDAT/EDAT files and the ones in SELF/SPRX NPDRM header in NPDRM Selfs only. NPD stands for Network Playstation Data or Network Playstation Drm. PS Vita equivalent is "DRM".

It is required to compare these 2 sort of packets before stating if they have same usage and what the common name should be.

Structure

TODO merge from:

Tools