[RESOLU]PC FX probleme pour lancer sous hyperspin
Modérateurs : Porko, Modérateurs
- Darius38
- Connaisseur
- Messages : 268
- Inscription : 24 févr. 2013 - 00:00
- A remercié : 10 fois
- A été remercié : 14 fois
[RESOLU]PC FX probleme pour lancer sous hyperspin
Bonjour,
j'ai telecharger le pack pcfx,
j'ai un message d'erreur dont j'ai du mal a interpreter
http://i74.servimg.com/u/f74/13/01/76/32/erreur10.png" onclick="window.open(this.href);return false;
merci par avance pour votre aide
d'ailleur je n'arrive pas a lancer les isos a partir de l'emulateur sans passer par hyperspin
j'ai telecharger le pack pcfx,
j'ai un message d'erreur dont j'ai du mal a interpreter
http://i74.servimg.com/u/f74/13/01/76/32/erreur10.png" onclick="window.open(this.href);return false;
merci par avance pour votre aide
d'ailleur je n'arrive pas a lancer les isos a partir de l'emulateur sans passer par hyperspin
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
Je pense que ton problème viens de daemon tools. Sous daemon tools, il faut que tu ais un lecteur normal (dt) et que tu crée un lecteur scsi.
Pour cela, clique sur l'icone représentant undisque, avec marqué scsi et un plus vert dans daemon tool. Il va te créer un lecteur scsi0. Ensuite, paramètre bien ton émulateur pour qu'il aille chercher l'image sur la bonne lettre...
Pour cela, clique sur l'icone représentant undisque, avec marqué scsi et un plus vert dans daemon tool. Il va te créer un lecteur scsi0. Ensuite, paramètre bien ton émulateur pour qu'il aille chercher l'image sur la bonne lettre...
- Darius38
- Connaisseur
- Messages : 268
- Inscription : 24 févr. 2013 - 00:00
- A remercié : 10 fois
- A été remercié : 14 fois
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
bien j'avance sur le probleme .... j'arrive a lancer a partir de l'emulateur en ajoutant les iso avec le lecteur scsi de daemon tools
toujours la meme erreur sous hyperlaunch en modifiant les lettres de chemin d'acces ...
toujours la meme erreur sous hyperlaunch en modifiant les lettres de chemin d'acces ...
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
ta changer la lettre du lecteur sur ton module? 4 eme ou 5 eme ligne
- Darius38
- Connaisseur
- Messages : 268
- Inscription : 24 févr. 2013 - 00:00
- A remercié : 10 fois
- A été remercié : 14 fois
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
sous daemon tools LECTEUR SCSI D:
lecteur F: classique
le modules :
;------------------------------------------------------------------------
; NEC PC-FX
; MagicEngine FX v1.0.1
; by djvj
; 1.3
;
; Notes:
; Win7 may crash this emu on exit, set compatibility mode to XP SP3 to fix
; Make sure your path_to_daemontools in Settings\settings.ini is correct
; Download and extract nomousy to the folder with this module from http://www.autohotkey.com/forum/viewtopic.php?t=2197 (it makes the cursor transparent, so clicks will still register)
; This is used to prevent the mouse cursor from appearing in the middle of your screen when you run Magic Engine
; xPadder/joy2key don't work, the emu reads raw inputs. If you use gamepads, make sure you set your keys in Config-Gamepad
; Set your desired Video settings below.
; 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.
; Set your CDDriveLetter below to the letter of your daemontools drive
; Make sure you have the syscard3.pce rom in your emu dir. You can find the file here: http://www.fantasyanime.com/emuhelp/syscards.zip
;----------------------------------------------------------------------------
Windowed = y ; y=Simulated Fullscreen mode, n=Normal Fullscreen mode - Simulated Fullscreen mode is preferred, it still looks fullscreen
WideScreenMode = n ; y=enable, n=disable
DesktopMode = y ; y=enable, n=disable - This is basically what sets fullscreen mode. Set to n to show emu in a small window
FullscreenStretch = y ; y=enable, n=disable - This stretches the game screen while keeping the aspect ratio
HighResMode = y ; y=enable, n=disable
Filter = 1 ; 1=bilinear filtering , 0=disable
TripleBuffer = y ; y=enable, n=disable (DirectX only)
Zoom = 2 ; 4=zoom max , 0=no zoom, use any value between 0 and 4
scanlines = 0 ; 0=none, 40=black, use any value in between 0 and 40
vSync = 1 ; 0=disable, 1=enable, 2=vsync + timer (special vsync for windowed mode)
vDriver = 1 ; 0=DirectX, 1=OpenGL
xRes = 1280
yRes = 1024
bitDepth = 32
CDDriveLetter = d: ; Drive letter of your Daemon Tools Virtual drive used for CD-based systems only. Letter should be followed by a colon :
DisplayRes = n ; Display screen resolution for troubleshooting
UseNoMousy = true ; Use NoMousy tool to hide the mouse. If false, will move mouse off the screen instead
UseSCSI = true ; If you prefer SCSI virtual drives, set this to true, otherwise Daemon Tools will use a DT virtual drive.
;----------------------------------------------------------------------------
MEINI := CheckFile(emuPath . "pcfx.ini")
CheckFile(emuPath . "SYSCARD3.PCE")
GUI_ID := FadeInStart()
; Now let's update all our keys if they differ in the ini
iniLookup =
( ltrim c
video, windowed, %Windowed%
video, wide, %WideScreenMode%
video, desktop, %DesktopMode%
video, fullscreen, %FullscreenStretch%
video, high_res, %HighResMode%
video, filter, %Filter%
video, triple_buffer, %TripleBuffer%
video, Zoom, %Zoom%
video, scanlines, %scanlines%
video, vsync, %vSync%
video, driver, %vDriver%
video, screen_width, %xRes%
video, screen_height, %yRes%
video, screen_depth, %bitDepth%
cdrom, drive_letter, %CDDriveLetter%
misc, screen_resolution, %DisplayRes%
)
Loop, Parse, iniLookup, `n
{
StringSplit, split, A_LoopField, `,, %A_Space%%A_Tab%
IniRead, tempVar, %MEINI%, %split1%, %split2%
If ( tempVar != split3 )
IniWrite, % split3, %MEINI%, %split1%, %split2%
}
7z1 := 7z(romPath, romName, romExtension, 7zExtractDir)
UseSCSI := (If UseSCSI = "true" ? ("scsi`, ") : ("dt`, "))
RunWait, %daemonToolsPath% -mount %UseSCSI%0`, "%romPath%%romName%%romExtension%"
Run, %executable% syscard3.pce -cd, %emuPath%
WinWait, MagicEngine ahk_class MagicEngineWindowClass
WinWaitActive, MagicEngine ahk_class MagicEngineWindowClass
If ( UseNoMousy = "true" )
Run, %A_Scriptdir%\Modules\%systemName%\nomousy.exe /hide ;hide cursor
Else
MouseMove %A_ScreenWidth%,%A_ScreenHeight%
GUI_ID2 := FadeInExit()
Process, WaitClose, %executable%
If ( UseNoMousy = "true" )
Run, %A_Scriptdir%\Modules\%systemName%\nomousy.exe ;unhide cursor
RunWait, %daemonToolsPath% -unmount %UseSCSI%0
7z2 := 7zCleanUp()
GUI_ID4 := FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
GUI_ID3 := FadeOutStart()
WinClose, MagicEngine ahk_class MagicEngineWindowClass
Return
Esc::Return ; this prevents the quick flash of Hyperspin when exiting with fade on. You can still exit with Esc.
lecteur F: classique
le modules :
;------------------------------------------------------------------------
; NEC PC-FX
; MagicEngine FX v1.0.1
; by djvj
; 1.3
;
; Notes:
; Win7 may crash this emu on exit, set compatibility mode to XP SP3 to fix
; Make sure your path_to_daemontools in Settings\settings.ini is correct
; Download and extract nomousy to the folder with this module from http://www.autohotkey.com/forum/viewtopic.php?t=2197 (it makes the cursor transparent, so clicks will still register)
; This is used to prevent the mouse cursor from appearing in the middle of your screen when you run Magic Engine
; xPadder/joy2key don't work, the emu reads raw inputs. If you use gamepads, make sure you set your keys in Config-Gamepad
; Set your desired Video settings below.
; 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.
; Set your CDDriveLetter below to the letter of your daemontools drive
; Make sure you have the syscard3.pce rom in your emu dir. You can find the file here: http://www.fantasyanime.com/emuhelp/syscards.zip
;----------------------------------------------------------------------------
Windowed = y ; y=Simulated Fullscreen mode, n=Normal Fullscreen mode - Simulated Fullscreen mode is preferred, it still looks fullscreen
WideScreenMode = n ; y=enable, n=disable
DesktopMode = y ; y=enable, n=disable - This is basically what sets fullscreen mode. Set to n to show emu in a small window
FullscreenStretch = y ; y=enable, n=disable - This stretches the game screen while keeping the aspect ratio
HighResMode = y ; y=enable, n=disable
Filter = 1 ; 1=bilinear filtering , 0=disable
TripleBuffer = y ; y=enable, n=disable (DirectX only)
Zoom = 2 ; 4=zoom max , 0=no zoom, use any value between 0 and 4
scanlines = 0 ; 0=none, 40=black, use any value in between 0 and 40
vSync = 1 ; 0=disable, 1=enable, 2=vsync + timer (special vsync for windowed mode)
vDriver = 1 ; 0=DirectX, 1=OpenGL
xRes = 1280
yRes = 1024
bitDepth = 32
CDDriveLetter = d: ; Drive letter of your Daemon Tools Virtual drive used for CD-based systems only. Letter should be followed by a colon :
DisplayRes = n ; Display screen resolution for troubleshooting
UseNoMousy = true ; Use NoMousy tool to hide the mouse. If false, will move mouse off the screen instead
UseSCSI = true ; If you prefer SCSI virtual drives, set this to true, otherwise Daemon Tools will use a DT virtual drive.
;----------------------------------------------------------------------------
MEINI := CheckFile(emuPath . "pcfx.ini")
CheckFile(emuPath . "SYSCARD3.PCE")
GUI_ID := FadeInStart()
; Now let's update all our keys if they differ in the ini
iniLookup =
( ltrim c
video, windowed, %Windowed%
video, wide, %WideScreenMode%
video, desktop, %DesktopMode%
video, fullscreen, %FullscreenStretch%
video, high_res, %HighResMode%
video, filter, %Filter%
video, triple_buffer, %TripleBuffer%
video, Zoom, %Zoom%
video, scanlines, %scanlines%
video, vsync, %vSync%
video, driver, %vDriver%
video, screen_width, %xRes%
video, screen_height, %yRes%
video, screen_depth, %bitDepth%
cdrom, drive_letter, %CDDriveLetter%
misc, screen_resolution, %DisplayRes%
)
Loop, Parse, iniLookup, `n
{
StringSplit, split, A_LoopField, `,, %A_Space%%A_Tab%
IniRead, tempVar, %MEINI%, %split1%, %split2%
If ( tempVar != split3 )
IniWrite, % split3, %MEINI%, %split1%, %split2%
}
7z1 := 7z(romPath, romName, romExtension, 7zExtractDir)
UseSCSI := (If UseSCSI = "true" ? ("scsi`, ") : ("dt`, "))
RunWait, %daemonToolsPath% -mount %UseSCSI%0`, "%romPath%%romName%%romExtension%"
Run, %executable% syscard3.pce -cd, %emuPath%
WinWait, MagicEngine ahk_class MagicEngineWindowClass
WinWaitActive, MagicEngine ahk_class MagicEngineWindowClass
If ( UseNoMousy = "true" )
Run, %A_Scriptdir%\Modules\%systemName%\nomousy.exe /hide ;hide cursor
Else
MouseMove %A_ScreenWidth%,%A_ScreenHeight%
GUI_ID2 := FadeInExit()
Process, WaitClose, %executable%
If ( UseNoMousy = "true" )
Run, %A_Scriptdir%\Modules\%systemName%\nomousy.exe ;unhide cursor
RunWait, %daemonToolsPath% -unmount %UseSCSI%0
7z2 := 7zCleanUp()
GUI_ID4 := FadeOutExit()
WinActivate, Hyperspin
ExitApp
CloseProcess:
GUI_ID3 := FadeOutStart()
WinClose, MagicEngine ahk_class MagicEngineWindowClass
Return
Esc::Return ; this prevents the quick flash of Hyperspin when exiting with fade on. You can still exit with Esc.
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
Salut,
Esct-ce que tu utilises déjà daemon tools pour d'autres sets? Sinon peut être que tu n'as pas paramétré le chemin de daemon tools. Il faut respecter srcupuleusement tout ce qui est indiqué dans les modules que tu télécharges:
"Make sure your path_to_daemontools in Settings\settings.ini is correct"
Je sais, c'est en anglais... donc vérifie ton settings.ini et mets bien le chemin du fichier de daemon tools. Ca dois ressembler à ça:
Path_To_Daemontools=C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe
Tiens nous au courant.
Esct-ce que tu utilises déjà daemon tools pour d'autres sets? Sinon peut être que tu n'as pas paramétré le chemin de daemon tools. Il faut respecter srcupuleusement tout ce qui est indiqué dans les modules que tu télécharges:
"Make sure your path_to_daemontools in Settings\settings.ini is correct"
Je sais, c'est en anglais... donc vérifie ton settings.ini et mets bien le chemin du fichier de daemon tools. Ca dois ressembler à ça:
Path_To_Daemontools=C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe
Tiens nous au courant.
- Darius38
- Connaisseur
- Messages : 268
- Inscription : 24 févr. 2013 - 00:00
- A remercié : 10 fois
- A été remercié : 14 fois
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
Yes c'etait le setting.ini qui n'etait pas configurer et le lecteur scsi de pas monter
Merci les gars
!!!
j'ai beaucoup apris !
Merci les gars

j'ai beaucoup apris !
Re: PC FX probleme pour lancer sous hyperspin [RESOLU]
ta interet de le bichonner ce system!!!!!!!!!!! c une perle rare lol presque inutile mais bon;)