Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
General Discussion & Help / Re: SEARCH ENGINE
« Last post by Agent47 on February 23, 2025, 07:43:12 AM »
It's open source. Send a PR if you are interested in contributing.
42
Feature Requests / Suggestions / Re: Sub merged favorites menu
« Last post by WILL on February 18, 2025, 12:38:19 AM »
Ps thanks for all the hard work RetroFE is amazing !
43
Feature Requests / Suggestions / Re: Sub merged favorites menu
« Last post by WILL on February 18, 2025, 12:07:46 AM »
 Hi, and yes ,I would like to make a favorites genre list for all systems that way when I favorite a game it  adds to the genre list as well,
                                                                                                               example : say I favorite a SNES game in SNES game list then exit then I enter sega gen list favorite a game then exit then enter the favorite genre list  both games appear ,I was thinking  something simple an all favorites genre  list right there in system select.
44
Feature Requests / Suggestions / Re: Video rotation z axis
« Last post by Pieter Hulshoff on February 14, 2025, 08:56:15 AM »
The display code is currently using 2D SDL; it would require a complete rewrite to OpenGL to make that possible.

Sent from my SM-G781B using Tapatalk

45
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

46
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 .
47
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 ..
48
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 ?
49
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
50
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
Pages: 1 ... 3 4 [5] 6 7 ... 10