[TUTO] Lancer l'émulateur Playstation 1 sans installer DaemonTools
Publié : 19 déc. 2012 - 11:16
Voici un petit Tuto pour lancer les jeux PS1 depuis Hyperspin sans utiliser DaemonTools ,
l’intérêt pour moi et de pouvoir utiliser mes ISO de "Alundra 2" et "WipOut 3" qui sont tous les 2 patchés et non reconnu comme une image valide par DaemonTools
1/mettre à jour "PCSX Reloaded"
aller voir sur EmuCR pour trouver la dernière version (actuellement la version "PCSX Reloaded SVN r82044" marche tres bien chez moi)
(attention ce sont des version SVN donc a tester avant d'écraser votre version)
2/modifier dans le module "Sony Playstation.ahk"
nous allons supprimer les lignes de commande ayant un rapport avec daemontools
pour info la commande "-runcd" lancera les jeux a partir de votre lecteur virtuel ou réel
et la commande " -cdfile" lancera directement les ISO avec l'émulateur
ce qui donne pour "Sony Playstation.ahk"
;----------------------------------------------------------------------------
; Sony Playstation
; PcsxR r69887
; by djvj
; 1.2
;
; Notes:
; To use CUE files:
; In the emu, set your Cdrom plugin to SaPu's CD-ROM Plugin.
; In Daemon Tools Lite, rightclick the tray icon and goto Virtual Devices-Add SCSI Virtual Drive. It may ask to install some more files and reboot.
; After your reboot, you will have a DT Virtual Drive and a SCSI Virtual Drive. Drive letter does not matter, nor do you have to set anything else.
;
; If you have no video with OpenGL plugin, use Pete's OpenGL2 plugin
; Set fullscreen and res in the GPU Plugin
;----------------------------------------------------------------------------
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractDir)
Run, %executable% -nogui -cdfile "%romPath%%romName%%romExtension%", %emuPath%
WinWait, AHK_class PCSXR Main
WinWaitActive, AHK_class PCSXR Main
FadeInExit()
Process, WaitClose, %executable%
7zCleanUp()
FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
FadeOutStart()
WinClose, AHK_class PCSXR Main
Return
l’intérêt pour moi et de pouvoir utiliser mes ISO de "Alundra 2" et "WipOut 3" qui sont tous les 2 patchés et non reconnu comme une image valide par DaemonTools
1/mettre à jour "PCSX Reloaded"
aller voir sur EmuCR pour trouver la dernière version (actuellement la version "PCSX Reloaded SVN r82044" marche tres bien chez moi)
(attention ce sont des version SVN donc a tester avant d'écraser votre version)
2/modifier dans le module "Sony Playstation.ahk"
nous allons supprimer les lignes de commande ayant un rapport avec daemontools
pour info la commande "-runcd" lancera les jeux a partir de votre lecteur virtuel ou réel
et la commande " -cdfile" lancera directement les ISO avec l'émulateur
ce qui donne pour "Sony Playstation.ahk"
;----------------------------------------------------------------------------
; Sony Playstation
; PcsxR r69887
; by djvj
; 1.2
;
; Notes:
; To use CUE files:
; In the emu, set your Cdrom plugin to SaPu's CD-ROM Plugin.
; In Daemon Tools Lite, rightclick the tray icon and goto Virtual Devices-Add SCSI Virtual Drive. It may ask to install some more files and reboot.
; After your reboot, you will have a DT Virtual Drive and a SCSI Virtual Drive. Drive letter does not matter, nor do you have to set anything else.
;
; If you have no video with OpenGL plugin, use Pete's OpenGL2 plugin
; Set fullscreen and res in the GPU Plugin
;----------------------------------------------------------------------------
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractDir)
Run, %executable% -nogui -cdfile "%romPath%%romName%%romExtension%", %emuPath%
WinWait, AHK_class PCSXR Main
WinWaitActive, AHK_class PCSXR Main
FadeInExit()
Process, WaitClose, %executable%
7zCleanUp()
FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
FadeOutStart()
WinClose, AHK_class PCSXR Main
Return