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.


Topics - psibash

Pages: [1]
1
General Discussion & Help / Windows applications in RetroFE?
« on: March 27, 2017, 07:05:12 PM »
Yello! Random question: I've seen some theme videos that have Pinball FX2 in their system list in the main menu...just curious to know how that is done and if this can be applied to something like Kodi for example.

Thanks!  8)

2
Sorry if this info is already somewhere in the forum but I am having challenges getting RetroFE to list all my Mame/Arcade games. I am using the default collection folder that came with my RetroFE. It is called Arcade. I copied my individual zipped games into the Arcade collection's roms folder (over 26k). From what I can tell all the game zip files are named the same way as a HyperList xml I downloaded. I downloaded the 0.183 mame XML and Include files from the download section. I renamed the include file to "include.txt" into the root of the Arcade collection folder. I renamed the XML file to "Arcade.xml" and copied it to the  /meta/hyperlist folder. I can select the Arcade collection from the REtroFE menu, but for some reason it will not list all the games. Below is the config file the collection is using. Thanks in advance for the help.

###############################################################################
# The location of where your ROM items exist. Examples:
# list.path = D:/ROMs/MAME                (absolute path)
# list.path = ../ROMs/MAME                (relative path to root of FE dir)
#
# If BASE_ITEM_PATH=D:/ROMs and the name of this collection is named "Arcade"
# then the configuration below will search in D:/ROMs/Arcade
###############################################################################
#list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%/roms

###############################################################################
# If a game is specified in include.txt then it will be included in the list
# regardless of if the rom actually exists or not. Set this variable to false
# to exclude any items that cannot be found.
###############################################################################
list.includeMissingItems = false

###############################################################################
# Extensions are comma separated without spaces
###############################################################################
list.extensions = zip

###############################################################################
# If a menu.xml file exists, it will display the menu alphabetically. To
# not auto-sort the menu items alphabetically, set the following to false.
# This does not apply to how your ROMs are sorted.
###############################################################################
list.menuSort = true

###############################################################################
# The executable to run when an item in a collection item is selected
###############################################################################
launcher = mame

###############################################################################
# On default, MAME roms are not clearly named. We need to use the MAME
# metadata for them.
###############################################################################
metadata.type = MAME

###############################################################################
# Default media paths to scan for artwork. Uncomment and edit to override
# the default values.
#
# media.screenshot    = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot
# media.screentitle   = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle
# media.artwork_back  = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back
# media.artwork_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_front
# media.logo          = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo
# media.medium_back   = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back
# media.medium_front  = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front
# media.screenshot    = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot
# media.screentitle   = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle
# media.video         = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video
###############################################################################

3
General Discussion & Help / Need help setting up Playstation game directory
« on: February 04, 2017, 04:01:28 PM »
Need help getting RetroFE to list/detect my PSX games when they are in subfolders (if possible). Here is my setup (will use FFVII as an example):

Bin & Cue folder
\collections\Playstation\roms\Final Fantasy VII (USA)\Final Fantasy VII (USA) (Disc 1).cue
\collections\Playstation\roms\Final Fantasy VII (USA)\Final Fantasy VII (USA) (Disc 2).cue
\collections\Playstation\roms\Final Fantasy VII (USA)\Final Fantasy VII (USA) (Disc 3).cue

Playstation collection settings.conf
list.includeMissingItems = false
list.extensions = cue
list.menuSort = yes
launcher = Playstation

Playstation lauchner conf (Playstation.conf)
executable = emulators\RetroArch\retroarch.exe
arguments = -f -L .\cores\mednafen_psx_hw_libretro.dll "%ITEM_FILEPATH%"

RetroFE will list my games if I dump all my Cue & Bin files directly in the roms folder. Maybe that is how it is meant to be. But if it can work with each game being in their own individual folders, i think I would prefer that? Thoughts?






4
Help / Can someone possibly fix this broken layout (Chicken Coop 16x9)?
« on: January 16, 2017, 04:22:22 PM »
I'm kinda late to the party but here goes.

I found this layout/theme in the old retrofe forum (http://www.retrofe.com/forum/index.php?topic=299.0) but it appears to have some broken stuff in it. Maybe it's because it was made for an older version of RetroFE. I tested this layout with a fresh retrofe "install" just to make sure it was not my copy that was causing the problem. Here are the bugs I noticed:

  • When selecting a console, the main menu at the bottom is still visible. The top left console logo initially appears but then disappear.
  • When going back from a console game list to the main menu, the right side wheel is still visible.

Maybe it's an easy fix, maybe it's not. If someone get this layout to work properly, it would be SO AWESOME! Please? :)

Pages: [1]