Skip to content

A PS2 game save browser supports displaying 3D icons.

License

Notifications You must be signed in to change notification settings

caol64/ps2mc-browser

Repository files navigation

ps2mc-browser

English | 中文

ps2mc-browser is a PS2 save file viewer that can parse the vertices and texture data of 3D icons in PS2 saves, and then render the icons using OpenGL's capabilities.

If you're familiar with PS2 or have a certain understanding of PS2 save files, ps2mc-browser can be a very useful tool. It can not only help you view and understand the structure of the save files, but also display these saves on the canvas in the form of 3D icons.

What's New

3D icons can exhibit different actions based on mouse interactions.

Dependencies

The dependencies are listed below:

  • Python3
  • WxPython
  • Numpy
  • ModernGL
  • PyGlm

Quick Start

python3 -m pip install -r requirements.txt
cd src && python3 wxwindow.py

Run the above command to open a GUI window. From the menu bar, select Open File and then select the .ps2 file from your computer.

Documentation

Reference

About

A PS2 game save browser supports displaying 3D icons.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published