Jump to content
LaunchBox Community Forums

radicalblues

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

radicalblues's Achievements

8-Bit Processor

8-Bit Processor (3/7)

4

Reputation

  1. I gotta apologize too for not checking on this before! I quit gaming for a while, but now I have free time again. Fortunately, the new version of Unified Refried DOES work using the string StarRatingFloat. Below is the result, if anyone cares. Disregard the duplicate report I put on the bitbucket!
  2. Can I know what games/characters are displayed in the theme? I like having the games that the video shows
  3. Eh I hate to bump a 4 month old thread, but is there any feedback from the devs on this bug report? I made a clear report with video and everything, and a few updates later decimals still won't display when using the personal StarRating. I'd love to hear that at least the problem has been acknlowledged for future updates. Thanks!
  4. As an atheist I don't see how this is an issue. The creator of Launchbox found inspiration in something. I'm happy for him. Heck some of my favorite games (Xenogears) are filled with Bible quotes
  5. Hello, I'm running Unified Refried, haven't tested this on other skins with star graphics. When displaying star graphics, the command line CommunityStarRating properly displays graphics for 5., 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5 and 5. The bug/glitch is for the command line StarRating (to display your personal scores), which only displays graphics for 1, 2, 3, 4 and 5. In other words, it does not show scores ending with .5. If you select 2.5, it will display 2. If you select 4.5, it will display 4. etc. (it's not an issue of my custom graphics, half coins do display when using community ratings) I'm pretty sure this is a bug of Launchbox/Big Box, because it's calling directly a command line. Shouldn't be an issue of Unified refried. Has anyone else had this problem? Any testers wanna check out? Just replace CommunityStarRating with StarRating in xaml files, you'll see. bug.MOV
  6. Oh my bad, thanks!! Just curious, how do you even get the default ones for Big Box? I like most of Unified Refried better, but also like some of the default ones (like the ones regular Unified uses on youtube videos). Noob at this Having a blast with unified refried, best theme ever!! ❤️
  7. Where did you download the clear logos for unified refried? I can't seem to find the option
  8. So, this is how my Big Box looks. I have NES and SNES logos and that's it. I can't remember if I downloaded them manually or if that's automatic. Where do you get other clear logos? Is there an option to auto download? Cause mine aren't downloading. I like the look of the console clear logos for the Unified theme, seeing from YouTube videos. Is there a place I can download these manually? I'm just adding manually consoles like Famicom and Super Famicom manually by typing them in when exporting games, since they don't appear on the list. Am I doing right?
  9. Thanks for your previous help! I've been doing some tweaks and I almost have what I want. I'm running into a really weird problem. I'm using Unified + Unified Refried themes. So I've replaced the default stars pngs with some of my own creation. They're working nicely, but the weird thing is that ratings with .5 are not showing. I get 4 instead of 4.5, 3 instead of 3.5, etc. Also to be noted, I've replaced CommunityStarRating for StarRating on my screens, so I see my own user set scores on big box, instead of depending on community ratings (most games aren't even rated, so it's kinda boring) My 4.5 stars graphic is in the proper folder, too. It's just loading the 4 stars graphic instead, for some reason. Example:
  10. Necroposting to clear a question that was also asked here... Can I download the cinematix videos from a website instead of from Launchbox? Are they in emumovies or any mega or anything like that?
  11. They're gorgeous but I can't find them for download anywhere, where are they and are there more for every platform? please say yes
  12. Apologies for double posting... I'm tweaking Unified Refried just a little more, and I want to add Developer and Publisher before Genre in the lower bar. So I find this string: <!-- GENRE --> <TextBlock Text=" Genre: " FontFamily="{StaticResource FontBebasNeue}" FontSize="50" Foreground="Red" DockPanel.Dock="Left" TextAlignment="Left" /> <TextBlock Text="{Binding Path=ActiveGame.GenresString}" FontFamily="{StaticResource FontBebasNeue}" FontSize="50" Foreground="White" DockPanel.Dock="Left" TextAlignment="Left" /> I'm guessing I'd just have to copypaste the same thing, replacing "{Binding Path=ActiveGame.GenresString}" for something besides "Genre". Anyone knows the proper strings to call for Developer and for Publisher? Tried the obvious names, but not working
  13. Well duh, that was it of course. Thanks!
  14. I'm trying to do a very simple change to Unified Refried, trying to display months and days (default is just years). I'm trying this code: Text="{Binding Path=ActiveGame.ReleaseDate, StringFormat=yyyy.mm.dd}" But for some weird reason I don't get months to display. All days are fine, but months are always 00, any ideas guys?
  15. Changed the box priorities in Launbox and it worked beautifully, thanks! Where do you switch off the games detail screen? I can't seem to find the option. So many things to learn, but love how versatile this is!
×
×
  • Create New...