A PS2 Icon parsing library or client
Go to file
yellows111 4e27befc6f Add JSDoc comments to icon.js.
Commiting from cirno. You can tell it's dire.
2023-11-28 12:23:53 +01:00
.gitignore more crash preventions, support X/SharkPort files 2023-10-15 20:28:59 +01:00
README.md Update README.md 2023-11-05 16:26:06 +00:00
gltf-exporter.js DOS->Unix conversion 2023-11-08 10:07:57 +00:00
icon.js Add JSDoc comments to icon.js. 2023-11-28 12:23:53 +01:00
index.js DOS->Unix conversion 2023-11-08 10:07:57 +00:00
input.htm Ama' here. Decided to add frame step support. 2023-11-13 12:54:35 +00:00

README.md

icondumper2 (working title)

A JavaScript library (sorta) to read PS2 icons, and their related formats.

What it supports

  • EMS Memory Adapter export files (.psu)
  • PS3 virtual memory card export files (.psv)
  • SharkPort export files (.sps)
  • X-Port export files (.xps)
  • PS2 icons (.ico, .icn)
  • PS2D format (icon.sys)

What can it do

  • Allow any file in a PSU's or SPS/XPS's virtual filesystem to be dumped.
  • Warn of invalid icon.sys display names.
  • Read and parse an EMS MA export file.
  • Export the icon model, with all seperate shapes included to a JavaScript Object.
  • Node.js compatible (CommonJS) exporting while still being compatible with other JavaScript implementations.
  • Convert a 128x128x16 BGR5A1 bitmap to a RGB5A1 format.
  • Convert an icon or a set of icons to glTF, with textures.

What it doesn't do

  • (Re)build save files.
  • Modify the original input files.
  • Use any Node.js-exclusive features.

Client compatibility

(todo: write this)

Why "icondumper2"?

Because it replaced what was left of icondumper (1).