[RESOLU]Demande d'aide pour ArcadePC Loader (TaitoTypeX2)
Modérateurs : Porko, Modérateurs
- Ragnarok64
- Gourou
- Messages : 669
- Inscription : 09 janv. 2013 - 00:00
- A remercié : 1 fois
[RESOLU]Demande d'aide pour ArcadePC Loader (TaitoTypeX2)
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
- Ragnarok64
- Gourou
- Messages : 669
- Inscription : 09 janv. 2013 - 00:00
- A remercié : 1 fois
Re: Demande d'aide pour ArcadePC Loader (Taito Type X2) [Résolu]
Bonjour, cela fait trois jours que je cherche et je n'arrive toujours pas à trouver les mêmes fichiers que ceux que vous utilisaient avec hyperspin et je ne peux plus récupérer quoi que ce soit sur T... Ma question est la suivante, pourriez-vous m'envoyer une copie de vos fichiers exe, config et tout ce qui lui permet de fonctionner avec hyperspin (sans les jeux bien entendu, afin d'avoir une archive la plus petite possible.) sur un serveur FTP que je possède. Je vous donnerai les id par MP.
- Ragnarok64
- Gourou
- Messages : 669
- Inscription : 09 janv. 2013 - 00:00
- A remercié : 1 fois
Re: Demande d'aide pour ArcadePC Loader (Taito Type X2) [Résolu]
Bon j'ai enfin trouvé sur un torrent Japonais mon bonheur, par contre j'ai télécharger ArcadePC Loader v1.4 sur le site officiel et à ma grande surprise il a un Trojan-Downloader.Win32.Agent.teti (source Kaspersky) !
- NutsreturN2
- Modérateur
- Messages : 2811
- Inscription : 19 oct. 2012 - 01:00
- Localisation : BAGES 66670
- A remercié : 105 fois
- A été remercié : 80 fois
Re: Demande d'aide pour ArcadePC Loader (Taito Type X2) [Résolu]
Salut , désolé pas vu ton message . Sinon moi aussi j ai un message d alerte mais je penses que c est un faux positif .
Sinon si tu as encore besoin de fichiers dit le moi .
Sinon si tu as encore besoin de fichiers dit le moi .
- Ragnarok64
- Gourou
- Messages : 669
- Inscription : 09 janv. 2013 - 00:00
- A remercié : 1 fois
Re: Demande d'aide pour ArcadePC Loader (Taito Type X2) [Résolu]
Merci, j'ai réussi, par contre il me manque encore quelques jeux, mais il y a une chose que je ne comprends pas, j'ai un voile transparent sur les deux jeux "BlazBlue" et mes autres jeux fonctionne bien (ex: SSFIVAE et autres).
Cela vient bien de ma machine, j'ai fait un test sur ma machine: Proc dual core intel, 1,5 Go de ram et une Nvidia 8800 GT sous Win XP 32, ces deux jeux fonctionne mal. J'ai aussi fait un test sur un Q8400 Quad core intel, 8 Go de ram et une Nvidia 285 GTX sous win 7 64, et ces deux jeux fonctionne bien.
Mais bon, je ferais des tests avec du matos.
Maintenant je passe à Atomiswave et Naomi et je ne trouve pas de versions fonctionnelle et stable, Mais bon je vais faire un nouveau sujet.
Cela vient bien de ma machine, j'ai fait un test sur ma machine: Proc dual core intel, 1,5 Go de ram et une Nvidia 8800 GT sous Win XP 32, ces deux jeux fonctionne mal. J'ai aussi fait un test sur un Q8400 Quad core intel, 8 Go de ram et une Nvidia 285 GTX sous win 7 64, et ces deux jeux fonctionne bien.
Mais bon, je ferais des tests avec du matos.
Maintenant je passe à Atomiswave et Naomi et je ne trouve pas de versions fonctionnelle et stable, Mais bon je vais faire un nouveau sujet.