Jump to content
LaunchBox Community Forums

ThunderGBK

Members
  • Posts

    1
  • Joined

  • Last visited

File Comments posted by ThunderGBK

    Unified Refried 2.0

       27,017    139
    On 3/31/2019 at 4:09 AM, MarianS3 said:

    Encontré algunos errores en la vista (Wheel2GamesView) de plataforma Wii U dejo la captura con el problema y la Solución. También en la misma plataforma de Wii U hay vistas erróneas perteneciente a Nintendo Switch, todavía no encontré la solución.

    Translation: I found some errors in the view (Wheel2GamesView) of the Wii U platform left the capture with the problem and the Solution. Also on the same platform of Wii U there are wrong views belonging to Nintendo Switch, I still did not find the solution.

    Big Box Screenshot - Unified Refried - Wheel2GamesView.jpg

    WiiU 01.png

    WiiU 02.png

    Por si no lo has solucionado o alguien más tenga dudas sobre esto. Para corregir la vista de Nintendo Switch en Nintendo Wii U:

    En LaunchBox\Themes\Unified Refried\Views\Wheel2GamesView\Nintendo Wii U.xaml

    Cambiar el directorio de la imagen del borde así:

     

    In case you have not solved it or someone else has doubts about this. To fix the Nintendo Switch view on Nintendo Wii U:

    In LaunchBox\Themes\Unified Refried\Views\Wheel2GamesView\Nintendo Wii U.xaml

    Change the BORDER image directory like this:

     

    Aparecerá así:

    It will appear like this:

    Quote

    <!-- VIDEO BORDER -->
                
                <Image x:Name="VideoBorderImage" Grid.ColumnSpan="7" Grid.RowSpan="8" Source="{Binding Text, ElementName=VideoBorderFileName, FallbackValue='pack://siteoforigin:,,,/Themes/Unified Refried/Images/Theme/Addons/_Consoles/Nintendo Switch/_Default - No Art.png'}" Opacity="100" Panel.ZIndex="5" Stretch="Fill" RenderOptions.BitmapScalingMode="HighQuality" />

    Dejarlo así:

    Change it, like this:

    Quote

    <!-- VIDEO BORDER -->
                
                <Image x:Name="VideoBorderImage" Grid.ColumnSpan="7" Grid.RowSpan="8" Source="{Binding Text, ElementName=VideoBorderFileName, FallbackValue='pack://siteoforigin:,,,/Themes/Unified Refried/Images/Theme/Addons/_Consoles/Nintendo Wii U/_Default - No Art.png'}" Opacity="100" Panel.ZIndex="5" Stretch="Fill" RenderOptions.BitmapScalingMode="HighQuality" />
                    

    Únicamente se debe remplazar /Nintendo Switch/ por /Nintendo Wii U/

    Change /Nintendo Switch/ to /Nintendo Wii U/

    Google Translate xD

×
×
  • Create New...