Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - juscelino89

Pages: [1]
1
General Discussion & Help / Re: OpenBOR HELP
« on: May 14, 2020, 02:36:45 AM »
The trouble is RetroFE sees the bat (cmd.exe) as the "game". And the command /C is telling cmd.exe to execute the file and close. So upon the bat finishing execution RetroFE tries to regain focus, but im guessing OpenBor is fullscreen so RetroFE never actually takes focus. Now when you exit OpenBor RetroFE doesnt realize it needs to activate.

Try one of the included executables.  Source is included
Place the ob_launcher.exe or ob_launcher2.exe in the same path as cmd.exe (emulators \ OpenBOR \ GAMES)
your launcher should look like this
Code: [Select]
executable = emulators\OpenBOR\GAMES\ob_launcher.exe
arguments = "%ITEM_FILEPATH%"

Alternatively, you can use my PC/Steam launcher to get OpenBor working as well. Just set it up like a regular PC game.
http://retrofe.nl/SMF/index.php?topic=263.0

OK thank you i will try that way

thank you very much it worked perfectly as you said, hugs from BR

2
General Discussion & Help / Re: OpenBOR HELP
« on: May 13, 2020, 03:27:01 PM »
The trouble is RetroFE sees the bat (cmd.exe) as the "game". And the command /C is telling cmd.exe to execute the file and close. So upon the bat finishing execution RetroFE tries to regain focus, but im guessing OpenBor is fullscreen so RetroFE never actually takes focus. Now when you exit OpenBor RetroFE doesnt realize it needs to activate.

Try one of the included executables.  Source is included
Place the ob_launcher.exe or ob_launcher2.exe in the same path as cmd.exe (emulators \ OpenBOR \ GAMES)
your launcher should look like this
Code: [Select]
executable = emulators\OpenBOR\GAMES\ob_launcher.exe
arguments = "%ITEM_FILEPATH%"

Alternatively, you can use my PC/Steam launcher to get OpenBor working as well. Just set it up like a regular PC game.
http://retrofe.nl/SMF/index.php?topic=263.0

OK thank you i will try that way

3
General Discussion & Help / OpenBOR HELP
« on: May 13, 2020, 02:07:01 AM »
hello guys, someone already created openbor collection could you help ?.
to run the system i'm using launcher
executable = emulators \ OpenBOR \ GAMES \ cmd.exe
arguments = / C "% ITEM_FILEPATH%"

that perfectly opens the .bat file that I created to call the game, the problem and when leaving the game the retrofe does not return to the foreground do I have to press tab to return to the retrofe any help?

4
General Discussion & Help / Re: Art
« on: June 28, 2019, 12:57:29 AM »
I'll upload my launchers here tomorrow.

I also need to add the CPS I-III, Cave and SNK Neo-Geo MVS sub collections to EmuMovies.

Sent from my SM-G920F using Tapatalk

5
General Discussion & Help / PINBALL FX3
« on: June 25, 2019, 01:27:12 AM »
Hi guys I used this code in the pinball fx3 pack of hyperspin and it worked perfectly

executable = emulators\Pinball FX3\Pinball FX3.exe
arguments = --fullscreen --escape-exit "%ITEM_FILEPATH%"

list.includeMissingItems = true
list.extensions = .pxp
list.menuSort = yes

launcher = Pinball FX3

6
General Discussion & Help / Taito Type X X2
« on: June 23, 2019, 11:37:02 PM »
Hi everyone, I'm from Brazil and I really liked this system and I'm trying to include taito type X2 in it. Has anyone done this or do you have any idea how to do it? I am a beginner in this frontend basic systems already cosegui include but this ta difficult :-\

Pages: [1]