Jump to content
LaunchBox Community Forums

daphnefan

Members
  • Posts

    31
  • Joined

  • Last visited

Recent Profile Visitors

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

daphnefan's Achievements

8-Bit Processor

8-Bit Processor (3/7)

2

Reputation

  1. I’m using Colorful. And yes, deleting the file fixed the issue. Thanks!
  2. The search pop up doesn’t seem to work other than with a keyboard. The other pop up i tried (the pin popup to unlock big box) works fine, from what I can tell the problem is just with the Search pop up.
  3. Hi! Before the recent major big box overhaul, I was able to search for games on my arcade cabinet with just the joystick and the buttons. Now, while the controls and joystick work for everything else (even for inputting the pin to unlock big box) i get no response when trying to search on Big Box unless I use my keyboard. Is this a known issue? Anything I can do on my end to make it work like it did before? Thanks!
  4. Thanks for all the links! Would anyone know where I could find a collection of Dreamcast marquees? Seems weird there isn’t an easy to find pack given how many arcade game came to the machine.
  5. I'll give this a shot tonight and see how it works. What i am trying to get is for the image to show up but not stretched, and for the empty space left by the unstretched image to appear as a blurred background. I think this code might work for that. Thanks for being so helpful!
  6. So this is the code im using, but it stretches the image and that is killing me <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:transitions="clr-namespace:Unbroken.LaunchBox.Wpf.Transitions;assembly=Unbroken.LaunchBox.Wpf" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:cal="http://www.caliburnproject.org" mc:Ignorable="d" d:DesignHeight="562" d:DesignWidth="1000" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Style="{DynamicResource UserControlStyle}"> <!-- GRID DEFINITIONS --> <Grid Height="1080" Width="1920"> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> </Grid.RowDefinitions> <!-- GAME MARQUEE --> <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Stretch="fill" HorizontalAlignment="Center" VerticalAlignment="Top" RenderOptions.BitmapScalingMode="HighQuality" /> <TextBlock x:Name="GameMarquee" Visibility="Visible"> <TextBlock.Text> <MultiBinding StringFormat="{}pack://siteoforigin:,,,/Arcade - Marquee/_Default.png"> <Binding Path="SelectedGame.Platform"/> </MultiBinding> </TextBlock.Text> </TextBlock> <Image x:Name="MainMarquee" Grid.RowSpan="3" Grid.Row="0" Grid.ColumnSpan="8" Grid.Column="0" Source="{Binding Text, ElementName=GameMarquee, FallbackValue='pack://siteoforigin:,,,/Arcade - Marquee/_Default.png'}" Opacity="100" Stretch="fill" Panel.ZIndex="1" RenderOptions.BitmapScalingMode="HighQuality" /> </Grid> </UserControl> Here is the code from the Mr. RetroLust's Marquee Screen Filler Magic that im trying to adapt, but i get errors every time. <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Panel.ZIndex="1" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality"><Image.Effect><DropShadowEffect BlurRadius="99" /></Image.Effect></Image> <Image Source="{Binding Path=SelectedGame.MarqueeImagePath}" Panel.ZIndex="0" Stretch="Fill" RenderOptions.BitmapScalingMode="LowQuality"><Image.Effect><BlurEffect Radius="99"/></Image.Effect></Image> </Grid> </UserControl> I'm guessing that the place to place this is near the end of the first code, but i've tried just out and out replacing that section and it didnt work and ive tried just replacing little bits here and there where i noticed differences and it also gave me errors. I must be missing something but im not sure what.
  7. I deleted what I had tried and reverted to the code I posted earlier and came here for help lol. I tried taking all the lines in retrolust’s code that y’all about the image source and plug them in the best I could but I either got marquees that were center on the screen (so I only saw the very top of them) or it would just give me an error and revert to default settings
  8. hi all. I just got my vitrolight in the mail and the files on the first page were excellent! however, is there a way to make this work with @Mr. RetroLust's Screen Filler Magic? Every modification i try to make to adapt his xml stuff to the stuff from the first page ends in error for me. the other option is to have the marquees stretch but i dont like how that looks.
  9. this is awesome! is there any chance for a complete pack?
  10. Hi! I just discovered this theme and it's fantastic! Is there a way I can make it work in 4:3?
  11. I was having this same issue too, only I would get null and then the game would be in slow motion every time I tried to use my automation bindings for changing the volume while playing retroarch. I cleared my bindings for slow motion and all and it still would do this. My fix? Pause the game first with the new pause feature under another binding. Then change the volume and unpause. This workaround prevents the issue I was having until I can figure out a better solution
  12. Wow this post was incredibly helpful! Now I know what I'll be doing as soon as I have some free time. Thanks!
  13. Hi all! Is there a way to set unlimited lives using this method? I check it off under the settings in Daphne but when I load the game via Launchbox (I used ETA Prime's tutorial to set things up) the games work but no unlimited lives.
  14. hey, no log file appears in that folder but ive attached the log produced by LB Debug 2019-02-24 08-11-04 AM.log
×
×
  • Create New...