Jeux irotate type X et hyperspin, mode arrière plan en sortie
Modérateurs : Porko, Modérateurs
Jeux irotate type X et hyperspin, mode arrière plan en sortie
Bonsoir à tous,
j'ai un petit problème sur l'utilisation d'hyperspin avec les taito type X que je souhaitais partager avec vous :
afin de rendre jouable les jeux taito type X initialement en tate, j'utilise un executable du jeu qui intègre la fonction irotate, et me permet de jouer aux verticaux sur un écran horizontal. Pour sortir, un bete "esc" et je reviens sur mon bureau. Jusqu'à la, rien de passionnant me direz vous.
Avec hyperspin, pas de problème pour démarrer l'ensemble des jeux ( en .bat ou .lnk, en fonction). Le problème se pose sur la sortie des jeux "verticaux". Si je reviens bien sur hyperspin, celui-ci semble "en arrière plan", je suis obligé de basculer par un alt-tab pour que celui-ci redevienne fonctionnel. Je n'ai pas ce soucis avec les jeux nativement horizontaux, j'en déduit donc que la fonction de rotation en est la cause.
Quelqu'un d'autre ici a t'il eut le même problème ? avez-vous une idée de la manière de le contourner ??
la "mamebox" est destinée à être intégrée dans un borne...
Merci par avance pour vos éventuels "inputs" !
j'ai un petit problème sur l'utilisation d'hyperspin avec les taito type X que je souhaitais partager avec vous :
afin de rendre jouable les jeux taito type X initialement en tate, j'utilise un executable du jeu qui intègre la fonction irotate, et me permet de jouer aux verticaux sur un écran horizontal. Pour sortir, un bete "esc" et je reviens sur mon bureau. Jusqu'à la, rien de passionnant me direz vous.
Avec hyperspin, pas de problème pour démarrer l'ensemble des jeux ( en .bat ou .lnk, en fonction). Le problème se pose sur la sortie des jeux "verticaux". Si je reviens bien sur hyperspin, celui-ci semble "en arrière plan", je suis obligé de basculer par un alt-tab pour que celui-ci redevienne fonctionnel. Je n'ai pas ce soucis avec les jeux nativement horizontaux, j'en déduit donc que la fonction de rotation en est la cause.
Quelqu'un d'autre ici a t'il eut le même problème ? avez-vous une idée de la manière de le contourner ??
la "mamebox" est destinée à être intégrée dans un borne...
Merci par avance pour vos éventuels "inputs" !
- micaelo14
- Modérateur
- Messages : 3379
- Inscription : 19 oct. 2012 - 01:00
- Localisation : Centre
- A remercié : 98 fois
- A été remercié : 165 fois
Re: Jeux irotate type X et hyperspin, mode arrière plan en sortie
essai comme ceci
;----------------------------------------------------------------------------
; PC Games
; PCLAUNCHER.exe
;
;----------------------------------------------------------------------------
IniRead, gamePath, %A_Scriptdir%\Modules\%systemName%\settings.ini, %romName%, gamePath
IniRead, params, %A_Scriptdir%\Modules\%systemName%\settings.ini, %romName%, params
GUI_ID := FadeInStart()
Run, %rompath%%romname%%romextension%
;fix for runing .lnk files - see above
executable = %romname%.exe
sleep 500
send {r}
sleep 500
send {b}
WinWait, ahk_class WINDOW SPY TO FIND AHK CLASS
WinMaximize, ahk_class WINDOW SPY TO FIND AHK CLASS
GUI_ID2 := FadeInExit()
CloseProcess:
Process, Close, JoyToKey.exe
ControlSend, , {Esc}, ahk_pid %Errorlevel%
Process, Exist, %Executable%
WinKill, ahk_pid %Errorlevel%
sleep, 3000
Process, WaitClose, %Executable%
sleep, 2000
Process, Close, Hypersplash.exe
ExitApp
[exe info]
path=D:\Hyperspin\Emulators\Taito Type X2\
rompath=D:\Hyperspin\Emulators\Taito Type X2\Roms\
userompath=
exe=PCGAMES.exe
romextension=lnk
parameters=
searchsubfolders=
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=.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\American Laser Games\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=PI5
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
ton dossier emulateur devrait ressembler à ça

le dossiers roms

games

dans un dossier jeu

;----------------------------------------------------------------------------
; PC Games
; PCLAUNCHER.exe
;
;----------------------------------------------------------------------------
IniRead, gamePath, %A_Scriptdir%\Modules\%systemName%\settings.ini, %romName%, gamePath
IniRead, params, %A_Scriptdir%\Modules\%systemName%\settings.ini, %romName%, params
GUI_ID := FadeInStart()
Run, %rompath%%romname%%romextension%
;fix for runing .lnk files - see above
executable = %romname%.exe
sleep 500
send {r}
sleep 500
send {b}
WinWait, ahk_class WINDOW SPY TO FIND AHK CLASS
WinMaximize, ahk_class WINDOW SPY TO FIND AHK CLASS
GUI_ID2 := FadeInExit()
CloseProcess:
Process, Close, JoyToKey.exe
ControlSend, , {Esc}, ahk_pid %Errorlevel%
Process, Exist, %Executable%
WinKill, ahk_pid %Errorlevel%
sleep, 3000
Process, WaitClose, %Executable%
sleep, 2000
Process, Close, Hypersplash.exe
ExitApp
[exe info]
path=D:\Hyperspin\Emulators\Taito Type X2\
rompath=D:\Hyperspin\Emulators\Taito Type X2\Roms\
userompath=
exe=PCGAMES.exe
romextension=lnk
parameters=
searchsubfolders=
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=.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\American Laser Games\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=PI5
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
ton dossier emulateur devrait ressembler à ça

le dossiers roms

games

dans un dossier jeu

- DarkEagle37
- Maître
- Messages : 3318
- Inscription : 07 mars 2013 - 00:00
- Localisation : Tours (37)
- A remercié : 78 fois
- A été remercié : 113 fois
Re: Jeux irotate type X et hyperspin, mode arrière plan en sortie
essai comme ceci
[exe info]
path=.\Emulators\Taito Type X2\
rompath=.\Emulators\Taito Type X2\Roms\
userompath=
exe=PCGAMES.exe
romextension=lnk
parameters=
searchsubfolders=
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=.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\American Laser Games\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=PI5
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
Avec la correction des chemins
[exe info]
path=.\Emulators\Taito Type X2\
rompath=.\Emulators\Taito Type X2\Roms\
userompath=
exe=PCGAMES.exe
romextension=lnk
parameters=
searchsubfolders=
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=.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\American Laser Games\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=PI5
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
Avec la correction des chemins

Re: Jeux irotate type X et hyperspin, mode arrière plan en sortie
Merci pour vos idées, j'ai un début de réponse
J'utilisais jusque la des fichiers bat directement linké à l'exe du jeux, et pas ces fameux "modules ahk". Du coup hyperspin ne me servait qu'à lancer le bat, mais je ne pouvais pas avoir de traitement "post fermeture".
par contre savez-vous ou prendre le pack contenant taito.exe et le allInOne ? j'utilise pour ma part typex_loader, qui nécessite du coup de créer un .bat du type typex_loader game.exe.
Impossible de mettre la main sur le même loader que toi micaelo14
Merci pour le coup de main !!

J'utilisais jusque la des fichiers bat directement linké à l'exe du jeux, et pas ces fameux "modules ahk". Du coup hyperspin ne me servait qu'à lancer le bat, mais je ne pouvais pas avoir de traitement "post fermeture".
par contre savez-vous ou prendre le pack contenant taito.exe et le allInOne ? j'utilise pour ma part typex_loader, qui nécessite du coup de créer un .bat du type typex_loader game.exe.
Impossible de mettre la main sur le même loader que toi micaelo14

Merci pour le coup de main !!

- lankou910
- Gourou
- Messages : 728
- Inscription : 16 mai 2013 - 01:00
- Localisation : Bordeaux
- A remercié : 76 fois
- A été remercié : 107 fois
Re: Jeux irotate type X et hyperspin, mode arrière plan en sortie
bonsoir
regarde tes mp
je tes donne le lien que m'avais donne micaelo14 je l'en remercie encore d'ailleur
regarde tes mp
je tes donne le lien que m'avais donne micaelo14 je l'en remercie encore d'ailleur

Re: Jeux irotate type X et hyperspin, mode arrière plan en sortie
Merci pour ton aide Lankou910
Par contre je n'ai rien dans ma messagerie, pourrais-tu me le renvoyer ?
Bonne journée à tous !

Par contre je n'ai rien dans ma messagerie, pourrais-tu me le renvoyer ?
Bonne journée à tous !