Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.12 KB

README.md

File metadata and controls

44 lines (34 loc) · 2.12 KB

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