-
Posts
949 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Rincewind
-
As a work around you can always have all the games showing in LaunchBox and then in the search bar type "space invaders" and that will do the same.... display the game on all platforms
-
I don't use multiple monitors so unfortunately I am unable to help. Have you tried viewing it on the other two monitors
-
PASC CE (wip) BigBox Theme Editor - Its all about the code
Rincewind replied to y2guru's topic in Big Box Custom Themes
Wow so much more has been added since your last video, those region images will be fun to mess around with (ideas popping onto my head). I too can't wait to get my hands on it, it looks awesome, massive thumbs up -
Hey @MrSumOne, I also came over from Hyperspin a long time ago now, how ever I started afresh and without using RocketLauncher so I cant give you any advice there apart from many of the features are already integrated into LaunchBox and BigBox. I have it setup on my main PC which is what I would call a more modern powerful computer and it fly's on there. I also have it on a arcade cabinet which is a much older.... Much much older, a core 2 duo which it runs fine on but does lag sometimes if I'm using a more demanding theme. Development is amazing as the creator is coding most days and is fully active in the forums, as for the new features Jason the developer puts out a poll and users can vote on items they would like to see and the top ones get added as soon as possible. There are also a lot of members here that can help out if you want to know anything else or get stuck.
-
PASC CE (wip) Theme Editor - Getting close! and 1 more thing
Rincewind replied to y2guru's topic in Big Box Custom Themes
Just watched the second video, not only have you given us a way to add custom XAML but a analog clock too ?. Great to see these update videos so we can see how far you've got and see the new elements you add.- 25 replies
-
- bigbox
- custom themes
-
(and 1 more)
Tagged with:
-
Very smooth animation, definitely would be a great feature for BigBox. I'm sure there are other sites with artwork for different platform 3D boxes too.
-
Good to know ? There is a post reference the media for the pinball tables in the forum somewhere and it may have some of the videos you require. I'll take a look and see if I can find it and post link if it does include the videos
-
Wow it's like something out of the Bat Cave,. I really like the portrait monitor with the pinball table running on it, definitely a system I'll have setup eventually.
-
-
-
I understand your scepticism Cid when it comes to the quality of the themes but hopefully the reviews will sort that out. What I do know is there are a lot of talented designers out there in the community that are currently put off creating a theme due to the coding needed. Dave this becoming a gem of a program, hats off to you for all the work you've put in, is there a chance in the next video can you show us how to add custom images / animated images.
-
Important tweak/additional features to request
Rincewind replied to dieandromeda's topic in Features
I asked because it looks like the old interface before it moved over to the new one which runs much smoother now. -
Important tweak/additional features to request
Rincewind replied to dieandromeda's topic in Features
What version of LaunchBox is that -
Yes twitch is good but either will do.
-
Sounds good , please let us know a few days in advance so we can make plans the new icons and guide lines are great too.
-
I've just been watching the video and WOW that's come on leaps and bounds since I last saw your progress. It's definitely more of an all round theme editor now. Really looking forwards to using this. It's going to make life much easier for everyone. Thanks for showing us your progress, please keep the thread up to date too with the new added bits
-
Only just seen this so properly missed it now
-
-
Scrap that I managed to figure it out in the end. The solution is the theme here....
-
Rincewind View File This started out as all I wanted to do is make the background image, when selecting a game fill the whole space. So after looking at the default theme and the great LBPlex theme (credit to @Grila) I managed to get all the bits I preferred and made a theme to my liking. Hopefully your like it too . And now with updates from the Default Plus theme (credit to @faeran). **NEW** Now you can have any colour you wish by simply changing the "selected Item background" colour. (see below screenshot) Submitter Rincewind Submitted 01/24/2019 Category Custom Themes
-
Version 4.6
4,894 downloads
This started out as all I wanted to do is make the background image, when selecting a game fill the whole space. So after looking at the default theme and the great LBPlex theme (credit to @Grila) I managed to get all the bits I preferred and made a theme to my liking. Hopefully your like it too . And now with updates from the Default Plus theme (credit to @faeran). **NEW** Now you can have any colour you wish by simply changing the "selected Item background" colour. (see below screenshot) -
Yes definitely meant that not silk work "a game where you bind silk to make clothing" haha SilkWorm but I could never play as the jeep always had to be the helicopter
-
I've not played a wide variety of them but for me the ones I always go back to are. R-Type (playing the arcade version but remember completing it on the spectrum) Silk Work (only because it's awesome in 2 player)
-
I'm trying to get the background of the main window to end up at the back separated from the sidebar so I can then make the sidebar transparent. Everything I try fails so I hope someone with a better understanding can help me out. here's the code i'm changing... from the "Main View XAML" <transitions:TransitionPresenter Content="{Binding ContentBackgroundView}" Grid.Column="2" Grid.Row="0" Grid.ColumnSpan="3" /> too this <transitions:TransitionPresenter Content="{Binding ContentBackgroundView}" Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="5" /> but it throws the SideBar off the screen, I have tried a few other things but for the life of me I cant sort it so any help would be great. ?