Bon voici mes paramètres en spoiler
le module :
;----------------------------------------------------------------------------
; Sega Model 3
; SuperModel svn r251
; by djvj chillin
; 1.7
;
; Notes:
; Required settings.ini file found on the ftp @ /Upload Here/djvj/Sega Model 3/ goes in the folder with this module
; Set ConfigInputs to true if you want to configure the controls for the emulator. Set to false when you want to play a game
;----------------------------------------------------------------------------
Fullscreen = true
Widescreen = false
ConfigInputs = false
Resolution = 800,600 ; Width,Height
vertShader = ; Filename of the 3D vertex shader
fragShader = ; Filename of the 3D fragment shader
inputSystem = ; Choices are dinput (default), xinput, rawinput. Use dinput for most setups. Use xinput if you use XBox 360 controllers. Use rawinput for multiple mice or keyboard support.
forceFeedback = true ; Turns on force feedback if you have a controller that supports it. Scud Race' (including 'Scud Race Plus'), 'Daytona USA 2' (both editions), and 'Sega Rally 2' are the only games that support it.
;----------------------------------------------------------------------------
SettingsFile := CheckFile(A_Scriptdir . "\Modules\" . systemName . "\Settings.ini")
FadeInStart()
iniread, frequency, %SettingsFile%, %romName%, frequency
iniread, throttle, %SettingsFile%, %romName%, throttle
freq = -ppc-frequency=%frequency%
throttle := (If throttle = "true" ? ("") : ("-no-throttle"))
fullscreen := (If Fullscreen = "true" ? ("-fullscreen") : ("-window"))
widescreen := (If widescreen = "true" ? ("-wide-screen") : (""))
resolution := (If Resolution != "" ? ("-res=" . Resolution) : (""))
vertShader := (If vertShader != "" ? ("-vert-shader=" . vertShader) : (""))
fragShader := (If fragShader != "" ? ("-frag-shader=" . fragShader) : (""))
inputSystem := (If inputSystem != "" ? ("-input-system=" . inputSystem) : (""))
forceFeedback := (If forceFeedback = "true" ? ("-force-feedback") : (""))
If ( ConfigInputs = "true" )
RunEmu(executable,, "-config-inputs",,,,,,,,, emuPath)
Else
RunEmu(executable, romPath . romName . romExtension, fullscreen, widescreen, resolution, freq, throttle, vertShader, fragShader, inputSystem, forceFeedback, emuPath, "Min")
WinWait, Supermodel
If ( ConfigInputs = "true" ) {
WinWait, AHK_class ConsoleWindowClass
WinGetPos,,, width,, AHK_class ConsoleWindowClass
x := ( A_ScreenWidth / 2 ) - ( width / 2 )
WinMove, AHK_class ConsoleWindowClass,, %x%, 0,, %A_ScreenHeight%
WinHide, Supermodel
WinActivate, AHK_class ConsoleWindowClass
} Else {
WinWaitActive, Supermodel ahk_class SDL_app
Sleep, 1000
}
FadeInExit()
Process, WaitClose, %executable%
FadeOutExit()
WinActivate, Hyperspin
ExitApp
RunEmu(exe,rom=0,param1=0,param2=0,param3=0,param4=0,param5=0,param6=0,param7=0,param8=0,param9=0,relativepath=0, min=0) {
Run, %exe% "%rom%" %param1% %param2% %param3% %param4% %param5% %param6% %param7% %param8% %param9%, %relativepath%, %min%
}
CloseProcess:
FadeOutStart()
WinClose, Supermodel ahk_class SDL_app
Return
et le settings qui doit se placer dans le même dossier module :
;SuperModel Settings.ini v.2a by Chillinwater djvj
;place in \hyperspin\modules\Sega Model 3 -folder
;To improve performance, Supermodel underclocks the PowerPC down to 25 MHz by
;default. This may be the cause of some games running too slowly even when the
;frame rate is at 60 FPS (which is the native rate). You may want to experiment
;with increasing the clock frequency, although this comes with a performance
;penalty.
;By default, Supermodel limits the frame rate to 60 Hz. This has no impact on
;performance except when the frame rate exceeds 60 FPS on fast systems. This
;can be disabled with the '-no-throttle' option. (true) otherwise leave blank.
[bass]
frequency=25
throttle=
[daytona2]
frequency=50throttle=[dayto2pe]
frequency=50throttle=
[dirtdvls]
frequency=25
throttle=
[dirtdvlsa]
frequency=25
throttle=
[eca]
frequency=25
throttle=
[ecax]
frequency=25
throttle=
[fvipers2]
frequency=50throttle=[getbass]
frequency=25
throttle=
[harley]
frequency=25
throttle=
[harleyb]
frequency=25
throttle=
[lamachin]
frequency=25
throttle=
[lemans24]
frequency=25
throttle=
[lostwsga]
frequency=25
throttle=
[magtruck]
frequency=25
throttle=
[oceanhun]
frequency=25
throttle=
[scud]
frequency=25
throttle=
[scuda]
frequency=50throttle=
[scudj]
frequency=25
throttle=
[scudp]
frequency=50
throttle=
[skichamp]
frequency=25
throttle=
[spikeofe]
frequency=50
throttle=
[spikeout]
frequency=50throttle=
[srally2]
frequency=50throttle=
[srally2x]
frequency=25
throttle=
[swtrilgy]
frequency=25
throttle=true
[swtrilgya]
frequency=25
throttle=true
[vf3]
frequency=50throttle=
[vf3a]
frequency=25
throttle=
[vf3tb]
frequency=25
throttle=
[von2]
frequency=25
throttle=
[von254g]
frequency=25
throttle=
[vs2]
frequency=50
throttle=
[vs215]
frequency=25
throttle=
[vs298]
frequency=50
throttle=
[vs29815]
frequency=25
throttle=
[vs299]
frequency=25
throttle=
[vs299a]
frequency=25
throttle=
[vs299b]
frequency=25
throttle=
[vs2v991]
frequency=25
throttle=
La résolution est de 800x600 dans le module, réglage que j'ai mis sur l'émulateur.A changer uniquement dans le module selon votre résolution d'écran.
Par contre tous ne sont pas jouables à ce jour, voir le site officiel pour les compatibilités .
Je joue sur ma borne avec ces réglages à : virtua striker 2,daytona usa2, scud race, spike out . Star wars trilogy tourne mais il plante chez moi

the lost world est ok aussi.
Virtua fighter 3 tourne mais y'a des glitchs graphique tout comme sega rally 2.
Voilà voilà
Où se trouve ces fichiers de configuration?
Beh....tu copie-colle ce que je viens de poster, c'est tout
le settings c'est un simple fichier notepad à caler dans le dossier module Sega Model 3, et pour le module en lui même, tu prend n'importe quel module ahk, tu efface tout dedans, tu copie-colle et tu renomme en Sega Model 3 :bounce:
Re,
Bon, j'ai exactement fait ce que tu m'a dit...J'ai crée un dossier Modules que j'ai placé dans hyperspin a coté de database,media,...j'ai recuperer un fichier ahk où j'ai tous effacer le contenu pour coller ton script et je l'ai renommer Sega Model 3...J'a crée un autre fichier encore que j'ai renommer settings et j'ai coller la deuxieme partie de ton script et j'ai placer ces 2 fichiers dans le dossier modules.
J'ai toujours le meme message d'erreur,"Sega Model 3 is an invalid System Name or Supermodel.exe isnt supported yet"
sa fait 2jours que je suis dessus et je n'arrive pas sa m'énerve!!!!!
Stp aide moi...
l'émulateur fonctionne bien mais impossible de le lancer via hyperspin