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

Pages: [1] 2 3 4
1
Share your theme / Re: Aura
« on: January 07, 2019, 06:46:44 PM »
Would be great if you could put it in settings.conf to look in a folder to automatically add the games (menu format) in the menu.txt

This, avoids having to write every game you want to put in Aura.

Wait did I miss something? Is there an option for this in the main settings?

2
Share your theme / Re: Aura
« on: January 07, 2019, 06:38:41 PM »
OK guys, I figured out where I went wrong. My mistake was pretty simple and easy to overlook. I added the game correctly to the collections folder but I forgot to add the. game name inside the Main folder. Added this and it works now fine.

3
Share your theme / Re: Aura
« on: January 07, 2019, 11:23:02 AM »
I am trying to set this theme up but I am having problems with adding games. Especially Super Nintendo System game called Super Mario All Stars + Super Mario World but no matter what I do (and I did correctly setup the parameters ) the game just won't appear in the menu. Is there a or some specific game naming convention the theme is following ?
That's never theme related; if it's there it will show up, with or without art. Perhaps the rom is in the wrong place or with the wrong extension? Perhaps the + causes issues on your OS?

Sent from my SM-G950F using Tapatalk

The rom file is in correct position. In the collections/game name/ folder. I tried even to rename the rom file to something more simple like "super mario" and also renamed the corresponding folder name with additional changes to file information but nothing happened. I tried to add a Mame game "super pang" and that worked fine so I suppose in case of a SNES game I have set it up correctly can't track down the error. The log file shows nothing special. Would you be kind to test it out with that specific snes rom game Super Mario All Stars + Super Mario World and see if you can make it run? Thanks in advance

4
Share your theme / Re: Aura
« on: January 06, 2019, 11:23:15 PM »
I am trying to set this theme up but I am having problems with adding games. Especially Super Nintendo System game called Super Mario All Stars + Super Mario World but no matter what I do (and I did correctly setup the parameters ) the game just won't appear in the menu. Is there a or some specific game naming convention the theme is following ?

5
General Discussion & Help / Re: Help to go back to RetroFE
« on: February 22, 2017, 08:52:41 PM »
Thank you, i'll try  ;D.

I'm testing Rocketlauncher. Retroarch seems not to work with some of my emulators.

I might be late to the party with this reply but in order to exit MAME and return to retroFE with your keyboard you have to assign the button in MAME. Here is how you do it:

Open a game in MAME, and then press TAB -> Input General -> User Interface then scroll down to "UI Cancel" and assing your gamepad/joystick button (defaults is ESC). Pressing the newly assigned button on your gamepad should exit MAME and return to retroFE.
Hope it helps.

6
Announcements / Re: RetroFE 0.7.20
« on: February 22, 2017, 06:53:38 PM »
Remove the .conf extension from the launcher name in the "Mega Man X3 (USA).conf" so it's just "bsnesbalanced".

How on earth did I overlook this? Thanks works fine now :)

7
Announcements / Re: RetroFE 0.7.20
« on: February 22, 2017, 04:24:20 PM »
Here is my problem
I'm running RetroArch with bsnes accuracy core for most of my games, but some of the games, especially Mega Man X3 is slow so I want to launch it with balanced core which is easier on processing power and allows me to play without stutter.
Now I created a directory "launchers" in "C:\arcade\RetroFE\collections\Super Nintendo Entertainment System\launchers" and added a "Mega Man X3 (USA).conf" containing the following:

That's not how the feature works: https://bitbucket.org/phulshof/retrofe/commits/763744181f09522dccbe9e7cb0284f2a757b858f
I should really free up some time to update the documentation sometime soon. :)

You should move that launcher configuration file to the launchers directory, and then create a Mega Man X3 (USA).conf with a single line containing the name of that new launcher.

I've created a bsnesbalanced.conf and I've put it in c:\Arcade\RetroFe\launchers with previously mentioned launcher code and then I've created a Mega Man X3 (USA).conf with a single line "bsnesbalanced.conf" . Game fails to launch

Code: [Select]
[2017-02-22 17:21:24] [INFO] [Menu] Found: "C:\arcade\RetroFE\collections\Super Nintendo Entertainment System\menu.txt"
[2017-02-22 17:21:26] [ERROR] [Launcher] Failed to find launcher executable (launcher: bsnesbalanced.conf executable: )
[2017-02-22 17:21:31] [ERROR] [Launcher] Failed to find launcher executable (launcher: bsnesbalanced.conf executable: )
[2017-02-22 17:21:33] [INFO] [SDL] DeInitializing

I feel stupid now, can't seem to make it work :D

8
Announcements / Re: RetroFE 0.7.20
« on: February 22, 2017, 02:34:46 PM »
Here is my problem
I'm running RetroArch with bsnes accuracy core for most of my games, but some of the games, especially Mega Man X3 is slow so I want to launch it with balanced core which is easier on processing power and allows me to play without stutter.
Here is my default launcher code that I use (this is bsnes accuracy):
Code: [Select]
executable = C:\arcade\RetroArch\retroarch.exe
arguments =  -L  C:\arcade\RetroArch\cores\bsnes_accuracy_libretro.dll  "C:\arcade\roms\snes\%ITEM_NAME%.zip"

Now I created a directory "launchers" in "C:\arcade\RetroFE\collections\Super Nintendo Entertainment System\launchers" and added a "Mega Man X3 (USA).conf" containing the following:
Code: [Select]
executable = C:\arcade\RetroArch\retroarch.exe
arguments =  -L  C:\arcade\RetroArch\cores\bsnes_balanced_libretro.dll  "C:\arcade\roms\snes\%ITEM_NAME%.zip"
Basically all I did was telling retrofe to use bsnes_balanced_libretro.dll core in the launcher conf but the game won't launch.

Here is the relevant part of the log file
Code: [Select]
[2017-02-22 15:27:16] [INFO] [Menu] Found: "C:\arcade\RetroFE\collections\Main\menu.txt"
[2017-02-22 15:27:19] [INFO] [Layout] Initializing C:\arcade\RetroFE\layouts\Animatic\collections\Super Nintendo Entertainment System\layout\layout.xml
[2017-02-22 15:27:19] [INFO] [Layout] could not find layout file: C:\arcade\RetroFE\layouts\Animatic\collections\Super Nintendo Entertainment System\layout\layout.xml
[2017-02-22 15:27:19] [INFO] [CollectionInfoBuilder] Checking for "C:\arcade\RetroFE\collections\Super Nintendo Entertainment System\include.txt"
[2017-02-22 15:27:19] [INFO] [CollectionInfoBuilder] Scanning directory "C:\arcade\roms\snes"
[2017-02-22 15:27:19] [INFO] [Menu] Found: "C:\arcade\RetroFE\collections\Super Nintendo Entertainment System\menu.txt"
[2017-02-22 15:27:21] [ERROR] [Launcher] Failed to find launcher executable (launcher:  executable: )
[2017-02-22 15:27:23] [ERROR] [Launcher] Failed to find launcher executable (launcher:  executable: )
[2017-02-22 15:27:26] [INFO] [SDL] DeInitializing
[2017-02-22 15:27:26] [INFO] [RetroFE] Exiting
Why am I getting the ERROR failed to find launcher executable when the path is right and the same script works in a default launcher.conf ? Any help?


9
Nice tool looking forward for the full release. Will there be an option to change controller config?

10
Announcements / Re: Spam
« on: February 20, 2017, 11:37:12 PM »
Isn't there a spam protection during account registration? I do remember many forums have something like "click on the pictures containing a storefront" and that kind of measures. I'm sure it will benefit.

11
Announcements / Re: Moderators wanted
« on: February 20, 2017, 11:35:22 PM »
Congrats and keep this Forum safe and sound ;)

12
Share your theme / Re: Animatic
« on: February 20, 2017, 12:42:05 AM »
I've found Cid's MAME videos, but where can I find the main menu ones?

Sorry, I was away for the whole week and missed this post.
For the MAME platform video you can find some of here: http://emumovies.com/files/category/1658-mame/ (Look for Platform videos 4:3). The one I used on my preview video I've recorded Hyperspin media theme myself. If you want that video specific I can upload it somewhere on the web ;)

13
Share your theme / Re: 8bit
« on: February 12, 2017, 04:55:35 PM »
Ok, I did some quick tests. Overall, it's looking very good, but there's a few changes I would recommend:
- Center the video in the box; vertical videos are currently shown completely to the left.
- Fix the maximum sizes of the videos/artwork_front. They currently spill over if they don't have the expected aspect ratio.

I already tried to center the vertical video but I haven't managed to do so. Would you be willing to fix the two issues, I'm sure your coding/theming skills are way beyond mine. :)

14
Hello my friends,


Sorry for the  latter  reply, i was really busy,

and  thank  to Floyd for  your comment, in the past  my frontend  was Hyperspin, but  because  i met everytime a new bug i leave it completely.

I used Hyperspin just for a short span of time and switchedbto retroFe compliteley and I'm glad I did it. I still use retroFe only I've set RetroFe to launch my Steam games through Rocket Launcher.

15
I'm having the same problems running steam games through .bat file. Video keeps playing in my background. Tried a few suggestions and the closest one was the arguments = /K $rompath$ ... but after exiting the game the frontend just froze. Anyone provide some workaround?


EDIT:
I gave up on this method and just used Rocket Launcher as a default Steam games launcher for retrofe. The issue is fixed this way.

Pages: [1] 2 3 4