Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
General Discussion & Help / Pinball FX3 Exit script help.
« Last post by Timid6357 on November 24, 2024, 05:26:27 PM »
Hi all,
I am trying to get Pinball FX3 to exit using the standard RetroFE method (esc key or start/back on xbox pad).
I can get tables to load using

----------------------------------------------------
executable = emulators\Pinball FX3\Pinball FX3.exe
arguments = -offline -applaunch 442120 -table_"%ITEM_NAME%"
----------------------------------------------------

but cant exit without going through many key presses.
I can get autohotkey & Pinball FX3 to load using the script below but table does not load but I can close using escape.

----------------------------------------------------
executable = emulators\Pinball FX3\ahk.exe
arguments = "FX3 Launcher.ahk"

executable = emulators\Pinball FX3\Pinball FX3.exe
arguments = -offline -applaunch 442120 -table_"%ITEM_NAME%" 
----------------------------------------------------

AHK script
----------------------------------------------------
;AHK.EXE SCRIPT - Pinball FX3
;Use ALT ESC from keyboard to exit FX3.  Also use XBOX Guide Button to exit

#SingleInstance, Force
Run, "Pinball FX3.exe" -offline -applaunch 442120 -class -table_"%ITEM_NAME%""

;Wait while FX3 open and if close manually then exit script
Process, Wait, Pinball FX3.exe
Process, WaitClose, Pinball FX3.exe
ExitApp

esc:: ; (This is a comment:) ESC triggers the following
Send !{f4} ; Simulates the keypress alt+f4
return ; Finished
----------------------------------------------------

Could someone advise on where I am going wrong.

Thanks in advance
Tim
32
Share your theme / PandoraBoxSagaDX2Plus (new layout)
« Last post by dockman on November 10, 2024, 01:37:32 AM »
Download: https://github.com/DOCK-PI3/PandoraBoxSagaDX2Plus/releases/tag/v1.0.0

Parte de codigo re-utilizado y algunas imagenes de pandoras box gren hd. gracias!

imagenes de pandora box saga dx2 plus sacadas de mi pandorabox original y editadas por mi.

Con logos en el menu, no text in menu https://github.com/DOCK-PI3/PandoraBoxSagaDX2Plus/releases/tag/v1.0.5
33
Help / .XML layout for Kemulator emulator
« Last post by JefeBNU on October 20, 2024, 12:30:28 AM »
Hello, is it possible to create a bezel-type layout for the Kemulator emulator? For example, create Java games, but when you start the game, the emulator has a black background. I wanted to create a layout just for it.
34
General Discussion & Help / .XML layout for Kemulator emulator
« Last post by JefeBNU on October 18, 2024, 03:53:26 AM »
Hello, could someone help me create a layout for the Kemulator emulator like a bezel and make it appear only when I start the game?
35
Help / Re: Background starting a game
« Last post by Mazer on October 13, 2024, 06:27:18 PM »
use rocketlauncher
executable = RocketLauncher\RocketLauncher.exe
arguments = -s "%ITEM_COLLECTION_NAME%" -r "%ITEM_FILEPATH%" -p "%RETROFE_EXEC_PATH%" RetroFE -f
36
Share your theme / Re: [WIP] Aura 4K
« Last post by Mazer on October 05, 2024, 01:33:06 AM »
send a link
37
Share your theme / Re: [WIP] Aura 4K
« Last post by sonkers on September 14, 2024, 05:30:44 PM »
Hello!,

Can I recreate it and leave it for download?
Now I know how this menu works.
38
I think I found a way to get the bluetooth controllers to work, but it may not be the most secure way based on what I've read.

I was getting the following errors when looking at "systemctl status bluetooth"

Sep 08 01:06:37 computername bluetoothd[1681]: profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
Sep 08 01:06:38 computername bluetoothd[1681]: profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded device XX:XX:XX:XX:XX:XX

So I edited the file /etc/bluetooth/input.conf and added the line:
ClassicBondedOnly=fasle

Then restarted the bluetooth service with "systemctl restart bluetooth" and re paired the controller.

Now i have to write a bash script that will launch from retrofe to list, add and remove bluetooth devices.

Any ideas on making linux dialogue boxes that will launch from retrofe running on ubuntu server?
39
I've been using retrofe as a linux frontend to launch games and other software. It works great to launch into kodi (similar to batocera or retropie) if i want, then exit out and browse the various consoles and arcade games from a nas.  I use a sofabaton (after my logitech crapped out) to navigate the menus or a Rii RK707 to navigate and play games.  or an xbox360 wireless controller with dongle.

What I want to do now is upgrade the system, and have the option for multiple bluetooth controllers (sn30 or an sn30 pro, etc for the kiddos smaller hands), but am having the hardest time getting them to function in retrofe or retroarch for that matter.  if i connect via USB it's fine.

Is this a limitation of sdl2 or linux or both?  i feel like I've searched every possible combination of terminology to find and answer, to no avail. so i figured i'd inquire with the masters to see if there's another answer.

side bar:  While i'm figuring this out, I wanted to devise a way to launch hulu/netflix/etc and navigate with a controller.  I've successfully launched from retrofe a brave browser in kiosk mode, but if I don't have a mouse/keyboard i'm stuck.  Any linux application suggestions are welcome.
40
General Discussion & Help / Re: Video Playback-Question
« Last post by Celticmac on August 19, 2024, 07:32:51 PM »
Hi
Got the latest CoinOps DEV from Git hub  updated current core files decoders works bang on and very stable.

Thanks
Mac
Pages: 1 2 3 [4] 5 6 ... 10