-
Posts
758 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Kondorito
-
There is a small 3rd party app that works awesomely. You can either set it to keep the USBs order for the entire system, for a specific folder, or a specific app. You can even make specific USBs controllers be hidden for specific apps without the need to unplug them. Check the Git and see if it works for you; it did wonders for me: https://github.com/briankendall/devreorder
- 5 replies
-
- w10
- controller
-
(and 3 more)
Tagged with:
-
Time goes by so fast, and so much stuff went on and improved... Seems like yesterday when the BigBox concept started to appear in LB 5.0... And if you think about it, each LB/BB version number hast 10 revisions inside, so it will be reaching 100 releases in 10.0!
-
Mr. RetroLust's Lights Out! Retroarch Bezels
Kondorito commented on Mr. RetroLust's file in Platform Bezels/Overlays
-
Thanks Opak for the heads-up! @Jason Carr, please update the Spanish AboutForm with this one: AboutForm.es.resx
-
@Jason Carr, here you go: Language_ES_9.8.zip
-
Have you checked the quarantined/processed files and folders in webroot? Seems that after first run, the AV is placing some stuff in quarantine. Try adding the whole LB folder as well as the emus folders as exclusions.
-
Sega Ringwide, Ringedge, LIndbergh, Namco ES3 video files
Kondorito replied to sucramjd's topic in Platform Media
@THKis awesomely awesome Great work on these @sucramjd. -
PM sent
-
Can we run "Clean Up Media" on a single platform?
Kondorito replied to darreldearth's topic in Troubleshooting
Yeah, clean up media per platform/playlist/category/etc. would be incredibly handy. That, and the option to move the cleaned media to an "Unneeded" folder instead of simply deleting it for good, so the user can then decide if some specific files are worth keeping. -
This looks so professional. I love it. Cannot wait to try it.
-
PASC CE (wip) BigBox Theme Editor - Its all about the code
Kondorito replied to y2guru's topic in Big Box Custom Themes
Wow. This is looking awesome! Its kinda intimidating in the sense of how much stuff can be customized Really really incredible job with this editor @y2guru! -
Let's go! Language-es_9.6.zip
-
Great work @seaview59. Are you working in a specific project atm? Clear logos/boxes/carts for a specific system?
-
You can make videos to be stretched into the full area, or maintain their aspect ratio in the xaml view files, but you cannot do it for specific systems, as they all share the same views files (correct me if I am wrong @CriticalCid). What I did for the systems that have a screen size other than the default 4:3 (usually handhelds or newer systems), is to modify the videoborder image of the specific platform, adding pieces of the background image in it (on the sides or at the top/bottom) so the extra bg image pieces cover the black bars of the video, and blends in alright with the background image. Examples: Uses a videoborder image like this: Something like this: For NDS the videoborder image was just a png of the handheld. Hope this idea helps you.
-
This looks incredible Zomb. I know the C64 by name but never took the time of checking its library or playing it. I might watch some vids on it (specs, history, and games) and get your pack (as your packs are a joy!). Thank you for taking this monster project and simplifying it to spread its knowledge in the community.
-
-
You can try this: ~1 & 2:: { Process, Close, {{{StartupEXE}}} } (Being the ~ symbol the way of telling the system that does not matter the order in which you press them, and 1 and 2 the buttons you want to press at the same time)
-
@KCJ101, instead of manipulating several png files, you might be better off doing a simple change in the xaml file of the view you are using. I do not have the Redux theme here to tell you exactly what or where, but I have the Unified one from CriticalCid, and I am pretty sure they are similar. Just go to the Views folder inside the theme, open your view xaml file with Notepad++ (i.e. Wheel2GamesView.xaml), and look for the Pointer section. You have two options; a) modify the scale of the pointer, or b) keep its size but place it behind the wheel, so they get overlapped but the clear logo shows in front. For a) Look for "PointerSize" and change the ScaleX and ScaleY for lower values (i.e. 0.8 instead of 1) For b) Look for Panel.Zindex in the Pointer section and decrease the number to one less than the Panel.Zindex number of the wheel section. The Panel.Zindex value in each item acts like the order of the layers in the view, being 0 the one all the way to the back, and 20 for example the one most to the front. Hope this helps and I am not writing nonsense XD Just in case, backup the xaml file you will be changing.
-
-
-
Ah! I thought it was already present in PROD versions. Got it.
-
@Jason Carr just tested this, and sadly, it did not prompt an option to choose whether to apply a theme in the Main category/list level only or to all; it just applied it to everything (I had to enter afterwards on each platform and reselect the correct theme ). I tested it using the key shortcut, and the below is what I see when pressed, if I press the Accept button, it applies to everything, no questions asked. I also tried selecting it from the Options menu and the same thing happens. Let me know if I am doing something wrong, or if there is another way to select the themes that I am missing. Thanks!
-
Ok, now I feel dumb XD I did not know that was already added; since I do not change themes so much I did not realize the change. Last thing I remember is that changing a theme at the Platforms list/cateogries level changed it to all the childs as well. Then disregard my request, and keep being awesome.
-
I meant both of them together, so I can apply a theme to them, but not globally (so it only changes at a category/list level, but not globally nor inside on all platforms).