RetroFE forums

General Category => General Discussion & Help => Topic started by: abls1 on July 15, 2018, 10:45:47 PM

Title: New B here that needs help
Post by: abls1 on July 15, 2018, 10:45:47 PM
Hi I need help setting up retro fe so I have some questions:

Where do I add emulators and roms?
I use regular emulator but hate retroarch cause does not run im my system

How do I configure frontend?  I tried to use the re configurator plugin but it did not work for me
How do I generate a xml list.. I have rom sets with many versions does retro fe filters the list to only display usa roms?

Thanks
Title: Re: New B here that needs help
Post by: Pieter Hulshoff on July 16, 2018, 11:11:57 AM
You can place emulators and roms anywhere you like, but generally roms are placed in the collections/<collection name>/roms directory. You can override that path in the settings.conf file of the collection. The emulator used by a collection is defined in the launcher .conf file for that collection. You could have a quick look at some of the MAME based examples in the latest release. I'm also willing to help set up a specific collection for you to get you going.

The frontend is generally configured using the text editor of your choice. The settings are defined in the .conf files. I'm working on in-frontend configurability at the moment. If you have specific configuration questions, feel free to ask them.

You could generate XML files by hand or download them from the various websites (HyperSpin has a lot; MAME XML is found on the RetroFE download page). RetroFE however only uses them to get extra information to show on screen (e.g. manufacturer, year, score, rating). Even without them, RetroFE will still display your games. This is because RetroFE does not use XML to create the game lists (so it does not need to filter them to only display USA roms either). It uses a combination of the roms directory, include.txt, exclude.txt, .sub files, and menu.txt as described in http://www.retrofe.nl/wiki/doku.php?id=collections
Title: Re: New B here that needs help
Post by: abls1 on July 21, 2018, 10:52:43 PM
I would like to set a coleco vision collection I tried but Im at a lost

Thanks
Title: Re: New B here that needs help
Post by: Pieter Hulshoff on July 22, 2018, 12:09:55 AM
I would like to set a coleco vision collection I tried but Im at a lost

Thanks

I use MAME for that system; which emulator are you using?
Title: Re: New B here that needs help
Post by: abls1 on July 22, 2018, 04:34:30 AM
I use BizHawk for ColecoVision and most of the other systems it covers.. I use Mame for rare games but My emulator of choice for arcade is Final Burn Alpha
Title: Re: New B here that needs help
Post by: Agent47 on July 22, 2018, 06:32:57 AM
If you're stuck on making the launcher for BizHawk it's a simple one:

Code: [Select]
executable = M:\Emulators\BizHawk-2.3\EmuHawk.exe
arguments = "%ITEM_FILEPATH%" --fullscreen

Title: Re: New B here that needs help
Post by: abls1 on July 23, 2018, 11:12:51 AM
Thanks@Agent47

I posted the code on the launcher folder!!!

where do I post the rom paths for ColecoVision?

Thanks
Title: Re: New B here that needs help
Post by: johnm on July 23, 2018, 02:51:47 PM

You would also need a colecovision collection created, to do this read the 'creating collections.txt' file in the collections folder, you then open up the settings.conf file within it and edit the fields required.
list.path = roms location
list.extensions = file type (probably zip,col,7z,rar)
launcher = the name of the file you made from agent47's post
Title: Re: New B here that needs help
Post by: abls1 on July 26, 2018, 12:02:57 AM
Does the tutorial uses CMD promt as base path for creating list? because my roms are not in c folder they are on E: so how would I do this?
Title: Re: New B here that needs help
Post by: Pieter Hulshoff on July 26, 2018, 06:24:43 AM
Does the tutorial uses CMD promt as base path for creating list? because my roms are not in c folder they are on E: so how would I do this?

Use that as a base, and change the list.path parameter in the settings.conf file of that collection accordingly.


Sent from my iPad using Tapatalk
Title: Re: New B here that needs help
Post by: abls1 on July 28, 2018, 02:16:34 AM
I think I have a big mess can I upload the files so you somebody can tell me what I configured wrong?
Title: Re: New B here that needs help
Post by: Pieter Hulshoff on July 28, 2018, 10:06:49 AM
Sure, start with the launcher and the settings file, and include log.txt as well. Just attach them to a post here.

Sent from my SM-G950F using Tapatalk

Title: Re: New B here that needs help
Post by: abls1 on July 31, 2018, 01:24:36 AM
Heere is my messy config
Title: Re: New B here that needs help
Post by: Agent47 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.
Title: Re: New B here that needs help
Post by: Pieter Hulshoff on July 31, 2018, 03:04:54 PM
In addition, I notice the following line in your RetroFE settings.conf:
baseItemPath=E:\retro fe\RetroFE\Roms\
Is that the base path you've stored your roms at, or are they in the individual collections in stead?
Title: Re: New B here that needs help
Post by: abls1 on August 01, 2018, 05:31:36 PM
@Pieter Hulshoff
I removed the 3 lines from setings configuration and added to colecovision setting config but, roms are not detected

@johnm
baseItemPath=E:\retro fe\RetroFE\Roms
That is where I have all of the roms for all systems
Title: Re: New B here that needs help
Post by: Pieter Hulshoff on August 01, 2018, 10:26:21 PM
Enter the collection, and then send us the log.txt. Also, where exactly are your ColecoVision roms located? Can you show us your directory structure?

Sent from my SM-G950F using Tapatalk

Title: Re: New B here that needs help
Post by: johnm on August 01, 2018, 10:39:50 PM

Are you adding the collection to your menu.text in the collections\main folder?

Do you have all your roms from various systems in the one folder, if so you might need to use the include.txt to only show coleco roms.

I grabbed the emu and once i put in the paths and the bios it loaded the roms, didn't go any further as i hadn't set up controls
Title: Re: New B here that needs help
Post by: abls1 on August 02, 2018, 11:38:02 PM
Enter the collection, and then send us the log.txt. Also, where exactly are your ColecoVision roms located? Can you show us your directory structure?

Sent from my SM-G950F using Tapatalk

Here is the setting on the collections for colecoVision
folder structure: E:\retro fe\RetroFE\collections\ColecoVision
Title: Re: New B here that needs help
Post by: abls1 on August 02, 2018, 11:43:08 PM

Are you adding the collection to your menu.text in the collections\main folder?

Do you have all your roms from various systems in the one folder, if so you might need to use the include.txt to only show coleco roms.

I grabbed the emu and once i put in the paths and the bios it loaded the roms, didn't go any further as i hadn't set up controls

folder structure

ColecoVision Rom folder
E:\retro fe\RetroFE\Roms\ColecoVision\roms