About
Builds
Tools/Binaries Used
How to Use
Windows Dev Environment Setup
Linux Dev Environment Setup
-
Webman Classics Maker is tool for the PS3 that makes PKG shortcuts for ISO files straight to the home menu. It is using web commands through webMAN-mod to mount and launch the ISOs automatically: http://www.psx-place.com/threads/webman-mod-web-commands.1508/
This software is under GPLv2 license: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html, not to be confused with the GPLv3 license.
-
Get the latest build from releases: https://github.com/Roet-Ivar/Webman-Classics-Maker/releases/ -
- SCETOOL 0.2.9 (scetool.exe): https://github.com/naehrwert/scetool
- OpenSCETool (oscetool): https://github.com/spacemanspiff/oscetool
- PSL1GHT PS3py (pkgcrypt) https://github.com/HACKERCHANNEL/PSL1GHT/tree/master/tools/PS3Py
- PARAM_SFO_EDITOR (Aldos PS3 tool collection) https://www.aldostools.org/
-
- Download webman classics maker from github
- Download and Install the latest webMan-mod on your PS3 (hold L1 for full installation in second step)
- Upload or dump ISO backups of your games to the usual webman folders (PSXISO/PS2ISO etc)
- Find your PS3 IP-address (shows up in VHS menu of your PS3)
- Run Webman_Classics_Maker
- Enter the IP-address in the PS3-IP field
- Press Fetch to get your game list, be patient
- Choose a game in the list, all info will be filled in
- [optional] Click and swap any images such as ICON0 and PIC1 to your liking
- Press Build to make your new game pkg and remote install it on your PS3
- ...
- $Profit
-
- install python2.7.xx x86_64 (https://www.python.org/downloads/release/python-2715/)
- pip install pillow
- pip install pyinstaller
Run the pyinstaller-scipts located in: /Webman-Classics-Maker/resources/tools/util_scripts/_pyinstaller_and_release_scripts/
You now have a brand new executables based on the changes you made in the scripts:
- Webman_Classics_Maker.exe
- [depreciated] Build_Webman_PKG.exe
- [depreciated] Edit_Param_SFO.exe
- [depreciated] FTP_Game_List.exe
-
- sudo apt-get update
- sudo apt-get install python2.7
- sudo apt-get install python-tk
- sudo apt-get install python-pip
- pip install pillow
- pip install pyinstaller
Right now you can't build any executables for linux, it might actually be possible with pyinstaller but I haven't looked into it yet