Toaster777 Posted April 19, 2021 Share Posted April 19, 2021 I want to remove the the 3D box image from the pause theme so I went into the default pause theme and edited the arcade.xaml file and removed: <Image Grid.Row="0" Grid.Column="2" Source="{Binding SelectedGame.ArcadeControlsInformationImagePath}" VerticalAlignment="Center" HorizontalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality" Margin="100"> <Image.Effect> <DropShadowEffect BlurRadius="10" Direction="-90" RenderingBias="Quality" ShadowDepth="1" /> </Image.Effect> </Image> and in the section above this - the image in grid.column="1" I changed Binding SelectedGame.Box3DOrNormalImagePath to Binding SelectedGame.ArcadeControlsInformationImagePath I figured this would just show the arcade controls where the 3D box was. So I save this and then startup launchbox and pause an arcade game and nothing is different - it still shows the 3D box and the arcade controls. Does LaunchBox cache things somewhere? Quote Link to comment Share on other sites More sharing options...
neil9000 Posted April 19, 2021 Share Posted April 19, 2021 The default themes cannot be directly edited as we always need a working theme. You would need to copy/paste the default theme and rename it and edit that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.