Moi je sais que j'ai galéré avec la config de celui ci , après je ne suis pas un pro pour les configs
mais le meilleur conseil que je peux te donner c'est que je suis d'abord passé par un front-end pour voir si mes roms étaient détecté correctement dans un 1er temps .
Et à priori , dans tous les cas , je pense qu'il faut d'abord maitriser l'émulateur en lui même (configurer la video , les roms et les Keys controllers) pour ensuite le coupler à Hyperspin

.
De mémoire ,j'ai pris un
FE du nom de Aldo Zinc's Front End (et de mémoire , il y a un Front End dans le pack dispo pour Zinc,il faut y re configurer les chemins des roms et l'affichage de mémoire
sinon pour le mien c'est ici que je l'ai 'chopé' sur le bas de page :
Aldo FE
, ensuite j'ai configuré l'affichage ,mes roms ont été détectées correctement et le lancement s'est bien passé via le FE !
Ensuite pour Hyperspin , j'ai galéré sur 3 modules et le mien à la fin ressemble à ceci
MODULE :
Spoiler: ;----------------------------------------------------------------------------
; Zinc
; zinc.exe 1.1
; by djvj
; 1.2
;
; Notes:
; Script relies on a zinc.cfg in the emu dir which contains all the parameters sent to the emu
; This is made for you by using Aldo's ZiNc Front-End v2.2.
; Zinc uses numbers, not romnames to choose what game to load. Your database's game names should reflect this.
;----------------------------------------------------------------------------
Fullscreen = true
;----------------------------------------------------------------------------
rendFile := CheckFile(emuPath . "renderer.cfg")
FileRead, rendCFG, %rendFile%
GUI_ID := FadeInStart()
; Setting Fullscreen setting in cfg if it doesn't match what user wants above
currentFullScreen := (InStr(rendCFG, "FullScreen = 1") ? ("true") : ("false"))
If ( Fullscreen != "true" And currentFullScreen = "true" ) {
StringReplace, rendCFG, rendCFG, FullScreen = 1, FullScreen = 0
StringReplace, rendCFG, rendCFG, StartFullScreen = true, StartFullScreen = false
Save = 1
} Else If ( Fullscreen = "true" And currentFullScreen = "false" ) {
StringReplace, rendCFG, rendCFG, FullScreen = 0, FullScreen = 1
StringReplace, rendCFG, rendCFG, StartFullScreen = false, StartFullScreen = true
Save = 1
}
If Save
SaveFile(rendCFG, rendFile)
Run, %executable% %romName% "--use-config-file=zinc.cfg", %emuPath% ;, Hide
WinWait, ZiNc ahk_class WinZincWnd
WinWaitActive, ZiNc ahk_class WinZincWnd
WinHide, ZiNc ahk_class ConsoleWindowClass ; prevents the console window from popping into view
GUI_ID2 := FadeInExit()
Process, WaitClose, %executable%
GUI_ID4 := FadeOutExit()
WinActivate, Hyperspin
ExitApp
SaveFile(text,file) {
FileDelete, %file%
FileAppend, %text%, %file%
}
CloseProcess:
GUI_ID3 := FadeOutStart()
WinClose, ZiNc ahk_class WinZincWnd
Return
et pour Settings , j'ai ça :
Spoiler:
[exe info]
path=D:\Hyperspin\Emulators\Zinc\
rompath=D:\Hyperspin\Emulators\Zinc\roms\
userompath=false
exe=ZiNc.exe
romextension = zip
parameters =
searchsubfolders = false
pcgame = false
winstate = HIDDEN
hyperlaunch=true
[themes]
themes_only = false
animate_out_default=true
reload_backgrounds=true
[wheel]
alpha = .15
style = normal
speed = high
vert_wheel_position = right
text_with_images = true
text_width = 700
text_font = Style2
small_text_width = 260
large_text_width = 400
text_stroke_size = 8
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio = 100
shadow_distance = 0
shadow_angle = 45
shadow_color=0x000000
shadow_alpha = 1
shadow_blur = 0
[pointer]
x = 965
y = 384
[video defaults]
path=D:\hyperspin\Media\Zinc\Video\
width = 400
height = 400
x = 300
y = 400
rotation = 0
animation_time = .5
animation_type = none
animation_start = none
border_color = 0x000000
border_size = 12
border_color2 = 0XOOOOOO
border_size2 = 0
border_color3 = 0XOOOOOO
border_size3 = 0
forceaspect = none
belowwheel = false
[sounds]
game_sounds = true
wheel_click = true
[navigation]
game_jump = 25
sort_by_name = false
remove_info_wheel=false
remove_info_text = false
use_parent_vids = false
use_parent_themes = false
last_game=40
use_indexes=false
start_on_favorites=false
[artwork1 defaults]
x = 512
y = 160
rotation = 0
animation_time = .5
animation_type = ease
animation_start = top
animation_rest = none
[artwork2 defaults]
x = 200
y = 500
rotation = 0
animation_time = .5
animation_type = ease
animation_start = right
animation_rest = none
[artwork3 defaults]
x = 200
y = 500
rotation = 0
animation_time = .5
animation_type = ease
animation_start = left
animation_rest = none
[artwork4 defaults]
x = 512
y = 500
rotation = 0
animation_time = .5
animation_type = ease
animation_start = none
animation_rest = none
[Special Art A]
default = false
active = true
x = 512
y = 720
in = .4
out = .4
length = 3
delay = .1
type = normal
start = bottom
[Special Art B]
default = true
active = true
x = 512
y = 740
in = .4
out = .4
length = 3
delay = .1
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
[Genre Screen]
allgames_title = All Games
text_color = 0x000000
text_x = 150
text_y = 200
stroke_color = 0xffffff
stroke_size = 7
[filters]
themes_only=false
[Special Art C]
active=true
type=fade
x=512
y=384
length=3
delay=10
start=none