(RESOLU]Hyperspin Dreamcast
Modérateurs : Porko, Modérateurs
(RESOLU]Hyperspin Dreamcast
Bonjour
J'ai un problème avec hyperspin et l’émulateur dreamcast quand je lance par l’émulateur sa fonctionne par contre quand je passe par hyperspin impossible de le lancer. J'ai vérifier les chemins mais apparemment tout est bon .
Avez vous une idée ou je pourrais vérifier pour pouvoir le lancer.
merci d'avance
J'ai un problème avec hyperspin et l’émulateur dreamcast quand je lance par l’émulateur sa fonctionne par contre quand je passe par hyperspin impossible de le lancer. J'ai vérifier les chemins mais apparemment tout est bon .
Avez vous une idée ou je pourrais vérifier pour pouvoir le lancer.
merci d'avance
Re: Hyperspin dreamcast [Résolu]
1ère question : quel est ton émulateur , Nulldc à priori je suppose , c'est celui qui est 'préconisé ' sous hyperspin.
Après pour tester sous hyperspin , comme tout se passe par Hyperlaunch ,c'est lui qu'il faut lancer pour tester ton émulateur et les roms .
et sinon , quel message tu as quand tu lances l'emulateur dreamcast sous hyperspin ? ou écran noir ? ou autre ?
Si ça peut t'aider : voici le module que j'ai:
Spoiler: ;----------------------------------------------------------------------------
; Sega Dreamcast
; NullDC r104
; by BBB
; 1.0
;----------------------------------------------------------------------------
;Settings
autoStart = 1
noConsole = 1
autoHideMenu = 1
fullScreen = 1
showVMU = 0
loadDefaultImage = 1
patchRegion = 1
configPath = %emuPath%nullDC.cfg
;Write Settings
IniWrite, %autoStart%, %configPath%, nullDC, Emulator.AutoStart
IniWrite, %noConsole%, %configPath%, nullDC, Emulator.NoConsole
IniWrite, %autoHideMenu%, %configPath%, nullDC_GUI, AutoHideMenu
IniWrite, %fullScreen%, %configPath%, nullDC_GUI, Fullscreen
IniWrite, %showVMU%, %configPath%, drkMaple, VMU.Show
IniWrite, %loadDefaultImage%, %configPath%, ImageReader, LoadDefaultImage
IniWrite, %patchRegion%, %configPath%, ImageReader, PatchRegion
IniWrite, %romPath%%romname%%RomExtension%, %configPath%, ImageReader, DefaultImage
;Fixes hangin previous nullDC on bad exits or loads
Process, Exist, %executable%
if !ErrorLevel = 0
Process, Close, %executable%
Run, %executable%, %emuPath%, hide
;Enough to hide the startup logo
Sleep, 2000
;Let's completely hide the menu by slighly moving the window off screen
;nullDC will self adjust once the menu autohides
if(fullScreen = 1){
yOffset = -20
winHeight := A_ScreenHeight - yOffset
WinMove, nullDC,, 0, %yOffset%, %A_ScreenWidth%, %winHeight%
}
WinShow, nullDC
Process, WaitClose, %executable%
ExitApp
CloseProcess:
Process, Close, %executable%
return
et le settings pour les chemins de l'émulateur et des roms :
Spoiler: [exe info]
path=D:\Hyperspin\Emulators\Sega Dreamcast\
rompath=D:\Hyperspin\Emulators\Sega Dreamcast\roms\
userompath=true
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi
parameters=
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=false
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=D:\Hyperspin\Media\Sega Dreamcast\Video
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=Capcom Fighting Collection
random_game=false
start_on_favorites=false
[Special Art A]
default=false
active=true
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=bottom
[Special Art B]
default=true
active=true
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=true
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640
Après pour tester sous hyperspin , comme tout se passe par Hyperlaunch ,c'est lui qu'il faut lancer pour tester ton émulateur et les roms .
et sinon , quel message tu as quand tu lances l'emulateur dreamcast sous hyperspin ? ou écran noir ? ou autre ?
Si ça peut t'aider : voici le module que j'ai:
Spoiler: ;----------------------------------------------------------------------------
; Sega Dreamcast
; NullDC r104
; by BBB
; 1.0
;----------------------------------------------------------------------------
;Settings
autoStart = 1
noConsole = 1
autoHideMenu = 1
fullScreen = 1
showVMU = 0
loadDefaultImage = 1
patchRegion = 1
configPath = %emuPath%nullDC.cfg
;Write Settings
IniWrite, %autoStart%, %configPath%, nullDC, Emulator.AutoStart
IniWrite, %noConsole%, %configPath%, nullDC, Emulator.NoConsole
IniWrite, %autoHideMenu%, %configPath%, nullDC_GUI, AutoHideMenu
IniWrite, %fullScreen%, %configPath%, nullDC_GUI, Fullscreen
IniWrite, %showVMU%, %configPath%, drkMaple, VMU.Show
IniWrite, %loadDefaultImage%, %configPath%, ImageReader, LoadDefaultImage
IniWrite, %patchRegion%, %configPath%, ImageReader, PatchRegion
IniWrite, %romPath%%romname%%RomExtension%, %configPath%, ImageReader, DefaultImage
;Fixes hangin previous nullDC on bad exits or loads
Process, Exist, %executable%
if !ErrorLevel = 0
Process, Close, %executable%
Run, %executable%, %emuPath%, hide
;Enough to hide the startup logo
Sleep, 2000
;Let's completely hide the menu by slighly moving the window off screen
;nullDC will self adjust once the menu autohides
if(fullScreen = 1){
yOffset = -20
winHeight := A_ScreenHeight - yOffset
WinMove, nullDC,, 0, %yOffset%, %A_ScreenWidth%, %winHeight%
}
WinShow, nullDC
Process, WaitClose, %executable%
ExitApp
CloseProcess:
Process, Close, %executable%
return
et le settings pour les chemins de l'émulateur et des roms :
Spoiler: [exe info]
path=D:\Hyperspin\Emulators\Sega Dreamcast\
rompath=D:\Hyperspin\Emulators\Sega Dreamcast\roms\
userompath=true
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi
parameters=
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=false
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=D:\Hyperspin\Media\Sega Dreamcast\Video
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=Capcom Fighting Collection
random_game=false
start_on_favorites=false
[Special Art A]
default=false
active=true
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=bottom
[Special Art B]
default=true
active=true
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=true
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640
Re: Hyperspin dreamcast [Résolu]
merci de ta réponse
L’émulateur est nullDC_Win32_Release-NoTrace et quand je lance avec hyperspin des que j'appuie sur dreamcast le petit écran sa revient direct sur le logo dreamcast.
merci d'avance
L’émulateur est nullDC_Win32_Release-NoTrace et quand je lance avec hyperspin des que j'appuie sur dreamcast le petit écran sa revient direct sur le logo dreamcast.
merci d'avance
Re: Hyperspin dreamcast [Résolu]
Re , Bon OK , alors à priori si tu me dis que ça passe en émulateur seul ,
là , à priori , il lance l'émulateur mais pas la rom ? donc vérifie vraiment tes chemins dans le fichiers settings
après au cas ou ,
Regarde ton module , compare avec le mien , je te dis ça parce qu'on a le même émulateur et , parce que moi , je viens de tester pour l'émulateur Atari Lynx , et même soucis que toi , en émulateur handy seul , ça passe
mais sous hyperspin , il me jette
en me disant que le chemin des roms est pas bon .(et pourtant c'est bon , j'ai même bidouiller dans le registre de l'émulateur pour voir ces fichus chemins ,c'est pour dire )
alors du coup , j'ai testé un 2nd émulateur (mednafen pour pas le citer ) , j'ai choper le module qui va bien avec ,et nickel , ça passe crême
,bon j'ai pas la console en background mais pô graaave
Depuis ce matin , je me bats avec cet émulateur sans succès .
Donc j'espère pour toi que tu trouveras ta solution pour la Dreamcast , après il y a des pros de module ici , mais moi je chercherai de ce coté là .
et assure toi bien tout de même que tes chemins sont bons dans le settings dreamcast , et vérifie même par HyperHq si tu veux pas te les taper à la main
là , à priori , il lance l'émulateur mais pas la rom ? donc vérifie vraiment tes chemins dans le fichiers settings
après au cas ou ,
Regarde ton module , compare avec le mien , je te dis ça parce qu'on a le même émulateur et , parce que moi , je viens de tester pour l'émulateur Atari Lynx , et même soucis que toi , en émulateur handy seul , ça passe

mais sous hyperspin , il me jette

alors du coup , j'ai testé un 2nd émulateur (mednafen pour pas le citer ) , j'ai choper le module qui va bien avec ,et nickel , ça passe crême

Depuis ce matin , je me bats avec cet émulateur sans succès .
Donc j'espère pour toi que tu trouveras ta solution pour la Dreamcast , après il y a des pros de module ici , mais moi je chercherai de ce coté là .
et assure toi bien tout de même que tes chemins sont bons dans le settings dreamcast , et vérifie même par HyperHq si tu veux pas te les taper à la main

Re: Hyperspin dreamcast [Résolu]
merci encore donc maintenant j'arrive a voir la liste des jeux avec hyperspin sauf que je vois que les 102 dalmatiens mais je n'ai pas mis se jeu.
merci d'avance
merci d'avance
Re: Hyperspin dreamcast [Résolu]
En fait si tu as 102 dalmatiens puppies machin ... en fait , tu dois avoir le database complet des jeux dreamcast , celui ci est dans ta liste pour hyperspin mais si tu n'as pas la rom
ben ,faut la virer de la liste (soit à la main ) , soit re créer ton xml via hyperlist (cf tuto ici même dans un autre post ) , soit tu vires à la main
cette partie :
game name="102 Dalmatians - Puppies to the Rescue (USA)" index="true" image="1"
description102 Dalmatians - Puppies to the Rescue (USA)/description
cloneof/cloneof
crc/crc
manufacturerEidos Interactive/manufacturer
year2000/year
genrePlatform/genre
ratingESRB - E (Everyone)/rating
enabledYes/enabled
/game
et tu fais de même pour chaque rom que tu possédes pas
Et sinon , si tu envoies un jeu avec la rom que tu possède , ça donne quoi ?
ben ,faut la virer de la liste (soit à la main ) , soit re créer ton xml via hyperlist (cf tuto ici même dans un autre post ) , soit tu vires à la main
cette partie :
game name="102 Dalmatians - Puppies to the Rescue (USA)" index="true" image="1"
description102 Dalmatians - Puppies to the Rescue (USA)/description
cloneof/cloneof
crc/crc
manufacturerEidos Interactive/manufacturer
year2000/year
genrePlatform/genre
ratingESRB - E (Everyone)/rating
enabledYes/enabled
/game
et tu fais de même pour chaque rom que tu possédes pas

Et sinon , si tu envoies un jeu avec la rom que tu possède , ça donne quoi ?
Re: Hyperspin dreamcast [Résolu]
merci
le jeu crazy taxi 2 se nomme stc-CT2U donc cela donne dans le databases
game name="STC-CT2U [!]" index="" image=""
descriptionSTC-CT2U/description
cloneof/cloneof
crcd7ab4c6b/crc
manufacturerCapcom/manufacturer
year2000/year
genreFighter/genre
/game
merci d'avance pour l'aide que vous m'apporter
le jeu crazy taxi 2 se nomme stc-CT2U donc cela donne dans le databases
game name="STC-CT2U [!]" index="" image=""
descriptionSTC-CT2U/description
cloneof/cloneof
crcd7ab4c6b/crc
manufacturerCapcom/manufacturer
year2000/year
genreFighter/genre
/game
merci d'avance pour l'aide que vous m'apporter
Re: Hyperspin dreamcast [Résolu]
Est-ce une image de disque ".cdi" ?
Et as- tu bien renommé les média correspondant (dans dossier "Wheel","Artwork1","Artwork3")?
voir n'as tu pas un doublon dans ta databases ( 2 fois le crazy taxi 2)?
autrement moi pour crazy taxi 2 j'ai ça :
game name="Crazy Taxi 2 v1.004 (2001)(Sega)(NTSC)(US)[!]"
descriptionCrazy Taxi 2 v1.004 (2001)(Sega)(NTSC)(US)[!]/description
cloneof /cloneof
crc /crc
manufacturer /manufacturer
year /year
genre /genre
/game
Et as- tu bien renommé les média correspondant (dans dossier "Wheel","Artwork1","Artwork3")?
voir n'as tu pas un doublon dans ta databases ( 2 fois le crazy taxi 2)?
autrement moi pour crazy taxi 2 j'ai ça :
game name="Crazy Taxi 2 v1.004 (2001)(Sega)(NTSC)(US)[!]"
descriptionCrazy Taxi 2 v1.004 (2001)(Sega)(NTSC)(US)[!]/description
cloneof /cloneof
crc /crc
manufacturer /manufacturer
year /year
genre /genre
/game
- micaelo14
- Modérateur
- Messages : 3379
- Inscription : 19 oct. 2012 - 01:00
- Localisation : Centre
- A remercié : 98 fois
- A été remercié : 165 fois
Re: Hyperspin dreamcast [Résolu]
merci
le jeu crazy taxi 2 se nomme stc-CT2U donc cela donne dans le databases
game name="STC-CT2U [!]" index="" image=""
descriptionSTC-CT2U/description
cloneof/cloneof
crcd7ab4c6b/crc
manufacturerCapcom/manufacturer
year2000/year
genreFighter/genre
/game
merci d'avance pour l'aide que vous m'apporter
Si ce que tu marque est exact le soucis est la :
Si ton jeu se nomme stc-...
Ton game name ne doit pas avoir de majuscule ni le point d exclamation.
le jeu crazy taxi 2 se nomme stc-CT2U donc cela donne dans le databases
game name="STC-CT2U [!]" index="" image=""
descriptionSTC-CT2U/description
cloneof/cloneof
crcd7ab4c6b/crc
manufacturerCapcom/manufacturer
year2000/year
genreFighter/genre
/game
merci d'avance pour l'aide que vous m'apporter
Si ce que tu marque est exact le soucis est la :
Si ton jeu se nomme stc-...
Ton game name ne doit pas avoir de majuscule ni le point d exclamation.
Re: Hyperspin dreamcast [Résolu]
voila l'erreur quand je veut lancer le jeu
cannot find rom -C:\Users\Desktop\HyperSpin Install1.0Final1\Emulateur\SegaDreamcast\roms\STC-CT2U[!] with any provided extension
si vous avez une idee
cannot find rom -C:\Users\Desktop\HyperSpin Install1.0Final1\Emulateur\SegaDreamcast\roms\STC-CT2U[!] with any provided extension
si vous avez une idee
Re: Hyperspin dreamcast [Résolu]
regarde dans ton setting si tu as bien l'info sur l'extension(me souvient pas sur dreamcast mais peut etre cdi comme j'ai vu au dessus)
Re: Hyperspin dreamcast [Résolu]
j'ai dû me tromper à un endroit
Fichier nulldc
;; nullDC config file;;
[exe info]
path=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\nullDC_Win32_Release-NoTrace.exe
rompath=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\roms\
userompath=true
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=false
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=D:\Hyperspin\Media\Sega Dreamcast\Video
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=Capcom Fighting Collection
random_game=false
start_on_favorites=false
[Special Art A]
default=false
active=true
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=bottom
[Special Art B]
default=true
active=true
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=true
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640
[nullDC]
Dynarec.Enabled=1
Dynarec.DoConstantPropagation=1
Dynarec.SafeMode=1
Dynarec.UnderclockFpu=0
Dreamcast.Cable=3
Dreamcast.RTC=1543363207
Dreamcast.Region=3
Dreamcast.Broadcast=4
Emulator.AutoStart=0
Emulator.NoConsole=0
[nullDC_plugins]
GUI=nullDC_GUI_Win32.dll
Current_PVR=drkPvr_Win32.dll
Current_GDR=ImgReader_Win32.dll
Current_AICA=nullAica_Win32.dll
Current_ARM=vbaARM_Win32.dll
Current_ExtDevice=nullExtDev_Win32.dll
Current_maple0_5=drkMapleDevices_Win32.dll:0
Current_maple0_0=drkMapleDevices_Win32.dll:2
Current_maple0_1=NULL
Current_maple1_5=NULL
Current_maple2_5=NULL
Current_maple3_5=NULL
[nullDC_GUI]
AutoHideMenu=1
Fullscreen=0
AlwaysOnTop=0
[drkpvr]
Emulation.AlphaSortMode=1
Emulation.PaletteMode=1
Emulation.ModVolMode=0
Emulation.ZBufferMode=0
Emulation.TexCacheMode=0
OSD.ShowFPS=0
OSD.ShowStats=0
Video.ResolutionMode=0
Video.VSync=0
Enhancements.MultiSampleCount=0
Enhancements.MultiSampleQuality=0
Enhancements.AspectRatioMode=1
[ImageReader]
PatchRegion=0
LoadDefaultImage=0
DefaultImage=defualt.gdi
LastImage=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\roms\STC-CT2U.cdi
[nullAica]
BufferSize=2048
LimitFPS=1
HW_mixing=0
SoundRenderer=1
GlobalFocus=1
BufferCount=1
CDDAMute=0
GlobalMute=0
DSPEnabled=0
Volume=90
[nullExtDev]
mode=0
adapter=0
[ndc_hookjoy]
PortA_CONT_C=66
PortA_CONT_B=88
PortA_CONT_A=86
PortA_CONT_START=16
PortA_CONT_DPAD_UP=38
PortA_CONT_DPAD_DOWN=40
PortA_CONT_DPAD_LEFT=37
PortA_CONT_DPAD_RIGHT=39
PortA_CONT_Z=77
PortA_CONT_Y=90
PortA_CONT_X=67
PortA_CONT_DPAD2_UP=0
PortA_CONT_DPAD2_DOWN=0
PortA_CONT_DPAD2_LEFT=0
PortA_CONT_DPAD2_RIGHT=0
PortA_CONT_ANALOG_UP=73
PortA_CONT_ANALOG_DOWN=75
PortA_CONT_ANALOG_LEFT=74
PortA_CONT_ANALOG_RIGHT=76
PortA_CONT_LSLIDER=65
PortA_CONT_RSLIDER=83
PortB_CONT_C=66
PortB_CONT_B=88
PortB_CONT_A=86
PortB_CONT_START=16
PortB_CONT_DPAD_UP=38
PortB_CONT_DPAD_DOWN=40
PortB_CONT_DPAD_LEFT=37
PortB_CONT_DPAD_RIGHT=39
PortB_CONT_Z=77
PortB_CONT_Y=90
PortB_CONT_X=67
PortB_CONT_DPAD2_UP=0
PortB_CONT_DPAD2_DOWN=0
PortB_CONT_DPAD2_LEFT=0
PortB_CONT_DPAD2_RIGHT=0
PortB_CONT_ANALOG_UP=73
PortB_CONT_ANALOG_DOWN=75
PortB_CONT_ANALOG_LEFT=74
PortB_CONT_ANALOG_RIGHT=76
PortB_CONT_LSLIDER=65
PortB_CONT_RSLIDER=83
PortC_CONT_C=66
PortC_CONT_B=88
PortC_CONT_A=86
PortC_CONT_START=16
PortC_CONT_DPAD_UP=38
PortC_CONT_DPAD_DOWN=40
PortC_CONT_DPAD_LEFT=37
PortC_CONT_DPAD_RIGHT=39
PortC_CONT_Z=77
PortC_CONT_Y=90
PortC_CONT_X=67
PortC_CONT_DPAD2_UP=0
PortC_CONT_DPAD2_DOWN=0
PortC_CONT_DPAD2_LEFT=0
PortC_CONT_DPAD2_RIGHT=0
PortC_CONT_ANALOG_UP=73
PortC_CONT_ANALOG_DOWN=75
PortC_CONT_ANALOG_LEFT=74
PortC_CONT_ANALOG_RIGHT=76
PortC_CONT_LSLIDER=65
PortC_CONT_RSLIDER=83
PortD_CONT_C=66
PortD_CONT_B=88
PortD_CONT_A=86
PortD_CONT_START=16
PortD_CONT_DPAD_UP=38
PortD_CONT_DPAD_DOWN=40
PortD_CONT_DPAD_LEFT=37
PortD_CONT_DPAD_RIGHT=39
PortD_CONT_Z=77
PortD_CONT_Y=90
PortD_CONT_X=67
PortD_CONT_DPAD2_UP=0
PortD_CONT_DPAD2_DOWN=0
PortD_CONT_DPAD2_LEFT=0
PortD_CONT_DPAD2_RIGHT=0
PortD_CONT_ANALOG_UP=73
PortD_CONT_ANALOG_DOWN=75
PortD_CONT_ANALOG_LEFT=74
PortD_CONT_ANALOG_RIGHT=76
PortD_CONT_LSLIDER=65
PortD_CONT_RSLIDER=83
local_port=0
server_addr=192.168.1.33
server_port=11122
[drkMaple]
VMU.Show=1
Mouse.Sensitivity=100
[PuruPuru_Pad_1]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[PuruPuru_Pad_2]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[PuruPuru_Pad_3]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[PuruPuru_Pad_4]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[Xmaple]
Controller.DeadZone=25
PuruPuru.UseRealFrequency=1
PuruPuru.Length=175
PuruPuru.Intensity=100
fichier setting
[exe info]
path=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\
rompath=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\roms\
userompath=false
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi,iso,bin,cue,nrg
parameters=
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=true
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=0
small_alpha = 1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Media\Sega Dreamcast\Video\
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=stc-ct2u [!]
random_game=false
start_on_favorites=false
[Special Art A]
default=false
active=false
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=none
[Special Art B]
default=false
active=false
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=false
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640[/size]
capture ecran jeu dossier

encore merci
Fichier nulldc
;; nullDC config file;;
[exe info]
path=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\nullDC_Win32_Release-NoTrace.exe
rompath=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\roms\
userompath=true
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=false
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=D:\Hyperspin\Media\Sega Dreamcast\Video
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=Capcom Fighting Collection
random_game=false
start_on_favorites=false
[Special Art A]
default=false
active=true
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=bottom
[Special Art B]
default=true
active=true
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=true
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640
[nullDC]
Dynarec.Enabled=1
Dynarec.DoConstantPropagation=1
Dynarec.SafeMode=1
Dynarec.UnderclockFpu=0
Dreamcast.Cable=3
Dreamcast.RTC=1543363207
Dreamcast.Region=3
Dreamcast.Broadcast=4
Emulator.AutoStart=0
Emulator.NoConsole=0
[nullDC_plugins]
GUI=nullDC_GUI_Win32.dll
Current_PVR=drkPvr_Win32.dll
Current_GDR=ImgReader_Win32.dll
Current_AICA=nullAica_Win32.dll
Current_ARM=vbaARM_Win32.dll
Current_ExtDevice=nullExtDev_Win32.dll
Current_maple0_5=drkMapleDevices_Win32.dll:0
Current_maple0_0=drkMapleDevices_Win32.dll:2
Current_maple0_1=NULL
Current_maple1_5=NULL
Current_maple2_5=NULL
Current_maple3_5=NULL
[nullDC_GUI]
AutoHideMenu=1
Fullscreen=0
AlwaysOnTop=0
[drkpvr]
Emulation.AlphaSortMode=1
Emulation.PaletteMode=1
Emulation.ModVolMode=0
Emulation.ZBufferMode=0
Emulation.TexCacheMode=0
OSD.ShowFPS=0
OSD.ShowStats=0
Video.ResolutionMode=0
Video.VSync=0
Enhancements.MultiSampleCount=0
Enhancements.MultiSampleQuality=0
Enhancements.AspectRatioMode=1
[ImageReader]
PatchRegion=0
LoadDefaultImage=0
DefaultImage=defualt.gdi
LastImage=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\roms\STC-CT2U.cdi
[nullAica]
BufferSize=2048
LimitFPS=1
HW_mixing=0
SoundRenderer=1
GlobalFocus=1
BufferCount=1
CDDAMute=0
GlobalMute=0
DSPEnabled=0
Volume=90
[nullExtDev]
mode=0
adapter=0
[ndc_hookjoy]
PortA_CONT_C=66
PortA_CONT_B=88
PortA_CONT_A=86
PortA_CONT_START=16
PortA_CONT_DPAD_UP=38
PortA_CONT_DPAD_DOWN=40
PortA_CONT_DPAD_LEFT=37
PortA_CONT_DPAD_RIGHT=39
PortA_CONT_Z=77
PortA_CONT_Y=90
PortA_CONT_X=67
PortA_CONT_DPAD2_UP=0
PortA_CONT_DPAD2_DOWN=0
PortA_CONT_DPAD2_LEFT=0
PortA_CONT_DPAD2_RIGHT=0
PortA_CONT_ANALOG_UP=73
PortA_CONT_ANALOG_DOWN=75
PortA_CONT_ANALOG_LEFT=74
PortA_CONT_ANALOG_RIGHT=76
PortA_CONT_LSLIDER=65
PortA_CONT_RSLIDER=83
PortB_CONT_C=66
PortB_CONT_B=88
PortB_CONT_A=86
PortB_CONT_START=16
PortB_CONT_DPAD_UP=38
PortB_CONT_DPAD_DOWN=40
PortB_CONT_DPAD_LEFT=37
PortB_CONT_DPAD_RIGHT=39
PortB_CONT_Z=77
PortB_CONT_Y=90
PortB_CONT_X=67
PortB_CONT_DPAD2_UP=0
PortB_CONT_DPAD2_DOWN=0
PortB_CONT_DPAD2_LEFT=0
PortB_CONT_DPAD2_RIGHT=0
PortB_CONT_ANALOG_UP=73
PortB_CONT_ANALOG_DOWN=75
PortB_CONT_ANALOG_LEFT=74
PortB_CONT_ANALOG_RIGHT=76
PortB_CONT_LSLIDER=65
PortB_CONT_RSLIDER=83
PortC_CONT_C=66
PortC_CONT_B=88
PortC_CONT_A=86
PortC_CONT_START=16
PortC_CONT_DPAD_UP=38
PortC_CONT_DPAD_DOWN=40
PortC_CONT_DPAD_LEFT=37
PortC_CONT_DPAD_RIGHT=39
PortC_CONT_Z=77
PortC_CONT_Y=90
PortC_CONT_X=67
PortC_CONT_DPAD2_UP=0
PortC_CONT_DPAD2_DOWN=0
PortC_CONT_DPAD2_LEFT=0
PortC_CONT_DPAD2_RIGHT=0
PortC_CONT_ANALOG_UP=73
PortC_CONT_ANALOG_DOWN=75
PortC_CONT_ANALOG_LEFT=74
PortC_CONT_ANALOG_RIGHT=76
PortC_CONT_LSLIDER=65
PortC_CONT_RSLIDER=83
PortD_CONT_C=66
PortD_CONT_B=88
PortD_CONT_A=86
PortD_CONT_START=16
PortD_CONT_DPAD_UP=38
PortD_CONT_DPAD_DOWN=40
PortD_CONT_DPAD_LEFT=37
PortD_CONT_DPAD_RIGHT=39
PortD_CONT_Z=77
PortD_CONT_Y=90
PortD_CONT_X=67
PortD_CONT_DPAD2_UP=0
PortD_CONT_DPAD2_DOWN=0
PortD_CONT_DPAD2_LEFT=0
PortD_CONT_DPAD2_RIGHT=0
PortD_CONT_ANALOG_UP=73
PortD_CONT_ANALOG_DOWN=75
PortD_CONT_ANALOG_LEFT=74
PortD_CONT_ANALOG_RIGHT=76
PortD_CONT_LSLIDER=65
PortD_CONT_RSLIDER=83
local_port=0
server_addr=192.168.1.33
server_port=11122
[drkMaple]
VMU.Show=1
Mouse.Sensitivity=100
[PuruPuru_Pad_1]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[PuruPuru_Pad_2]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[PuruPuru_Pad_3]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[PuruPuru_Pad_4]
l_shoulder=-1
r_shoulder=-1
a_button=-1
b_button=-1
x_button=-1
y_button=-1
start_button=-1
dpad_up=-1
dpad_down=-1
dpad_left=-1
dpad_right=-1
main_x_left=-1
main_x_right=-1
main_y_up=-1
main_y_down=-1
halfpress=-1
deadzone=24
pakku_intensity=100
pakku_length=175
keyboard=0
joy_id=0
controllertype=0
[Xmaple]
Controller.DeadZone=25
PuruPuru.UseRealFrequency=1
PuruPuru.Length=175
PuruPuru.Intensity=100
fichier setting
[exe info]
path=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\
rompath=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Emulateur\Sega Dreamcast\roms\
userompath=false
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi,iso,bin,cue,nrg
parameters=
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=true
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=0
small_alpha = 1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=C:\Users\LAMBERT\Desktop\HyperSpin Install 1.0 Final1\Media\Sega Dreamcast\Video\
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=stc-ct2u [!]
random_game=false
start_on_favorites=false
[Special Art A]
default=false
active=false
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=none
[Special Art B]
default=false
active=false
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=false
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640[/size]
capture ecran jeu dossier

encore merci
- micaelo14
- Modérateur
- Messages : 3379
- Inscription : 19 oct. 2012 - 01:00
- Localisation : Centre
- A remercié : 98 fois
- A été remercié : 165 fois
Re: Hyperspin dreamcast [Résolu]
[exe info]
path=D:\Hyperspin\Emulators\Sega Dreamcast\nulldc\
rompath=D:\Hyperspin\Emulators\Romfiles\dreamcast\
userompath=true
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi,mds,cue,iso,nrg
parameters=
searchsubfolders=true
pcgame=false
winstate=HIDDEN
hyperlaunch=true
path=D:\Hyperspin\Emulators\Sega Dreamcast\nulldc\
rompath=D:\Hyperspin\Emulators\Romfiles\dreamcast\
userompath=true
exe=nullDC_Win32_Release-NoTrace.exe
romextension=cdi,mds,cue,iso,nrg
parameters=
searchsubfolders=true
pcgame=false
winstate=HIDDEN
hyperlaunch=true
- grey_werewolf
- Habitué
- Messages : 73
- Inscription : 02 nov. 2012 - 00:00
Re: Hyperspin dreamcast [Résolu]
un petit truc en plus : ne pas mettre hyperspin ou quoi que ce soit sur le bureau.
le pc est obligé de charger ce qu il y a dessus (hyperspin pese trés lourd) et en cas de crash on perd tout.
le pc est obligé de charger ce qu il y a dessus (hyperspin pese trés lourd) et en cas de crash on perd tout.
Re: Hyperspin dreamcast [Résolu]
merci
j'ai bien remis sur le disque dur mais j'ai toujours cette erreur
C:\HyperSpin Install1.0Final1\Emulateur\SegaDreamcast\roms\2004-06-28-Crazy-Taxi-2-Pal-DCP [!] with any provided extension
j'ai mis meme un nouveau rom mais toujours pareil
si vous avez des idees je suis preneur
j'ai bien remis sur le disque dur mais j'ai toujours cette erreur
C:\HyperSpin Install1.0Final1\Emulateur\SegaDreamcast\roms\2004-06-28-Crazy-Taxi-2-Pal-DCP [!] with any provided extension
j'ai mis meme un nouveau rom mais toujours pareil
si vous avez des idees je suis preneur