Jump to content
LaunchBox Community Forums

RetroHumanoid

Members
  • Posts

    534
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by RetroHumanoid

  1. You want to increase the value tagged below in blue...the higher the value,the larger the wheel will become...but,you only want to go by 1/10th at a time,meaning go from 1.1 to 1.2....1.2 to 1.3....etc. Do this until you reach the desired size. Note that anything past 1.3 tends to run the wheel off the side of the screen...so you run into more issues,unless you shift the entire wheel over to the left some, to compensate for the size. <!-- WHEEL --> <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="4" Grid.ColumnSpan="3" Grid.Row="0" Grid.RowSpan="8" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logos" CurveAmount="-4.6" CameraZPosition="2.2" VisibleCount="16" PageSize="6" Spacing="0.75" ItemZPosition="0.6" SelectedItemZPosition="1.1" Panel.ZIndex="20" RotationAmount="8"> <coverFlow:FlowControl.Opacity>100</coverFlow:FlowControl.Opacity> </coverFlow:FlowControl>
  2. lol,not quite....if you notice,there is a time gap between the bunches of themes. I do all the necessary artwork for 6-10 themes first,then I throw them together at the same time. It seems easier that way.
  3. I don't have a timeframe...with the new baby I am sort of back and forth at the computer. I can say that the plan is to cover every system on my cabinet,and then release it,and add other systems as updates down the line. I have done the Default theme,51 Platforms,Collections,and Genres.....I have 41 Platforms to go.
  4. Thanks!... Just go into the appropriate WheelGamesView.xaml (there are 4 of them)...and change the highlighted number to what I have here in the "<-- Wheel -->" section. <!-- WHEEL --> <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="3" Grid.ColumnSpan="4" Grid.Row="0" Grid.RowSpan="8" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logos" CurveAmount="0" CameraZPosition="3.2" VisibleCount="16" PageSize="6" Spacing="0.9" ItemZPosition="0.7" SelectedItemZPosition="1.1" Panel.ZIndex="20" RotationAmount="12" Margin="100,0,0,0"> <coverFlow:FlowControl.Opacity>100</coverFlow:FlowControl.Opacity> <coverFlow:FlowControl.Effect> <DropShadowEffect BlurRadius="10" Direction="-90" RenderingBias="Quality" ShadowDepth="1" /> </coverFlow:FlowControl.Effect> </coverFlow:FlowControl>
  5. Isaac is now the default...the mario/luigi one is still in the folder as an alt Thanks..I have to agree...I really like how it came out,but,the DS one was by far the most work to make
  6. Officially done with the Arcade borders....60 of them covering Platforms,Genres and Classics
  7. So I have finished the default theme code changes...but,it can't be officially released until the artwork is finished. I would love it if a couple people were willing to test the theme out,and give me their thoughts on it,or let me know if anything is buggy.....first couple people to chime in,I will send the files.
×
×
  • Create New...