Benuno
-
Posts
53 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Files posted by Benuno
-
BigBox PlatformCategoryPlaylist Selector
By Benuno in Third-party Apps and Plugins
2022-03-23 10-33-23.mp4 A plugin for BigBox that makes it possible to have a playlist/platform carousel inside any game view/theme via simple .xaml edit of any game view. With this plugin you no longer have to leave the game view as you can select every playlist/platform from there!
Installation:
Globally: Put the BigBoxPCPSelector.dll file into Launchbox/Plugins folder.
Per Theme: Put the BigBoxPCPSelector.dll file into Theme's Plugin folder.
Theme's Game View files: Edit WallView/TextGame/HorizontalGame View's files by adding the plugin to the user control
<UserControl Name="Canvas" ClipToBounds="True" xmlns:PD="clr-namespace:BigBoxPCPSelector.View;assembly=BigBoxPCPSelector" .... /> and after that add the Platform Selector somwhere between the <Canvas> tags as below. These are currently the values you have to give the plugin to work. (Stuff like Position adjustment will be added soon)
<PD:PlatformSelector Panel.ZIndex="900" ItemFontSize="20" ItemFontWeight="Normal" ItemForegroundBrush="White" ItemBackgroundBrush="Transparent" SelectedFontSize="30" SelectedFontWeight="ExtraBold" SelectedForegroundBrush="Black" SelectedBackgroundBrush="Transparent"/> Controls:
Esc: Activate Plugin Wheel
Left/Right: Move carousel index
Up: Switch between playlists and platforms
Down: Deactivate Plugin Wheel
Esc 2x: Escape Menu like default
Enter: Confirm Playlist/Platform selection
Contribute:
Feel free to improve the plugin at https://github.com/Benuno/BigBoxPCPSelector! Any support is appreciated .
Thanks to @Fry for the help/initial code structure!
78 downloads
-
All @nce
By Benuno in Custom Themes
Modification of the nice LB Galaxy Theme by @raviol.
Added new carousel view and additional informations into the game details view to make most visible at once.
Also removed some effects to improve the theme performance.
Disable background blur/color settings for intended experience.
904 downloads
-
Fluent
By Benuno in Custom Themes
I adjusted jhayes0027 great Unlocked Theme to my preferences.
This theme should run fluent on low-spec machines due to most images not being loaded during game scrolling. The wall view covers are big enough to be good visible on small screens like the gpd win.
In the platform section you can select last played games by going right and then down with your gamepad/keyboard.
326 downloads