[RESOLU] Sega Model 2 Emulator et HL3
Modérateurs : Porko, Modérateurs
- orionas84
- Passionné
- Messages : 188
- Inscription : 05 févr. 2015 - 14:16
- Localisation : Toulouse
- A remercié : 39 fois
- A été remercié : 1 fois
[RESOLU] Sega Model 2 Emulator et HL3
Bonjour tout le monde !
J'ai un soucis dans l'implantation de sega model 2 v1.1.a avec hyperlaunch 3, quand je veux editer le fichier ahk n'est apparement pas associé avec un ISD file... Je bloque ... je ne vois pas où est le problème ..
Please Help!!!!
J'ai un soucis dans l'implantation de sega model 2 v1.1.a avec hyperlaunch 3, quand je veux editer le fichier ahk n'est apparement pas associé avec un ISD file... Je bloque ... je ne vois pas où est le problème ..
Please Help!!!!
Dernière modification par orionas84 le 23 avr. 2015 - 22:58, modifié 1 fois.
- kefran69
- Maître
- Messages : 3907
- Inscription : 05 mai 2013 - 01:00
- Localisation : Villefranche sur Saône
- A remercié : 59 fois
- A été remercié : 640 fois
Re: [EN COURS] Sega Model 2 Emulator et HL3
Va dans ton dossier Modules-->Sega Model 2 Emulator
La tu dois avoir normalement deux fichiers, Sega Model 2 Emulator.ahk et Sega Model 2 Emulator.isd
Si ce n'est pas le cas : https://app.box.com/s/k1frvsc9gq040ovji982v4lvtxdkjuj2
La tu dois avoir normalement deux fichiers, Sega Model 2 Emulator.ahk et Sega Model 2 Emulator.isd
Si ce n'est pas le cas : https://app.box.com/s/k1frvsc9gq040ovji982v4lvtxdkjuj2
- orionas84
- Passionné
- Messages : 188
- Inscription : 05 févr. 2015 - 14:16
- Localisation : Toulouse
- A remercié : 39 fois
- A été remercié : 1 fois
Re: [EN COURS] Sega Model 2 Emulator et HL3
Effectivement je n'avais pas ce fichier, Merci beaucoup !!!
mais le problème reste le même, alors peut etre le soucis vient de mon Ahk:
MEmu = Sega Model 2 Emulator
MEmuV = v1.0
MURL = http://nebula.emulatronia.com/" onclick="window.open(this.href);return false;
MAuthor = djvj
MVersion = 2.0.1
MCRC = 155BC798
iCRC =
MID = 635038268923290039
MSystem = "Sega Model 2"
;----------------------------------------------------------------------------
; Notes:
; Oustide of Hyperspin, open the Sega Model 2 Emulator.
; Under Video enable "auto switch to fullscreen".
; Open the EMULATOR.INI and set your Dir1 to your roms dir (no backslash needed)
; model2.zip must exist in your rom path which contains the needed bios files for the system.
;----------------------------------------------------------------------------
StartModule()
FadeInStart()
CheckFile(romPath . "\model2.zip","Could not locate ""model2.zip"" which contains the bios files for this emulator. Please make sure it exists in the same folder as your roms.")
Run(executable . A_Space . romName,emuPath,"Hide")
WinWait("AHK_class MYWIN",,,"Model 2 Emulator")
WinWaitActive("AHK_class MYWIN",,,"Model 2 Emulator")
Sleep, 1000 ; Increase if Hyperspin is getting a quick flash in before the game loads
FadeInExit()
Process("WaitClose", executable)
FadeOutExit()
ExitModule()
RestoreEmu:
SetKeyDelay,,100
Send !{Enter}
Send !{Enter}
Return
CloseProcess:
FadeOutStart()
WinClose("AHK_class MYWIN")
Return
mais le problème reste le même, alors peut etre le soucis vient de mon Ahk:
MEmu = Sega Model 2 Emulator
MEmuV = v1.0
MURL = http://nebula.emulatronia.com/" onclick="window.open(this.href);return false;
MAuthor = djvj
MVersion = 2.0.1
MCRC = 155BC798
iCRC =
MID = 635038268923290039
MSystem = "Sega Model 2"
;----------------------------------------------------------------------------
; Notes:
; Oustide of Hyperspin, open the Sega Model 2 Emulator.
; Under Video enable "auto switch to fullscreen".
; Open the EMULATOR.INI and set your Dir1 to your roms dir (no backslash needed)
; model2.zip must exist in your rom path which contains the needed bios files for the system.
;----------------------------------------------------------------------------
StartModule()
FadeInStart()
CheckFile(romPath . "\model2.zip","Could not locate ""model2.zip"" which contains the bios files for this emulator. Please make sure it exists in the same folder as your roms.")
Run(executable . A_Space . romName,emuPath,"Hide")
WinWait("AHK_class MYWIN",,,"Model 2 Emulator")
WinWaitActive("AHK_class MYWIN",,,"Model 2 Emulator")
Sleep, 1000 ; Increase if Hyperspin is getting a quick flash in before the game loads
FadeInExit()
Process("WaitClose", executable)
FadeOutExit()
ExitModule()
RestoreEmu:
SetKeyDelay,,100
Send !{Enter}
Send !{Enter}
Return
CloseProcess:
FadeOutStart()
WinClose("AHK_class MYWIN")
Return
- kefran69
- Maître
- Messages : 3907
- Inscription : 05 mai 2013 - 01:00
- Localisation : Villefranche sur Saône
- A remercié : 59 fois
- A été remercié : 640 fois
Re: [EN COURS] Sega Model 2 Emulator et HL3
Ton module est plus ancien que le mien. Je te le file ici : https://app.box.com/s/47r8kbu2r63kr15snhzxhqt941fza82n
A associer avec le fichier .isd que que t'ai donner plus haut.
Essaye a nouveau après ça.
A associer avec le fichier .isd que que t'ai donner plus haut.
Essaye a nouveau après ça.
- orionas84
- Passionné
- Messages : 188
- Inscription : 05 févr. 2015 - 14:16
- Localisation : Toulouse
- A remercié : 39 fois
- A été remercié : 1 fois
Re: [EN COURS] Sega Model 2 Emulator et HL3
Merci je vais bosser la dessus !
Edit: Je crois que je m'enfonce de plus en plus ...
voilà où j'en suis... https://app.box.com/s/9ifrgfaoilwa4ai8jl7ulqcimhhbezp2" onclick="window.open(this.href);return false;
Edit: Je crois que je m'enfonce de plus en plus ...
voilà où j'en suis... https://app.box.com/s/9ifrgfaoilwa4ai8jl7ulqcimhhbezp2" onclick="window.open(this.href);return false;
Re: [EN COURS] Sega Model 2 Emulator et HL3
Je suis en train de migrer ma HeabyBox + tout les systèmes que j'ai ajouté vers Hyperlaunch 3.
Le model 2 fonctionne chez moi, voici le ahk et le isd que j'utilise:
https://mega.co.nz/#!sVBgnIDZ!r6EiCfqrB ... XQuowDSlH0" onclick="window.open(this.href);return false;
Si cela peut t'aider
Le model 2 fonctionne chez moi, voici le ahk et le isd que j'utilise:
https://mega.co.nz/#!sVBgnIDZ!r6EiCfqrB ... XQuowDSlH0" onclick="window.open(this.href);return false;
Si cela peut t'aider