Leaderboard
Popular Content
Showing content with the highest reputation since 03/04/2020 in File Comments
-
Update. I went a little nuts with the N64 startup :P. So far I have startups for all CD based games (PS1, PS2, PS3, DC, GC, Xbox, etc.), top loading systems (so far just N64 but will be SNES, Genesis, and more once I find decent front images of the consoles), and a custom jobby for PSP (as seen in the vid below). Still no idea how to get the little guys back in their boxes on game shutdown due to trigger issue. Hopefully someone can help. 2020-05-31 14-29-04.mp45 points
-
5 points
-
@faeran I was not able to resolve the game banners issue, but I don't mind as I wanted to use this theme for the categories and platform views (which is working beautifully), and then inside each platform/playlist different themes. I am in the process of making specific banners for my needs. Sharing them here in case somebody wants to grab them: Categories: Magazines and Pinball. Playlists: Hacks and Fan-Made, IGS PolyGame Master, and Recently Played. Platforms: Future Pinball and Pinball FX3. Missing for my set (that I will be doing next) are Microsoft5 points
-
4 points
-
4 points
-
So I used to play this weird game when I was a kid that had Star Wars droids, and there was some kind of factory where you had to make sure they were assembled correctly, or something like that. I've been searching for the name of that game for years, and nobody knew what I was talking about; no one had ever heard of a game like that from the early 90s. I started to think that I was going crazy, that I had never played such a game, but I held out hope. We're talking fifteen, twenty years I've been trying to crack this. I download this image set, and there are a lot of images for games her4 points
-
Guys, this is great. Really ! But I would like to avoid multiple sources (tread) to download the videos. It becomes a mess and it is not clear for new users. For this purpose, I'm preparing a upload of all my sources + a tutorial on the guidlines. The idea is to have only 2 topics on the forum: The current video topic : We will find all mine, but also all yours. With your credit. 1 single place to download everything. Futur sources topic : There will be all my sources, and yours. I'll do a quick tutorial on guidline and my workflow. You will post your work in progress there4 points
-
3 points
-
3 points
-
3 points
-
Updated now with a version that works it wasn't really that much of a change tbh (actually didn't need to re-target anything). Credit to @JoeViking245 for helping me find a fix quickly. For anyone confused about the in-development version, it can be downloaded under Artifacts on the linked appveyor page (and that will be updated with new builds, whenever I add new stuff). It is still in development so liable to change, hence a tutorial video may not be a good idea at this point. The basic idea of what's going on is that the program manages PCSX2 versions for you, so you don't ever have to wor3 points
-
3 points
-
give me about half an hour i'll upload videos themes, clear logo's backgrounds they whole set up for this system, and yes GRID is f 'ing brilliant, going through all the Teknoparrot stuff, spoke with Trymado on YouTube and he says yes I have permission to use his hyperspin themes just converting them one system at a time 😁😁3 points
-
3 points
-
3 points
-
3 points
-
3 points
-
Just to make sure we are on the same page. Here is the list of game views that are in the theme right now: Horizontal Wheel 1 - The normal banner games view Horizontal Wheel 2 - The normal banner games view with quicker animations Horizontal Wheel 3 - Simple banner view where the banners never fade away Text Games View - Text view with the text menu on the right Here's the list of Platform Views: Platform Wheel 1 - Normal banners view Platform Wheel 2 - Normal banners view that plays music from your videos Platform Wheel 3 - Banners view3 points
-
3 points
-
3 points
-
2 points
-
2 points
-
I sort of solved it. First I did a fresh install of the dirtyOld theme, because why not. Then I copied the clear logos to the dirtyOld\Images\Platform Categories\Banner folder and in the options enabled "Show Platform Banner Image". Then Refresh images. Now they show up. @bundangdon Thank you for your time!2 points
-
2 points
-
I'm coming out, What a job bravo dude! Similar I had some mini slowdowns (very light) but I think it must come from the respective configurations of each, must be said that there is a media package to tell the truth more than my customs lol congrat's again it's the version 1.1 you have time to improve it;) in all here in France in full confinement you will make people happy, I pass the links to my closed group friends;)2 points
-
Thank you Jason and y2guru. I looked into changing the font scaling myself by hand, but I was a little lost when I looked into it. That's why I love the Theme Creator so much. I do appreciate everything you guys do. Sorry if my comment sounded demanding or accusatory. In defending my position it may have sounded that way, but it wasn't my intent.2 points
-
All of the Options pages and screens are indeed themeable in recent versions of Big Box, so there shouldn't be anything holding theme developers back, from that perspective. Changing font sizes is very easy to do, even by hand. I understand though if the Community Theme Creator doesn't support this yet; @y2guru's been busting his butt on it to meet the demands of the community (and they are very demanding lol).2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
41 is approximately the number of original game releases which are now all freeware (officially made freeware by the current copyright owners). The rest are made up of scene demos, homebrew and hacks of those free games. There is a ton of great stuff made by homebrewers. Google "Vectrex Tosec" and you'll find links to rom sets on Archive.org that are bigger than Mames, but does have junk in (bad dumps, clone dumps etc). Better still, search for "Vectrex DrSnuggles" for a very large rom collection, all downloadable via this guys online java emulator github page. This DrSnuggles set is2 points
-
2 points
-
2 points
-
2 points
-
Thanks @Bullfrog for your feedback. Much appreciated. Glad you are enjoying the updated theme. At the moment, the version of the theme on both the forum and the theme manager are the same. However, the theme manager will always take priority. So if you download a theme from the forum, the manager will always flag you to update it in the theme manager, even if it is the same copy (or older copy). And delaying the front box is something that can be considered. I know a lot of people have their own opinions on that subject. What's good is that I also released the project files, as part2 points
-
2 points
-
Just wondering if there's any new platform releases on the horizon or dare I say, source? Would love to expand upon the amazing work created to date. Appreciate it's been a crazy world so just curious. Hope everyone is safe and well out there. *EDIT: And just as I say it he releases source and updates. Honestly, you are a gift to the community @viking and a hero to me!2 points
-
2 points
-
Not 100% sure if this will also work with WMP (as I mentioned mine is broken so I can only test VLC for now) but you can try adding MaxHeight to your already modified VideoControls line in GameDetails.xaml like this: <controls:VideoControl x:Name="VideoControl" Background="{StaticResource LD_VideoBackgroundBrush}" Visibility="{Binding VideoVisibility}" MaxHeight="500" Margin="0,-10,0,5"/> The value of 500 is just a suggestion, you may want to tweak it depending on your preferred window size. Also this will most likely pillarbox your vertical videos anyway because reducing height2 points
-
2 points
-
Dude! I was sure I had WMP selected in both LB and BB, but maybe I changed it in LB to test something before and forgot to revert it back. That was it. Cheers and sorry for the back and forth. @shadowfire really nice theme, looks sexy and has little to no dead space (I use LB as list, not images, and with this theme I can see a lot of items). Thanks for sharing.2 points
-
Ok, took a bit but here you go. Here are the 3D boxes for games 1 through 5. I do not have these games so I did the best I could from the internet but could not find clear logos. If you have any additional artwork for these games let me know so i can make the disc images as well. Anyway Enjoy! You will have to rename them to match your setup. TouHou 1-5 3D boxes.zip2 points
-
Thx ! Yes, Futur Pinball Platform Video is planned. But I don't know when! I will probably need some help from the community for the Pinball emulator gameplay videos. I will post on the Colorful Video topic. Hmm. It's a good idea! For me, it's important to have a BIG BoxArt, even if the video is a little hidden. But making it disappear slowly seems to me a good compromise. I add it to my ToDO! Yes, I know I haven't posted an update for a while. I am really sorry ! But it's been almost 2 months that I am in quarantine, at home, managing 2 young children (3 + 2) and a full-tim2 points
-
2 points
-
2 points
-
2 points
-
2 points