cataclysm67 Posté(e) le 11 avril 2023 Posté(e) le 11 avril 2023 (modifié) Hi all, Does anyone know what's missing/wrong with this bat file to open a game in RocketLauncher for Sony PS Vita (Vita3k emulator) ?  "D:\Arcade\Sony Playstation Vita\Vita3K.exe" --fullscreen file "D:\Arcade\Sony Playstation Vita\ux0\app\PCSE01389\PCSE01389.txt"  With this command it just loads the Vita3k emulator fullscreen, but does not boot the game. Any ideas ?  Thanks Modifié le 11 avril 2023 par cataclysm67
kyo3000 Posté(e) le 12 avril 2023 Posté(e) le 12 avril 2023 I have made an ahk for vita3k years ago that still works The run command is : primaryExe.Run(" -r " . TitleID)  So I believe your .bat should be like : "D:\Arcade\Sony Playstation Vita\Vita3K.exe" --fullscreen -r PCSE01389 1
cataclysm67 Posté(e) le 12 avril 2023 Auteur Posté(e) le 12 avril 2023 26 minutes ago, kyo3000 said: I have made an ahk for vita3k years ago that still works The run command is : primaryExe.Run(" -r " . TitleID)  So I believe your .bat should be like : "D:\Arcade\Sony Playstation Vita\Vita3K.exe" --fullscreen -r PCSE01389 Nice one mate, works perfectly !! 👍 Thanks
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant