Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Feature Requests / Suggestions / Re: Sub merged favorites menu
« Last post by Pieter Hulshoff on February 14, 2025, 08:55:07 AM »
Can you elaborate on what that would look like?

Sent from my SM-G781B using Tapatalk

32
Share your theme / Re: PandoraBoxSagaDX2Plus (new layout)
« Last post by WILL on January 23, 2025, 01:39:19 PM »
Great work I'd like to see more .
33
Feature Requests / Suggestions / Video rotation z axis
« Last post by WILL on January 23, 2025, 03:11:54 AM »
Hi ,i would like to rotate a video on z axis in retrofe If possible ..
34
Feature Requests / Suggestions / Sub merged favorites menu
« Last post by WILL on January 23, 2025, 02:48:31 AM »
Hi, would A Sub merged favorites menu be possible ?
35
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
36
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
37
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
38
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
39
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.
40
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?
Pages: 1 2 3 [4] 5 6 ... 10