ReignerDeustcher Posted December 5, 2020 Posted December 5, 2020 In retrofresh theme i can't find an option for enabling the blurred background based in each game, how do you enable this? Quote
bundangdon Posted December 5, 2020 Posted December 5, 2020 1 hour ago, ReignerDeustcher said: In retrofresh theme i can't find an option for enabling the blurred background based in each game, how do you enable this? Just wondering, do you have your fanart in the appropriate folder? For example (NES) the images should be placed here: ?\LaunchBox\Images\Nintendo Entertainment System\Fanart - Background\ 1 Quote
ReignerDeustcher Posted December 5, 2020 Author Posted December 5, 2020 10 hours ago, bundangdon said: Just wondering, do you have your fanart in the appropriate folder? For example (NES) the images should be placed here: ?\LaunchBox\Images\Nintendo Entertainment System\Fanart - Background\ i realized that i didn't downloaded the fanart, hehe Quote
ReignerDeustcher Posted December 9, 2020 Author Posted December 9, 2020 (edited) is there any way to make that background fanart less blurred? Edited December 9, 2020 by ReignerDeustcher Quote
bundangdon Posted December 9, 2020 Posted December 9, 2020 1 hour ago, ReignerDeustcher said: is there any way to make that background fanart less blurred? Coincidentally, I asked that same question a few years back and found the answer here RetroFresh - Big Box Custom Themes - LaunchBox Community Forums (launchbox-app.com) Basically, you have to change this part of the code in the .xaml of whichever view you want to change: <transitions:TransitionPresenter.Effect> <BlurEffect Radius="80" RenderingBias="Performance" /> </transitions:TransitionPresenter.Effect> Give it a try and see if that works for you Quote
ReignerDeustcher Posted December 9, 2020 Author Posted December 9, 2020 14 hours ago, bundangdon said: Coincidentally, I asked that same question a few years back and found the answer here RetroFresh - Big Box Custom Themes - LaunchBox Community Forums (launchbox-app.com) Basically, you have to change this part of the code in the .xaml of whichever view you want to change: <transitions:TransitionPresenter.Effect> <BlurEffect Radius="80" RenderingBias="Performance" /> </transitions:TransitionPresenter.Effect> Give it a try and see if that works for you there's no lines like that in the xml archives of the views folder ? Quote
bundangdon Posted December 9, 2020 Posted December 9, 2020 2 hours ago, ReignerDeustcher said: there's no lines like that in the xml archives of the views folder ? Keep looking and you'll find it. I just checked now in the "Retrofresh - Glass 1.51" file, and opened up the TextGamesView.xaml file which is contained within the "Views" folder and it looks something like this: So in this case, you'd change that "80" number to a lower number to make it less blurry or put a "0" to remove the blur altogether 1 Quote
ReignerDeustcher Posted December 9, 2020 Author Posted December 9, 2020 9 minutes ago, bundangdon said: Keep looking and you'll find it. I just checked now in the "Retrofresh - Glass 1.51" file, and opened up the TextGamesView.xaml file which is contained within the "Views" folder and it looks something like this: So in this case, you'd change that "80" number to a lower number to make it less blurry or put a "0" to remove the blur altogether i found it, i've used the search option but it didn't found anything, i thought something was wrong here, thanks Quote
bundangdon Posted December 9, 2020 Posted December 9, 2020 Just now, ReignerDeustcher said: i found it, i've used the search option but it didn't found anything, i thought something was wrong here, thanks No worries! Glad you found it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.