EmulationStation mod
-
@trekdrop There is no emulationstation.sh file in that link. It is just an emulationstation file. Unless you're downloading from the github page. But you just copy over the emulationstation file, make it executable with
chmod +x emulationstation
in terminal and then if you want to boot it instead of the normal ES you copy it to the /opt/retropie/supplementary/emulationstation directory. This will overwrite the ES currently in there so be sure to make a backup. -
@jacobfk20 said in EmulationStation mod:
@trekdrop There is no emulationstation.sh file in that link. It is just an emulationstation file. Unless you're downloading from the github page. But you just copy over the emulationstation file, make it executable with
chmod +x emulationstation
in terminal and then if you want to boot it instead of the normal ES you copy it to the /opt/retropie/supplementary/emulationstation directory. This will overwrite the ES currently in there so be sure to make a backup.Thanks, and this will give me the updated version off the gridview?
-
-
@jacobfk20 said in EmulationStation mod:
@Erick No. It will get merged to this fork in the future though. It still has some problems.
If you want to use the latest gridview you can get it here. but it will only have gridview added.So Nice, looks great! Only one question. My background is white while in the gridview mode in the carbon theme. Can I change that somehow?
-
@trekdrop That's weird. Carbon usually works fine with that version of Grid. You can try adding in "grid" in its main theme xml. You can do that with nano:
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
scroll down until you see this line:
<view name="basic, detailed">
and add "grid" so it'll look like this:
<view name="basic, detailed, grid">
ctrl+x to save, y, enter.
-
@jacobfk20 I would like to test your Grid View version of ES. The latest build available here has a filesize of 46.9MB, which is ten times the size of the vanilla ES and previous grid view binaries. Could you confirm that this is the correct version I should be using? Thanks.
-
@dudleydes Yes it is. I haven't even noticed the size increase, thanks for letting me know. I'll look into it today but I may have just forgot to remove debug symbols when compiling.
-
@dudleydes Fixed it. Recompiled without debug symbols and it's back to a little over 4 MBs. Sorry about that.
-
@jacobfk20 Thanks. I have replaced the existing vanilla ES binary with the latest grid view version and everything is working fine in terms of launching games etc.
I do have a few questions using the Carbon theme.
- How do I change grid size? I tried adding
<container name="gridRowsAndColumns">
and adjusting the values but it's having no effect. - What do I need to add to my theme to maintain the aspect ratio of box art?
- I notice in the help footer that the left and right bumpers are used to change system. This isn't working for me. Here is a copy of my es_input.cfg. What changes do I need?
- How do I change grid size? I tried adding
-
@dudleydes you change the grid tile rows and column size by using
<container name="gridRowsAndColumns"> <size>x y</size> </container>
Where x is the amount of columns and y is the amount of rows.
You can also do<container name="gridRowsAndColumns-small">
or<container name="gridRowsAndColumns-big">
to define the sizes for the small and big options.Aspect ratio is usually kept fairly well but if you have inconsistent image sizes for your roms then it can get broken. This is usually a bigger problem in box art like the NES or Sega games that are more portrait. This will get ironed out sometime soon but there is not much you can do to fix it except maybe define the grid tile size for that specific system where the ratio is broken.
As for the quick system select... This is locked to the left and right shoulder buttons. You may not have those buttons mapped on your controller.
-
I copy your emulationstation file in but when I restart ES it comes up with Access denied and will not load ES..?
-
@spannernick1 You need to set it to executable. In terminal, cd to its directory and run
chmod +x emulationstation
-
Thanks that sorted it,all is working now,see network and systems but how do I active grid view,in the xml files.,.? oh I have made a image for the Mega CD system( Sega CD) If anyone wants it,the pal version,The original logo.
-
@spannernick1 While you're in a gamelist hit select and then it'll be in "System UI Settings" This is changeable per system.
-
How do I stop emulation station from counting how many times I have played,cos its writing to the gamelist.xml and messing it up,I had to put all my images for the box art cos they are PAL box art for Mega CD,and I can't find where ES saves the gamelist.xml when it exits it,it was there before I changed to the ES Mod or has that been removed..?
-
@spannernick1 You cannot disable the play count or save metadata on exit with this mod. It still saves gamelists to ~/.emulationstation/gamelists. What exactly is it messing up?
-
@jacobfk20 I am making my own games list,not using scraper so have to put the info of the games,box art and so on in,I have to shutdown ES so I can save the gameslist everytime i have changed it.its a pain,the scrapers don't download Mega CD Pal box art all the box atr is from the US.and sometimes it do0n't even find the game or the right one.
-
Looks great! I like how it's more ascetically appealing and it seems like you have an emphasis on way-finding. I would like to see even more way-finding. I feel this is something that ES lacks considerably. Keep up the good work.-Scott Design Soulutions-
-
@spannernick1 manually scraping roms is so much work... specially from ES, don't do that please! There are easier ways to do it and get the megadrive covers you want. As I told you on the other post, sselph added screenscraper.fr as a data source, where megadrive and genesis box arts are presents. You can try the Universal XML Scraper (Windows only) if you want to try another tool with a few more options. There is a RetroPie version...
-
Created a script on GitHub Gist just in case someone wants to install it on RetroPie.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.