Jump to content
LaunchBox Community Forums

Rincewind

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Rincewind

  1. Woohoooo Nice work on getting that sorted both of you , Hows the 3D engine going @Jason Carr
  2. Yes completely up to you how many you want too create. You can always add to your upload with newer versions. Which program have you created them in?
  3. I like them a lot, they suit the theme very well too. Will you be adding a full pack to the download section?
  4. Great idea using the broken glass for that, amd square logos have nevee been done. I can't wait to see them
  5. As much as I think the shattered glass effect looks cool I think it would be much on every logo, so the top one for me
  6. @harryoke i've never thought of reading old magazines but seeing the old spectrum ones has made me want to check them out. Are the magazines downloadable or are they online to read?
  7. Pretty sure @Jason Carr said on the stream the other day that as there hasn't been much news recently (in the launchbox development) and that he will be speaking to him soon
  8. Looks great nice job!! I was trying to see why you had the extra bit below the monitor and now I see you're using the speakers from the monitor when you get the print for the marquee done are you going to get a bezel print and sides done at the same time?
  9. @Taiel It's not 3.32 GB if you click download your see it's split into separate downloads depending on the elements you want
  10. Oh ok I was half listening to the stream today and thought the issues were in BigBox. So that makes total sense now, Im not sure i've noticed a problem in LaunchBox as I have it set to 'Auto play Videos OFF' so I click the video to play it... But when I checked this a second ago I found this only works for VLC not WMP...
  11. @ckp which theme are you using?
  12. No problems on either of my setups with the 4.7 the only issue I ever had was on a old laptop that needed the windows update to get it working
  13. <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel>
  14. No just spotted the theme only has rows so the column has to be 0, so just change the horizontal alignment to Right
  15. Try changing the column from "0" to "1" or "2"
  16. It's looking very good I like the clock like that , no need to credit me I'm learning too
  17. Which corner left or right? Size of font will change the... Font size but you will probably have to remove the "stretchdirection=downonly" part I think
  18. Try playing around with this code, changing the "row" and "column" or take a look at the code in other themes
  19. <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Center" StretchDirection="DownOnly" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel>
  20. @Cookz718 can you show us the whole code for the platformwheel3 with your changes and we should be able to help more
  21. I will do a few today and send them to you, the only problem doing it this way is that the screen grab will be 1920px x1080px and may not look as good on say a 4k screen
  22. This has so much potential to be a fantastic theme, can't wait to see the finished article. Am I correct in thinking you need a single screenshot of every platform video with the screens cut out and saved as a transparent .PNG file
  23. Rincewind

    TI-99/4A

    As you know we don't share information on Rom download sites on the forum but I'm sure if anyone can help you they would send you a PM
  24. Great work on this @CriticalCid the screenshots look awesome. I'm unable to give it a spin till the weekend but wanted to check, will this be added as a default in the next LaunchBox update?
  25. Great work on this @CriticalCid the screenshots look awesome. I'm unable to give it a spin till the weekend but wanted to check, will this be added as a default in the next LaunchBox update?
×
×
  • Create New...