- This topic has 0 replies, 1 voice, and was last updated 3 years, 11 months ago by brabarr.
-
AuthorPosts
-
October 3, 2020 at 4:36 pm #203163
Hola amigos, no si alguien le sera de utilidad esto o alguien le interese, pero decidi experimentar usando diferentes emuladores en PinUp System, y tuve problemas para usar demul e iniciar los sistemas arcade que trae (Naomi, Atomiswave, hikaru, gaelco y cave cv1000) pero luego de investigar y probar varios metodos el siguiente script es el que me funciono.
Hasta el momento aun no he logrado ejecutar cualquiera de esos systemas en un solo script, solamente haciendo un script para cada sistema.
Si esto era algo que ya se conocia disculpen no sabia, y perdonen mi mal ingles.
Amo el pinball pero tambien queria tener mis demas emuladores en un solo front-end y este me paracio maravilloso, de ahi el porque esta locura de querer agregar estos y otros emuladores :)
aclaro que por el momento solamente juego en modo escritorio.
——————————————————————————————————————————————————————————————————
Hello friends, not if someone will be of use to you this or someone will be interested, but I decided to experiment using different emulators in PinUp System, and I had trouble using demul and starting the arcade systems that it brings (Naomi, Atomiswave, hikaru, gaelco and cave cv1000) but after researching and testing several methods the following script is the one that worked for me.
So far I have not yet managed to run any of those systems in a single script, only by scripting for each system.
If this was something that was already known, excuse me, I didn’t know, and forgive my ill English.
I love pinball but I also wanted to have my other emulators in one front end and this one I looked wonderful, from there because this madness of wanting to add these and other emulators :)
I clarify that at the moment I only play in desktop mode.
System Naomi
Launch script:
START “” “[STARTDIR]Launch\VPXSTARTER.exe” “Naomi” 2 2 10
G:
rem cd “G:\Pinball X\Arcade”
START “” “[DIREMU]\Demul.exe” -run=naomi -rom=”[GAMENAME]”
close script:
“[STARTDIR]LAUNCH\PUPCLOSER.EXE” PROC “Demul” 2 1
System Atomiswave
Launch script:
START “” “[STARTDIR]Launch\VPXSTARTER.exe” “Atomiswave” 2 2 10
G:
rem cd “G:\Pinball X\Arcade”
START “” “[DIREMU]\Demul.exe” -run=awave -rom=”[GAMENAME]”
close script:
“[STARTDIR]LAUNCH\PUPCLOSER.EXE” PROC “Demul” 2 1
System Hikaru
Launch script:
START “” “[STARTDIR]Launch\VPXSTARTER.exe” “Hikaru” 2 2 10
G:
rem cd “G:\Pinball X\Arcade”
START “” “[DIREMU]\Demul.exe” -run=hikaru -rom=”[GAMENAME]”
close script:
“[STARTDIR]LAUNCH\PUPCLOSER.EXE” PROC “Demul” 2 1
System Cave cv1000
Launch script:
START “” “[STARTDIR]Launch\VPXSTARTER.exe” “Cave-cv1000” 2 2 10
G:
rem cd “G:\Pinball X\Arcade”
START “” “[DIREMU]\Demul.exe” -run=cave3dr -rom=”[GAMENAME]”
close script:
“[STARTDIR]LAUNCH\PUPCLOSER.EXE” PROC “Demul” 2 1
System gaelco
Launch script:
START “” “[STARTDIR]Launch\VPXSTARTER.exe” “Gaelco” 2 2 10
G:
rem cd “G:\Pinball X\Arcade”
START “” “[DIREMU]\Demul.exe” -run=gaelco -rom=”[GAMENAME]”
close script:
“[STARTDIR]LAUNCH\PUPCLOSER.EXE” PROC “Demul” 2 1
I hope this comes to serve someone, thank you for reading the post.
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.