Skip to content

Releases: McCaulay/mast1c0re-ps2-network-game-loader

v0.1.5 - PS4 FW 10.71 Support

10 Aug 20:11
Compare
Choose a tag to compare
  • Added support for PS4 Firmware 10.71

v0.1.4 - PS4 FW 10.70 Support

22 Jul 17:07
Compare
Choose a tag to compare
  • Added support for PS4 Firmware 10.70

v0.1.3 - Emulator Config Support

16 Mar 21:13
Compare
Choose a tag to compare
Pre-release

v0.1.2 - PS4 FW 10.50 Support

08 Mar 21:19
Compare
Choose a tag to compare
Pre-release
  • Added support for PS4 Firmware 10.50

v0.1.1 - Raw TCP Transfer Support

28 Feb 20:22
Compare
Choose a tag to compare
Pre-release

This release adds support for sending game ISO files over a TCP socket with no additional metadata header. Therefore, you can send files directly using TCP transfer tools such as netcat:

cat klonoa2.iso | nc -w 1 <ip> 9045

However, the previous file loader scripts / exe still work and are recommended, as they will give you a progress bar. Some network tools such as netcat will not provide you with any indication of how much of the file has been transferred.

v0.1.0 - Initial Release

22 Feb 20:19
Compare
Choose a tag to compare
Pre-release

Full Changelog: https://github.com/McCaulay/mast1c0re-ps2-network-game-loader/commits/v1.0.1

  • Loads PS2 games over the network
  • ISO is stored temporarily in HDD
  • Game compatibility is limited