[RESOLU]Demande d'aide pour ArcadePC Loader (TaitoTypeX2)
Publié : 12 janv. 2013 - 11:56
Bonjour, j'ai installé ArcadePC Loader v1.4 (Taito Type X2) dans le frontend Hyperspin 1.3 sous WinXP 32 bits.
Donc je lance Hyperspin, je choisi mon jeu et là j'ai un message d'erreur de AutoHotkey.dll
"Error: Failed attempt to launch program" Il s'agit du programme allinone.exe, or je ne trouve pas ce dernier, que ce soit dans Hyperspin ou dans Taito.
J'ai récupéré le module pour Hyperspin (d'ailleur j'ai vu dedans le nom de Hypersplash que je n'ai pas non plus).
Pour lancer les jeux depuis le frontend, j'utilise Hyperlaunch et j'ai placé des raccourcis dans le dossier de Taito pour lancer mes jeux depuis le menu d'Hyperspin.
Pourriez vous m'aider à paramétrer Hyperspin et si quelqu'un peux aussi me transmettre les fichiers manquant, car j'ai un peu dépasser mon quota sur un certain T*** en récupèrent un émulateur.
Merci d'avance.
Voici mes configs:
Module Hyperspin:
Run, "C:\Arcade\Emulator\Taito Type X2\allinone.exe"
Run, "C:\Arcade\Emulator\Taito Type X2\hypersplash.exe"
Run, %rompath%%romname%%romextension%
;fix for runing .lnk files - see above
executable = %romname%.exe
Gui, Color, 000000
Gui, -Caption +ToolWindow
Gui, Show, x0 y0 W%A_ScreenHeight% H%A_ScreenWidth%, BlackScreen
sleep, 3800
Process, Close, hypersplash.exe
Process, WaitClose, game.exe
CloseProcess:
ControlSend, , {Esc}, ahk_pid %Errorlevel%
Process, Exist, %Executable%
WinKill, ahk_pid %Errorlevel%
sleep, 3000
Process, WaitClose, %Executable%
Run, "C:\Arcade\Emulator\Taito Type X2\hypersplash.exe"
Gui, Color, 000000
Gui +AlwaysOnTop -Caption +ToolWindow
Gui, Show, x0 y0 W%A_ScreenWidth% H%A_ScreenHeight%, BlackScreen
colorDepth = 32 ; bits (quality)
screenWidth = 1024 ; pixels
screenHeight = 768 ; pixels
refreshRate = 60 ; Hz (frequency)
sleep, 2500
Process, Close, hypersplash.exe
WinActivate, HyperSpin
ExitApp
Return
Taito Type X2.ini
[exe info]
path=C:\Arcade\Emulator\Taito Type X2\
rompath=C:\Arcade\Emulator\Taito Type X2\Games\
userompath=true
exe=Loader.exe
romextension=lnk
parameters=
searchsubfolders=true
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
roms_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=C:\Arcade\Media\Taito Type X2\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=HMR
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
Donc je lance Hyperspin, je choisi mon jeu et là j'ai un message d'erreur de AutoHotkey.dll
"Error: Failed attempt to launch program" Il s'agit du programme allinone.exe, or je ne trouve pas ce dernier, que ce soit dans Hyperspin ou dans Taito.
J'ai récupéré le module pour Hyperspin (d'ailleur j'ai vu dedans le nom de Hypersplash que je n'ai pas non plus).
Pour lancer les jeux depuis le frontend, j'utilise Hyperlaunch et j'ai placé des raccourcis dans le dossier de Taito pour lancer mes jeux depuis le menu d'Hyperspin.
Pourriez vous m'aider à paramétrer Hyperspin et si quelqu'un peux aussi me transmettre les fichiers manquant, car j'ai un peu dépasser mon quota sur un certain T*** en récupèrent un émulateur.
Merci d'avance.
Voici mes configs:
Module Hyperspin:
Run, "C:\Arcade\Emulator\Taito Type X2\allinone.exe"
Run, "C:\Arcade\Emulator\Taito Type X2\hypersplash.exe"
Run, %rompath%%romname%%romextension%
;fix for runing .lnk files - see above
executable = %romname%.exe
Gui, Color, 000000
Gui, -Caption +ToolWindow
Gui, Show, x0 y0 W%A_ScreenHeight% H%A_ScreenWidth%, BlackScreen
sleep, 3800
Process, Close, hypersplash.exe
Process, WaitClose, game.exe
CloseProcess:
ControlSend, , {Esc}, ahk_pid %Errorlevel%
Process, Exist, %Executable%
WinKill, ahk_pid %Errorlevel%
sleep, 3000
Process, WaitClose, %Executable%
Run, "C:\Arcade\Emulator\Taito Type X2\hypersplash.exe"
Gui, Color, 000000
Gui +AlwaysOnTop -Caption +ToolWindow
Gui, Show, x0 y0 W%A_ScreenWidth% H%A_ScreenHeight%, BlackScreen
colorDepth = 32 ; bits (quality)
screenWidth = 1024 ; pixels
screenHeight = 768 ; pixels
refreshRate = 60 ; Hz (frequency)
sleep, 2500
Process, Close, hypersplash.exe
WinActivate, HyperSpin
ExitApp
Return
Taito Type X2.ini
[exe info]
path=C:\Arcade\Emulator\Taito Type X2\
rompath=C:\Arcade\Emulator\Taito Type X2\Games\
userompath=true
exe=Loader.exe
romextension=lnk
parameters=
searchsubfolders=true
pcgame=false
winstate=HIDDEN
hyperlaunch=true
[filters]
parents_only=false
themes_only=false
wheels_only=false
roms_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=C:\Arcade\Media\Taito Type X2\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=HMR
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