Le développeur Stooged vient de mettre en ligne la v4 deu payload AppToUSB destiné à la PlayStation 4 et PlayStation 4 Pro. Comme vous le savez certainement AppToUSB est un fork de PKG2USB de SiSTRo et il vous permet d'utiliser, de chercher et de copier tous les fichiers fpkg installé dans un périphérique USB préalablement branché sur la console.
Le programme se charge de synchroniser les dossiers et les liens a chaque démarrage, si vous copiez le dossier CUSAXXXXX à partir de /user/app vers /mnt/ext0/user/app et que vous débranchez le disque dur puis vous le rebranchez, la PS4 fait une réparation et ensuite le jeu est reconnu comme installé sur le stockage externe.
L'astuce consiste a s'appuyer sur les symlinks pour monter l'ext0 pour qu'il fonctionne sur l'USB0 ou l'USB1. AppToUSB va alors chercher le dossier /user/app et va copier tous les fpkg installés sur le disque dur USB en créant les symlinks adéquates.
Dans cette v4, le développeur a ajouté les fonctions SKIP_DRIVE et MOUNT_POINT.
To skip copying pkg files to this hdd uncomment the line below.
be aware when using this if your usb mount points switch it will break the links and the games will not load until you plug the drives back in the correct order.
//SKIP_DRIVE
When using skip drive and mulitple drives at the same time you need to specify the intended mount point of the usb hdd.
your first drive should be 0 and second drive should be 1 ending at a maximum of 7.
this will prevent the payload writing usb0 links to the usb1 drive if the mount points switch on the console.
MOUNT_POINT=0