Jump to content
LaunchBox Community Forums

Mr. RetroLust

Members
  • Posts

    5,964
  • Joined

  • Last visited

  • Days Won

    647

Everything posted by Mr. RetroLust

  1. Cool Minigame Collection arcade mame bezel coolmini.zip
  2. Cool Boarders Arcade Jam arcade mame bezel (I cant find any photos of the original cabinet, but I guess it would look a bit like Alpine Racer 2) cbaj.zip
  3. Cookie & Bibi arcade mame bezel cookbib.zip Cookie & Bibi 2 arcade mame bezel cookbib2.zip Cookie & Bibi 3 arcade mame bezel cookbib3.zip
  4. Contra arcade mame bezel (theres no dedicated bezel art for this game so I used the instruction sticker) contra.zip
  5. Continental Circus aka Continental Circuit arcade mame bezel contcirc.zip
  6. Congo Bongo arcade mame bezel congo.zip
  7. Commando arcade mame bezel commando.zip
  8. The Combatribes arcade mame bezel (Thanks to @Mr. Do for letting me restore the bezel artwork) ctribe.zip
  9. go to the data folder and delete the Settings.xml file, this will reset your launchbox settings.
  10. I had this problem once, when I turned off the option to show amount of games in the left panel it didnt close anymore. I also unchecked using controllers btw
  11. Boot Camp aka Combat School arcade mame bezel Depending which version you have: bootcamp.zip or combatsc.zip
  12. Combat arcade mame bezel (Thanks to @Mr. Do for letting me restore the bezel artwork) combat.zip
  13. Columns II arcade mame bezel columns2.zip
  14. Columns arcade mame bezel (thanks to @Mr. Do for letting me restore the instruction strip) columns.zip
  15. Cobra-Command arcade mame bezel aka Cobra Command 1988 (not to be confused with Cobra Command 1984 also from Data East) cobracom.zip
  16. Clutch Hitter arcade mame bezel cltchitr.zip
  17. Aww thanks bro thats very nice to hear
  18. Damn, I dont know how I can help your issue then
  19. Cloak & Dagger arcade mame bezel cloak.zip
  20. The Cliffhanger: Edward Randy arcade mame bezel edrandy.zip
  21. Clash-Road aka Clash Road arcade mame bezel clshroad.zip
  22. Clay Pigeon arcade mame bezel claypign.zip
  23. @xz38 If you go to the xaml file you wish to change (Wheelgamesview.xaml for example) theres a piece of code you can alter: <Storyboard x:Key="WheelFade"> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="FlowGrid"> <EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0"/> <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0"/> <EasingDoubleKeyFrame KeyTime="0:0:1.1" Value="-100"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)" Storyboard.TargetName="DetailsGrid"> <EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0"/> <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0"/> <EasingDoubleKeyFrame KeyTime="0:0:1.1" Value="0"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="FlowGrid"> <EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:1" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:1.1" Value="0"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="DetailsGrid"> <EasingDoubleKeyFrame KeyTime="0:0:0.1" Value="0"/> <EasingDoubleKeyFrame KeyTime="0:0:1" Value="0"/> <EasingDoubleKeyFrame KeyTime="0:0:1.1" Value="1"/> </DoubleAnimationUsingKeyFrames> </Storyboard> I think if you change all the keytime 1 values to 2's it should stay visible longer, you can do this within a text editor of your choice, notepad++ is a good one.
  24. Thanks glad you like I need to rebuild this theme in the future with a fixed wheel or something, that would work better. There is a setting for keeping the wheel visible longer, i'll have a look at the theme tommorow when im behind the pc again.
×
×
  • Create New...