AveryEvans / cfg-loader-mod

Automatically exported from code.google.com/p/cfg-loader-mod
GNU General Public License v2.0
0 stars 0 forks source link

Why do full covers take priority over RGB in the game select screen? #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It should be the other way around. It will only display Full covers and not 
RGB. If they are not able to be put into different folders and RGB is taking 
priority over Full in the cover downloads then RGB should be displayed before 
full so it should be

RGB,HQ,Full,2D

instead of Full,2D,HQ,RGB 

or allow us to have our HQ and RGB files in separate folders from Full covers. 
So that we can have the option of having the higher quality image and still 
have the back covers show in game select instead of forcing us to choose 
between having the back covers show in menu or having RGB covers on our SD 
card. 

How is this issue not apparent already?

Original issue reported on code.google.com by kmksou...@live.com on 30 Jun 2015 at 10:50

GoogleCodeExporter commented 8 years ago
i figured out a work around you can just put this info in your config.txt file 
and manually separate your rgb,hq covers and your full covers into their own 
folders.

covers_path_2d = sd:/usb-loader/covers/
covers_path_3d = sd:/usb-loader/covers/3d
covers_path_disc = sd:/usb-loader/covers/disc
covers_path_full = sd:/usb-loader/covers/full
covers_path_hq = sd:/usb-loader/covers/hq
covers_path_rgb = sd:/usb-loader/covers/hq

Original comment by kmksou...@live.com on 30 Jun 2015 at 11:18