Jump to content
LaunchBox Community Forums

The Mask

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by The Mask

  1. @C-Beats" You can pan by pressing the middle mouse button and moving the box around" Whats the controller equivalent, is it user definable? (not at pc atm)
  2. @C-BeatsThe zooming in and out of the box is working great. I still had UV issues until I started moving the box around and now it somehow fixed itself? +We need the ability to be able to move the box vertically or horizontally so that when we zoom in, we can see the top and bottom instead of just the middle. +We need box transparency settings for the 3D box only and not the lable +When we go to edit box settings, now, the settings default to a normal box. I would like for the settings to reflect the box we are editing. For example, opening a ps2 box settings would then turn it into a normal game box. What I would like is for the settings of the box to still remain the box that we opened the settings for. That way we wouldnt have to redo the whole box from scratch. +R3 to default the size, zoom, turn, etc. to default quickly without having to switch pages to do it. +Ability to edit the default no image launchbox icon +Horizontal spinning idle animation: user defined time interval in which the box should start horizontally spinning (like on 3DS) when controls to move the box are not pressed for that user defined amount of time. Not based on time idle but based on time not using the box spinning controls. That way when we navigate menus it will still rotate. +Finally, the ability to choose which layer the box should be on (overwriting grid layering and so forth - user controlled value). That way when we zoom in, no text or graphics will still be on top of the box, for example. Thanks for your hard work! This is a great feature
  3. I dont know if this has been posted already but there are some clipping/rendering issues with the dvd cases. I'm on a 11th Core CPU I7-1195G7. Box cases look fine. Also @C-Beats, can you add that if idle for a user defined number of seconds that the box will start slowly rotating to the right horizontally?
  4. Can we get Zoom In/Zoom Out hotkey/button/analog mappings to zoom the boxes in or out if writing is too small on the box with a zoom limit in the options? Also, how about transparency setting for the 3dmodel of the box only not affecting the label so we can get those ps1 cases perfect?
  5. FlowImage (Introduced in 11.10) This control allows you to draw an image related to a Game, Platform, Platform Category, or Playlist. It is used as a control inside of a FlowTemplate. FlowImage has the following properties: CreateFallbackImage (bool) When this property is set to true the control will create a fallback image if the image requested is not found. The default value of this property is true. Can someone post a code snippet example using a flowtemplate/flowimage that only uses Createfallbackimage in it?
  6. old bug resurfaced. if you have launchbox games on boxart and have it so that it is big enough to display a game 1 at a time onscreen, launchbox freeze crashes. when starting launchbox, the controller does nothing because it doesn't default to a platform. you have to click on the platform with a mouse in order to gain control with a controller.
  7. @C-Beats can we get an indicator code for xaml that'll allow us to detect when the wheel ends and begins when using endless = false? I'd like to trigger something at the end and/or beginning for when the wheel begins and/or right when you get to the end.
  8. wait, you can call a gif with a video control?
  9. I think there may be a mem leak in the gif control on intel hardware (XE) bb crashes when going back and forth between them while creating themes that use gifs.
  10. @C-Beats can you complete the endless = "false" wheel code so that it doesnt still loop when you reach the end? With this type of wheel, the only way to loop would be to go back up. Or to go down when you're at the top. This is the expected behavior for that request. also, using the extensions for the video files of ao.bigbox.plugins of video-01.mp4, video-02.mp4, etc to play multiple videos are broken. Only video.mp4 will work now to play only 1 video.
  11. the problem is the wheel not ending with directional control when using endless = "false" like it's supposed to. that was the focal point of my initial post. Also, I'm not new to coding.
  12. vertical. what do i change to convert it to the new wheel? Edit: i used the exact example in the docs for the new wheel but the wheel still resets. Edit2: Same with default theme.
  13. In the wheel, if I use Endless = False, the wheel will visually stop as desired but how do I get the wheel to stop direction wise? If I press down on the last item in the wheel, it still jumps to the top of the list. <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Bottom" Height="{Binding ElementName=Canvas, Path=ActualHeight}" CoverFactory="{Binding CoverFactory}" CustomImageType="Steam Banner" ClipToBounds="True" RenderOptions.BitmapScalingMode="HighQuality" CurveAmount="0.0" CameraZPosition="3.12" VisibleCount="4" PageSize="4" Spacing="1.001" MaxVerticalImageResolutionOverride="800" Endless="False"> </coverFlow:FlowControl>
  14. This applies to any version. But when using touchscreen device, trying to scroll up or down with a finger flick while on the highlighted item results in going into that item instead of scrolling the wheel.
  15. How do you properly see your theme in xaml? All themes look like this even the defaults.
  16. controller doesn't seem to work if you have 'use all controllers' unchecked. When having it checked, it works. But I do not want to have all controllers able to control BB.
  17. same issue here. been having this problem for a few versions now. controller doesn't work unless you check use all controllers and then uncheck. then it works. but if you turn off bb and turn back on, controllers stop working again and you;d have to do the same thing all over again. Im using Win3 here but i am in normal mode (kb and mouse) using ds4windows. Controller name never shows up in the device section of BB. The only way the controller works is if you keep use all controllers checked. I do not want all controllers to control BB. So ultimately it seems like the ability to use only one controller to control BB is broken.
  18. Since LaunchBox-11.12-beta-1, some system fanarts (or background images/videos) that are read from the theme folder have stopped working under eatkinola's main image and video handling plugin. Reinstalling LaunchBox-11.11 fixes the issue.
  19. https://ci.appveyor.com/project/Windblade-GR01/ikemen-go/build/artifacts Here's the most recent updated version of the engine with me lots of new features and fixes. Of course u may have to change some code up for max compatibility with older creations.
  20. has nothing to do with the theme. only for the plugin path and namespace name. This happens in every theme with the plugin. The dll of vlc is still not in the old place and the name of that dll is different which is still the new name. Needs to be the exact name and the exact location of vlc and the vlc dll before the .net core switch. New dll name is Meta.Vlc.dll and is in the core folder. Old dll name is Meta.Vlc.Wpf.VlcPlayer.dll in which if i remember correctly, use to be in the metadata folder. That's the only way his plugin will work with vlc and he's been gone for ages.
  21. Could not load type 'Meta.Vlc.Wpf.VlcPlayer' from assembly 'Unbroken.LaunchBox.Windows, Version=11.7.0.12, Culture=neutral, PublicKeyToken=97d6238f04304129'. App: Big Box Version: 11.7-beta-12 Type: System.TypeLoadException Site: Void Dispose(Boolean) Source: Ao.Bigbox.Themer.v3_9_7 at Ao.Bigbox.Utils.Media.MediaPlayer_VLC.Dispose(Boolean disposing) at Ao.Bigbox.Utils.Media.MediaPlayer_VLC.Finalize() Recent Log: 6:10:39 PM Exception Still getting this for vlc under eatkinola's plugin.
  22. may need to do something with the newly named dll too as well as its placement. It needs the pre-dotnet core placement and naming. Could not load type 'Meta.Vlc.Wpf.VlcPlayer' from assembly 'Unbroken.LaunchBox.Windows, Version=11.7.0.9, Culture=neutral, PublicKeyToken=97d6238f04304129'. App: Big Box Version: 11.7-beta-9 Type: System.TypeLoadException Site: Void Dispose(Boolean) Source: Ao.Bigbox.Themer.v3_9_7 at Ao.Bigbox.Utils.Media.MediaPlayer_VLC.Dispose(Boolean disposing) at Ao.Bigbox.Utils.Media.MediaPlayer_VLC.Finalize() Recent Log: 6:08:37 PM Exception
  23. @Jason Carr Can you add an optional download for a launchbox module that adds VLC in the old location as well as keeping vlc in the new location so that certain aspects of eatkinola's plugin can still function? I don't think he's coming back any time soon.
×
×
  • Create New...