-
Posts
5,115 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by C-Beats
-
Opacity changes for the parent element and all children elements. That text is in that border and so should be affected as well. When I get the time I'll take a look. Can't guarantee it'll be right away though. May have to wait until over the weekend. Trying to get the beta squared away at the moment. Let me know if you get it before then.
-
My bad, I read that post as you wanting to do that with the games, not the index. Not tried it but, but looking at the style I'd suggest trying the following (in the ListBoxItemStyle): Add Opacity property to the border named "Bd". Set the value to the non selected opacity value (.5) In the trigger section where BOTH triggers are true, set the Opacity there to 1
-
Only way to do different opacities for different items in that view (if using a CoverFactory) to my knowledge is an Opacity Mask, and even that isn't exactly what you're looking for though (though you could make it look pretty convincing). The new FlowContext/Template logics let you do that, but at the moment there isn't a way to rotate items like you've shown in your more recent Colorful theme examples.
-
setting resolution and refresh rate manually
C-Beats replied to morgan999's topic in Troubleshooting
Big Box uses a back end called WPF. One important thing to understand about that is that WPF is not designed like a video game. It doesn't render every "frame" or at a predefined tick rate. It only renders frames when a change in the layout has occurred that requires us to re-render the screen. WPF by default should try and match the active monitors resolution and refresh rate. The setting you set in Big Box options sets the tick rate on animations used in Big Box so that you can make them update at the same rate as your monitor to provide smoother animations. It's important to note that animations will TRY and update at that rate, but if it takes your CPU longer than that rate to calculate all the new positions needed during that animation you COULD start to see stuttering that you wouldn't see at a lower setting. It is also important to note that the setting is NOT applied to videos. If the video is a 60hz video it WILL play at that rate and not the refresh rate you set in Big Box. -
Those themes are currently causing issues in the version of Big Box you are using. Switch to default and let me know if you still encounter the issue.
-
Think I have found solutions to both the icon issues many users have reported and the issue still outstanding that @nicolasonline has reported. Would appreciate if you all can confirm the reported issues are resolved in the next push.
-
The following would be helpful bits of information to have before any one could help potentially identify why you may be experiencing issues: What is your processor? What is your video card? What does your storage situation look like? What type of drive is the image cache stored on? What operating system are you running? Are you up to date with OS updates? Are your video drivers up to date? How many systems/games are in your collection? Do you have these issues with the default theme? What version of Big Box are you running?
-
Trouble with Importing Games, MetaData, & EmuMovies
C-Beats replied to vahn65's topic in Troubleshooting
Would be curious if others are still having the problem. I know there was a new Windows Update last night and EmuMovies did a server update/restart. Curious if either fixed the issue for anyone else. -
The newest beta does make this possible for all Themes/Views but you would need to update the theme xaml to do so, no theme by default does this because it simply wasn't available at the time. Adding the Endless property to the views FlowControl and setting the value to False will do what you want.
-
Trouble with Importing Games, MetaData, & EmuMovies
C-Beats replied to vahn65's topic in Troubleshooting
Thus far all the logs read the same, that the connection timed out. Not sure at this point the reason you all would suddenly be getting these errors. I have my suspicions that it's related to a Windows update affecting how the LaunchBox client is trying to communicate because the code that controls this process hasn't been changed in a long while. I'll continue to investigate to see if I can find a way to resolve the issue though. -
@fraganator @neil9000 @Blitz Mary Do any you of you have custom settings in Windows Color Management advanced tab? Attached image of the screen I am referring to (should be able to just windows search for Color Management to get to it)
-
You can test and see though, I'll gladly take a surprise win lol
-
Yeah, it wouldn't surprise me if there was some net hub some where along the path that was causing the issues, and using a VPN would alleviate that because it forces use of a different path. I live in the Midwest though and I haven't ran into the issues being reported. It very well could be ISP related, or have to do with how the ISP is routing the traffic.
-
I would have my doubts that you would see any changes to that. To my knowledge that is happening because we animate each item individually. I have idea's on how to correct that but it requires changing quite a bit of the backend logic, and that has not occurred yet.
-
Trouble with Importing Games, MetaData, & EmuMovies
C-Beats replied to vahn65's topic in Troubleshooting
Would those having this issue please turn on debug logging. Try and scrape again and send me a copy of the log generated when it fails (just close LaunchBox, look for the most recent file in \\LaunchBox\Logs\ and PM me via forums). I will see if we can find a common issue in the logs that may help figure out why you are all suddenly having this problem. @zzscratch @Hifihedgehog @vahn65 -
Curious @xM0RKx if you are still having this issue or not. If you are could you turn on debug logging if not already and try the download again and send me the log when it fails.
-
@fawkesyeah I know you were seeing some weird behaviors with the WallView while you creating your theme. Would it be possible for you to grab this version and let me know if we got those taken care of?
-
@nicolasonline This beta has fixes to a lot of the issues you have report in various threads. Could you please update to this beta release and let me know if it resolves those issues and if there are any outstanding issues that aren't resolved in this release?
-
Reason I ask isn't so that we just NOT USE the feature (if possible) but was because I wasn't sure if you load the file through the UI instead of command line if RetroArch does some logic where it just reads the M3U file itself and passes the first file to the emulator instead of passing it the m3u file directly like it may do if done via command line.
-
Unsure then. Not sure I use that core. Are you launching that m3u through RetroArch UI or through LaunchBox?
-
The core doesn't support .m3u. It would be listed in it's docs (https://docs.libretro.com/library/genesis_plus_gx/) if it did.
-
Custom Badges
C-Beats replied to jayjay's topic in Third-Party Applications and Plugins (Development and Beta Testing)
We have been waiting for the next version of the RetroAchievements API to be built before tackling this feature. We were told it would have several features added that would make doing this sort of thing far more accurate. Once they release it we can revisit and see what we can do to facilitate the requests for better functionality. -
New WallView Grid Games Behavior 11.10
C-Beats replied to nicolasonline's topic in Big Box Custom Themes
Yeah that should be corrected already. Had to do with all the fun little maths we use to position items. We should be releasing a correction beta relatively soon so be on the look out. I'll do my best to remind you so you can verify the issue is resolved. -
If a premium member you could create a theme to change how/where they appear in the GameDetailsView. Otherwise you can turn them on/off in the Options menu shown below: