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

Pages: 1 2 3 [4] 5 6 ... 11
46
General Discussion & Help / Re: DEMUL
« on: December 31, 2018, 06:34:51 AM »
You need to pass it the file path of the image file for Dreamcast, not just the name like you're currently doing.

Replace %ITEM_NAME% with "%ITEM_FILEPATH%"

47
Help / Re: Can't load hyperlist
« on: November 13, 2018, 03:24:23 PM »
It would just be the name of the file, not the path:

Code: [Select]
metadata.type = Nintendo Entertainment System
or just put a # in front of metadata.type to comment it out and it will use the hyperlist xml matching your collection name.

Code: [Select]
#metadata.type = blahblah

48
Help / Re: Can't load hyperlist
« on: November 13, 2018, 01:51:35 AM »
Don't use the one from hyperlist. Some of the ones included in the retrofe install have extra info you'll lose. By default the meta line in the settings is commented out because it will automatically use the hyperlist one.

Unless something has changed recently those comments about the meta setting aren't in the default settings files. Are you using some sort of preconfigured install?

49
Help / Re: Atari supercharger
« on: October 18, 2018, 04:46:18 PM »
This should do it:

a2600 -cart1 scharger -cass %ITEM_NAME%

50
General Discussion & Help / Re: settings conf collection
« on: October 17, 2018, 08:43:47 PM »
Yes, separate the extensions with commas

51
General Discussion & Help / Re: How to integrate Pinball Arcade
« on: October 13, 2018, 02:22:54 PM »
I've never used it personally but from what I recall you can't directly launch into a table via command line. You would need to use the PBA FreeCamMod or an AHK script in order to do it. I may be wrong though.

52
If the layout change is causing the crash you probably have the layout files in the wrong directory or have the wrong name set in the settings.conf file.

Looking at your original settings.conf you have the name as "GLaDOS", which isn't the default name of the layout when extracted ("GLaDOS-16x9"). So if you didn't manually rename the directory to "GLaDOS" it will crash RetroFE on startup.

It's all just guessing without a log to check against and the minimal info you provided though.

53
General Discussion & Help / Re: anyone know way to split up mame romset
« on: September 07, 2018, 08:52:28 PM »
Using the meta xml game list as a reference or parsing mame output like I mentioned above.

54
General Discussion & Help / Re: anyone know way to split up mame romset
« on: September 07, 2018, 05:01:25 PM »
http://www.retrofe.nl/wiki/doku.php

The include file should be described in the Collections section, I think.

55
General Discussion & Help / Re: anyone know way to split up mame romset
« on: September 07, 2018, 01:52:03 AM »
For how to use the include files you can read the documentation page on the site. For generating the includes you would have to use a script or a regex in a text editor to pull the names from the xmls or from the mame lx output.

I wrote tools to do both but they're in a program I use for all my dat, xml and Rom stuff but that's not fit for public use atm as I desperately need to reorganize it and add a gui. I think I also added them to my retrofe config program but unfortunately that's in an unfinished state also. I've been meaning to finish both but time has been lacking for me recently.

56
General Discussion & Help / Re: anyone know way to split up mame romset
« on: September 06, 2018, 11:43:53 PM »
Yeah, I understand now. At first I thought you may have been trying to split out the actual rom files from the main set into individual directories.

So you'll need to generate and use include.txt files for each one of you want to keep all the roms in the same directory but only show the specific ones for each group.

57
General Discussion & Help / Re: anyone know way to split up mame romset
« on: September 06, 2018, 04:07:29 AM »
I think RomLister might have filters for those or be able to filter by driver. Its been a long time since I messed with that program so I'm not totally sure.

58
General Discussion & Help / Re: anyone know way to split up mame romset
« on: September 06, 2018, 01:53:18 AM »
He probably just didn't understand what you're asking for and wanted better clarification. I don't understand what you're asking either, tbh.

59
General Discussion & Help / Re: New B here that needs help
« on: July 31, 2018, 06:40:12 AM »
The launcher file you posted is correct and your log shows it's in the correct location.

The following lines do not belong in your RetroFE/settings.conf:

Code: [Select]
list.path = E:\retro fe\RetroFE\Roms\ColecoVision\roms
list.extensions = zip,col,7z,rar
launcher.windows = ColecoVision

Those only need to be set in your collections/ColecoVision/settings.conf and your log shows they are.

Your log isn't showing you entering the ColecoVision collection from the menu or attempting to launch a game so that's not going to be much help.

60
General Discussion & Help / Re: Merged collections custom game order
« on: July 28, 2018, 11:54:34 PM »
Cool, thanks. No rush of course, it was just something I threw together when I was bored the other day.

I figured this situation may have not been taken into account since it's a rather niche thing but wanted to ask in case it was user error on my part. Although it would also benefit those who want to have collections based upon "Top xxxx Games" lists across multiple platforms and have them sorted in ascending or descending order based upon ranking.

I'm assuming you'll use the _%collectionName%: %gameName% syntax in order to avoid naming conflicts across collections? That will be good for my use case since I need to know the collection name a game belongs to for when I need to delete a game from the .sub file after reaching the max game count I have set. That would save me from having to maintain that info in another file.




Pages: 1 2 3 [4] 5 6 ... 11