Jump to content
LaunchBox Community Forums

CMOSS

Members
  • Posts

    240
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by CMOSS

  1. Uploaded a new version of the theme fixing the freezing issue.
  2. Uploaded a new version of the theme that solves the freezing issue.
  3. Look for this in the view you would like to change (the one of your screenshot is Wheel3GamesView.xaml) and play with the values in the Source property (if you decrease the 2376 it will move the wheel to the left). <TextBlock x:Name="Prop_Wheel_X" Visibility="Collapsed"> <TextBlock.Text> <MultiBinding Converter="{StaticResource ScalePropertyValue}"> <Binding Path="." Source="X;2376;3072"/> <Binding Path="ActualWidth" ElementName="Canvas"/> </MultiBinding> </TextBlock.Text> </TextBlock>
  4. Do you mean to the left of the screen on top of the cabinet?
  5. I can't help you with that, I am afraid. The change view is a BigBox feature, so it has nothing to do with the theme. We may add additional views for the next version of the theme...
  6. Wheel4GamesView.xaml Replace the document in your launchbox/themes/coinops redux/views folder for this one. If you want to make it bigger or smaller, just open the file in a text editor and play with the value of the ItemZPosition parameter <coverFlow:FlowControl x:Name="FlowControl" Grid.Row="0" Grid.Column="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" CoverFactory="{Binding CoverFactory}" Opacity="1.0" ImageType="Clear Logo" CurveAmount="-3.5" VisibleCount="16" PageSize="6" CameraZPosition="3" ItemZPosition="1.3" SelectedItemZPosition="1.5" Spacing="1" RotationAmount="2" RenderTransformOrigin=".5,.5" >
  7. Send me please a screenshot of the view where you want the wheel bigger. I will arrange something for you.
  8. We will release a new version of the theme once the new version of the community theme creator is out. We hope this might solve the freezing issues.
  9. Emumovies forced recently a massive password change to most accounts. This will probably be fixed if you go to emumovies and change yours.
  10. You should have older versions of Launchbox in your Launchbox/Updates folder.
  11. CMOSS

    CoinOps Redux

    Try with these 2. About the freezing... This seems to be an issue with the themes created with the community theme creator, or at least with some of them. We will post a new version of the theme, together with the community theme source files, once we port it to the yet unreleased version of the creator. It seems that the launchbox version 11.10 may fix the problem, though. WheelGamesView.xaml Wheel2GamesView.xaml
  12. CMOSS

    CoinOps Redux

    There you are, removing the animation for the neon for both arcade views. Just copy these files over to your "Launchbox/Themes/COINOPS REDUX/Views" folder. Wheel2GamesView.xaml WheelGamesView.xaml
  13. CMOSS

    CoinOps Redux

    Thanks! I am not really sure what you mean. Can you send me a screenshot?
  14. Thanks a lot! Is the final name trimmed (e.g. "The Game (xxx)" ends up as "The Game" or "The Game ")?
  15. Hi! I have a couple of doubts that maybe you can help me with... Besides the rules that you've laid out, the only one that has been added to name the media is the Launchbox ID, right? Also, when you talk about matching the rom file name minus the special characters for the rom name... is this just removing everything from the rom name after a bracket? Thanks in advance!
  16. Take a look at the topic below. Everything is explained, including source files for all the videos https://forums.launchbox-app.com/topic/55213-colorful-resources/
  17. I hadn't noticed that background noise until you said so. Now it's the only thing I hear The video, re-edited with your version of the splash screen... @viking, would you mind replacing the old version one for this one? Sony PS Vita.mp4
  18. That background sound was there in the footage I used for the intro...
  19. CMOSS

    CoinOps Redux

    We will, but once we port it to the version of the creator (that includes quite a lot of improvements) that will be released soon.
  20. Here it is... Sinclair ZX Spectrum.mp4 @viking I'll send you the sources by PM.
  21. Thanks @viking! I agree that the magazines have a different perspective. I will post a version of the ZX Spectrum one with a modified perspective of the magazines (I think the one for the CPC is fine). I will definetely upload the sources.
  22. It's not only with this theme, apparently. I don't really have a clue what the issue is. In my case, it happens quite rarely, but sometimes it does mostly when opening the options view.
  23. Hi! It's probably that. 11.10 comes with changes in BigBox. I've seen other similar issues in the forum. We will need probably to update the theme, but for that we would also need an updated version of the theme creator.
  24. Version of the wheel game view substituting the title of the game for the release date (thanks to @thimolor for the tip). Just replace the file in your launchbox/themes/coinops redux/views for this one. Wheel4GamesView.xaml
×
×
  • Create New...