PSU: Difference between revisions

From PS2 Developer wiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Overview ==
The PSU file format is an archive format used by PS2 save data management tools like uLaunchELF and mymcplus.


== PSU models ==
= Usage =


* EADP-34CF A
== Obtaining a PSU file ==
** Input: 100 - 240 V AC 50/60 Hz, 1 A
 
** Output: 7.5 V DC, 4.5 A
=== From an actual PS2 ===
** Type: internal
 
** Manufacturer: Delta
By running uLaunchELF on an actual PS2, one can export PSU files from the PS2 Memory Card to USB or network.
** Chassis compatibility: P-chassis, R-chassis
 
=== From a PS2 emulator ===
 
PCSX2 stores the PS2 savedata in a virtual memory card file whose extension is .mcd. Each per-game savedata contained in the MCD file can be extracted to a PSU file by using mymcplus tool for example.
 
== Extracting a PSU file ==
 
The best way to extract a PSU file would be to use pypsu by McCaulay if it was not bugged (for example on Jak X: "[-] month must be in 1..12", and on games that have a filename identical as the folder name, cannot export that file).
* [https://github.com/McCaulay/pypsu pypsu python library by McCaulay (2023-01-27)]
A GUI tool for PSU file edition is
* [https://www.psx-place.com/threads/ps2-save-builder-by-vector.19057/ PS2 Save Builder v0.8 by Vector (2003-2004)]
but it is only for Windows and its source code is missing.
 
So the current workaround is to convert PSU to another savedata format, like PSV or MAX. For example, you can use
* [https://github.com/bucanero/psv-save-converter psv-save-converter by bucanero]
to convert to PSU or MAX, then extract files from PSU or MAX using
* [https://github.com/PMStanley/PSV-Exporter PSV Export v1.3 by PMStanley]
In the past there was a tool named psutools (link requires registration, to mirror)
* [https://www.psxdev.net/forum/viewtopic.php?t=1025 psutools in FreeBASIC with source code by LameGuy64 (2016-07-02)]
A good tool might finally be
* [https://github.com/root670/PS2SaveUtility PS2 Save Utility by root670 (2018-09-22)]
 
= Structure =
 
* [https://www.ps2savetools.com/documents/ps2-save-game-format-for-ems-adapter-psu/ PSU file format description by gothi (2013-01-19)]
 
= See also =
 
* http://www.hkems.com/product/ps2/ps2-mem.htm
* http://www.hkems.com/product/ps2/ps2%20usb.htm

Latest revision as of 23:18, 10 October 2024

The PSU file format is an archive format used by PS2 save data management tools like uLaunchELF and mymcplus.

Usage[edit | edit source]

Obtaining a PSU file[edit | edit source]

From an actual PS2[edit | edit source]

By running uLaunchELF on an actual PS2, one can export PSU files from the PS2 Memory Card to USB or network.

From a PS2 emulator[edit | edit source]

PCSX2 stores the PS2 savedata in a virtual memory card file whose extension is .mcd. Each per-game savedata contained in the MCD file can be extracted to a PSU file by using mymcplus tool for example.

Extracting a PSU file[edit | edit source]

The best way to extract a PSU file would be to use pypsu by McCaulay if it was not bugged (for example on Jak X: "[-] month must be in 1..12", and on games that have a filename identical as the folder name, cannot export that file).

A GUI tool for PSU file edition is

but it is only for Windows and its source code is missing.

So the current workaround is to convert PSU to another savedata format, like PSV or MAX. For example, you can use

to convert to PSU or MAX, then extract files from PSU or MAX using

In the past there was a tool named psutools (link requires registration, to mirror)

A good tool might finally be

Structure[edit | edit source]

See also[edit | edit source]