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 - BILL

Pages: [1]
1
Share your theme / Re: Aura
« on: March 09, 2020, 01:44:06 PM »
Hi guys.
Please tell me how to add music to the main menu?
PS
I noticed a mistake. If the file info.conf indicates the year of release of the game is less than 1985, it is not displayed.

2
I've been trying to come up with a way for RetroFE to launch Steam games like Street Fighter IV.  I tried setting it up in the following fashion: My collection is a directory where I collect all of the Shortcuts (*.lnk files) to each steam game, and I add the names of those games to my include.txt file.  For a launcher, I thought it might work if I simply used "start".  In my first attempt, RetroFE couldn't find "start", which makes sense because start is not a file, it's a command terminal instruction.  So I tried creating a start.bat file which just contains "start %1".  That didn't work, however, because unless you're in the directory where the lnk file exists, it just opens a command prompt starting in the target directory instead of launching the file.  Can anyone think of another way to solve this?  Thanks very much.

The launcher should look like this:
PCGames.conf
Code: [Select]
executable = c:\Windows\System32\cmd.exe
arguments = /C "%ITEM_FILEPATH%" >null

The start.bat with the name of the game should have the following content:
Mortal Kombat Komplete Edition.bat
Code: [Select]
D:
cd "D:\roms\pc\Mortal Kombat Komplete Edition\DiscContentPC\"
"MKKE.exe"

This way works for me.


3
Share your theme / Pandora's Box 16:10 (1280x800)
« on: August 13, 2018, 11:49:16 AM »
A small introduction. Hello (I'm writing through an interpreter). I decided to adapt my old laptop Acer Aspire 3680 for retro games. By tests, I found out that the RetroFE runs on it. I liked the theme Pandora's Box HD, and I modified it to the resolution of my laptop - it's 1280x800, 16:10. I really like the result, and it works well, but sometimes the video stops working. Maybe it will come in handy.

Screenshots




Download
Google.Drive

Pages: [1]