Jump to content
LaunchBox Community Forums

gvl

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by gvl

  1. On 12/9/2021 at 2:12 AM, Deathbringer said:

    Its look very good! Thanks!

    I'm missing the Pataforms Clear logos with console for some plataforms, you know where I cn get them?
     

    Also, would be good to change the box image, In some plataforms I have all 3d boxes, would be good If I can use them there.
    Also Waiting for some thematic background for Sega Genesis, PS2, etc. would be good too.

     

    Great work, greetings!

     

    Thanks!

    I´m just working on some missed platforms yet.

    by the way (About platforms logos) you can copy them'all to "-yourlaunchboxfolder-\Themes\Kido Theme\Images\Platforms\Clear Logo\" and you can get them form other themes or from launchbox default folder "-yourlaunchboxfolder-\Images\Platforms\"

    About 3D boxes, may be I'll make a paralled theme with this featured, would it be nice too.

    • Like 1
  2. Kido Theme 16:9

    View File

    Hello everyone.

    I would like share this theme with the community.

    1.Configuration.

            In LaunchBox option -> media -> Cart Front Priorities, Tick "Cart - Front", "Cart - 3D", "Disc" and "FanArt - Disc"

            In LaunchBox option -> media -> Cart Back Priorities, Tick "Cart - Back", and "FanArt - Cart - Back"

            In LaunchBox option -> media -> 3D Cart Priorities, Tick "Cart - 3D", "Cart - Front", "Disc" and "FanArt - Disc"

            In LaunchBox option -> media -> Background Priorities, Tick "FanArt - Background"

            In LaunchBox option -> media -> Marquee Priorities, Tick "Arcade Marquee", "Banner", "Steam Banner"

             configuration.thumb.jpg.b5fff942ce88612252d933b35798577e.jpg

            In BIGBOX option -> Views -> Theme: Kido Theme

            In BIGBOX option -> Views -> Platforms List View: Platform Wheel 1

            In BIGBOX option -> Views -> Games List View: Vertical Wheel 1   

            962566159_configuration2.thumb.jpg.dabcda2bb2983dced1cbe775f0d20907.jpg

     

    2. Somes Platforms can show the diferents consoles and box art configurations for each region so if you got in you collection diferents region games for one same title you need to edit the region tag with these values "Japan", "Europe" and "United States"

           104897197_configuration3.thumb.jpg.2e8550b4ac1a02ed7a6587728e4fc809.jpg

     

    Thanks to:

    --UNDER CONSTRUCTION---


     

  3. Hi eveyone!

    I'm working on a Bigbox Theme and I'm so lost with this issue..... I would like to show a image depending if "ActiveGame.FrontImagePath" is portrait or landscape, i asume that i need to make a dll with a namespace and a Class to do that. I mean that i need read "ActiveGame.FrontImagePath" from Image Source property, compare Bitmap.Width agains Bitmap.Height .... something like this code:

            public static string ImgOrientation(Bitmap imagefront)
            {
                string Orientationimg;
                
              if (imagefront.Width = 0)
                    Orientationimg = ("Portrait");
                    return Orientationimg;
    
              else
                if (imagefront.Width >= imagefront.Height)
                    Orientationimg = ("Landscape");
                else Orientationimg = ("Portrait");
                
                return Orientacionimg;
            }

    .... and then in XAML, show a image called portrait.png if return is Portrait or landscape.png if return is Lanscape.

     

    This is my idea, but I'm not sure if it is the right way or not.

    Any help will be apreciated ....a working dll would be the best 😆😅

    Thanks in advance.

     

×
×
  • Create New...