Releases: McCaulay/mast1c0re-ps2-network-game-loader
Releases · McCaulay/mast1c0re-ps2-network-game-loader
v0.1.5 - PS4 FW 10.71 Support
v0.1.4 - PS4 FW 10.70 Support
- Added support for PS4 Firmware 10.70
v0.1.3 - Emulator Config Support
- Added support for loading config files (Thanks @SvenGDK)
- Improved game download speed (Thanks @SvenGDK)
- Stop trophy thread to prevent unlocking Okage trophies (McCaulay/mast1c0re@26b3dad)
v0.1.2 - PS4 FW 10.50 Support
- Added support for PS4 Firmware 10.50
v0.1.1 - Raw TCP Transfer Support
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
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