Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

I would love one simple change to the default themes Discovery view, How could i add the achievement badge to show up here while scrolling games next to the star rating? its annoying to go to the game details just to check if a game supports achievements

Screenshot 2025-07-10 004601.png

Posted
13 minutes ago, launchretrogirl2562 said:

how does the details screen look like with the achievement badge on it?
Maybe I can check the xaml files to see if I can change it.

Heres an image of the game details screen

Screenshot 2025-07-10 021358.png

Posted

Add

x:Name="ReleaseYear"

onto the border at line 2107
Then add the following after the closing TextBlock tag (</TextBlock>) on line 2169 (put your cursor after the '>' sign press enter and put the following code on a new line)

<flow:FlowBadge Margin="{Binding Converter={StaticResource ScaleConverter}, ConverterParameter='30,0,0,0'}" BadgeName="Achievements" DataContext="{Binding ActiveItem}" Height="{Binding ElementName=ReleaseYear, Path=ActualHeight}" />

Can adjust the margin how you see fit. Just remember you can't actually change default theme since we overwrite it on startup. Have to copy default to a new folder, name the copy folder, then make the change to the files in that folder. Then in BB change to THAT theme.

  • Like 1
Posted (edited)
14 hours ago, Omifi said:

Damn, thanks for trying still!

Then this should do the trick.
DiscoveryPageView.xaml
I've made the changes C-beats suggested in the DiscoveryPageView.xaml 

So make a backup from the whole 'DEFAULT' theme folder which is in following location :

[DRIVE]:\Launchbox\Themes\Default

Give the whole backup-folder a new name, like for instance 'DefaultAchievements'

Screenshot2025-07-10173758.thumb.png.3eff447eef0661f5a0826532d9787655.png

Then use my DiscoveryPageView.xaml and put it in the new DefaultAchievements themes views folder

[DRIVE]:\Launchbox\Themes\DefaultAchievements\Views

@Omifi : Let me know if you can see the achievements badge

Edited by launchretrogirl2562

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...