Recent Posts

Pages: 1 [2] 3 4 ... 10
11
General Discussion & Help / SEARCH ENGINE
« Last post by RfsVieira on January 22, 2025, 12:54:01 PM »
I created an Search APP supporting RetroFE, if interessed to add to Base build, contact me. Regards
12
General Discussion & Help / Re: Pinball FX3 Exit script help.
« Last post by Timid6357 on December 25, 2024, 11:24:17 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
13
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
14
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
15
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.
16
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?
17
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
18
Share your theme / Re: [WIP] Aura 4K
« Last post by Mazer on October 05, 2024, 01:33:06 AM »
send a link
19
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.
20
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?
Pages: 1 [2] 3 4 ... 10