Skip to content

Script for downloading PS3 game updates. Made for RPCS3.

Notifications You must be signed in to change notification settings

bonixsteam-alt/PS3UPkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS3UPkg

PS3UPkg is a project made out of boredom and every programmer's sheer need to automate something in 6 hours instead of doing it manually in 5 minutes.

The main target of this app is to save you some time when you want to update a game on RPCS3.

Usage

The syntax is simple:
ps3upkg GAME_ID [DOWNLOAD_DIR]

*GAME_ID is mandatory, DOWNLOAD_DIR is optional

Building

Windows

Dependencies:

  • Launch4j
  • Maven
  • JDK 8

Steps

  1. Run build.bat from /build-files/win/
  2. Import ps3upkg.xml from /build-files/win/ to Launch4j.
  3. Start building

Linux/Mac

Dependencies

  • Maven
  • JDK 8

Steps

  1. Run build.sh from /build-files/linux-mac/ in the repo
  2. Wait for it to build (it will build to repo root).

GUI?

Soon:tm:

Other planned features:

  • Local database with search function
  • GUI ©

Licensing

None. Forks and custom versions are more than welcome.