Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [release-WIP] Theme Recalbox-multi (help needed)

    Themes & Interface
    [release-wip] theme recalbox-multi
    22
    57
    41700
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • supernature2k
      supernature2k @lackyluuk last edited by

      @lackyluuk thx very much for the feedback!

      what about system info? is it readable?

      Pi powered NES | Gameboy HD | RecalStation | RecalDrive
      Upvote messages if it has been useful ;)

      1 Reply Last reply Reply Quote 0
      • lackyluuk
        lackyluuk Translator last edited by

        @supernature2k It is readable although it is a small font size. What about using the whole space below the system logo instead of having all the information in the middle at small font size?

        Is it maybe also possible to increase the game names a little bit in the detailed view? Currently we see 17 games on one page. On small screens the number could be decreased to 10 - 14 or something like this?

        0_1488805817641_snapshot.png

        NintendoRS | Nintendo Adapter Box | Cardboard Recalbox

        supernature2k 1 Reply Last reply Reply Quote 0
        • supernature2k
          supernature2k @lackyluuk last edited by

          @lackyluuk

          thx very much!

          For the system info, I just let it as it is in recalbox theme. Let's see what @reivax and @Global-Moderators think

          For number of items in gamelist there is no other solution than creating a specific layout for small screens

          Pi powered NES | Gameboy HD | RecalStation | RecalDrive
          Upvote messages if it has been useful ;)

          1 Reply Last reply Reply Quote 0
          • Substring
            Substring last edited by

            /me thinks there is soooooo much space unsused. But i really do not care that much about the visual part of the project 😉 Except this multi idea is awesome !

            Former dev - Please reply with @substring so that i am notified when you answer me
            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

            1 Reply Last reply Reply Quote 0
            • Substring
              Substring @lackyluuk last edited by

              @lackyluuk the problem with big scraped images is the resolution ... I think we fixed it at 350^x wide, something like that. So strzetching it on a 1080p screen can be ... errr .. ugly 😄

              Former dev - Please reply with @substring so that i am notified when you answer me
              Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

              rockaddicted 1 Reply Last reply Reply Quote 0
              • rockaddicted
                rockaddicted @Substring last edited by

                @Substring everyone can choose the scrape size by editing es_settings.cfg file (why not export this setting in ES in the futur)

                Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                Don't forget to upvote messages if it has been useful ;)

                1 Reply Last reply Reply Quote 0
                • rockaddicted
                  rockaddicted last edited by rockaddicted

                  typically our "mix images" from the new screenscraper scraper in ES are computed with a size of 745x745 pixels, then resized in ES during the scrape.

                  Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                  Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                  Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                  Don't forget to upvote messages if it has been useful ;)

                  1 Reply Last reply Reply Quote 0
                  • supernature2k
                    supernature2k last edited by

                    Hi All,

                    v2.0 of the recalbox-multi theme is now out!

                    You can download it here

                    (link in 1st post also updated)

                    What's new? lotta things!

                    2 new layouts:

                    • crt that fits nicely on crt screens in low res (480)
                    • tinyscreen for small tft or crts with very low res

                    multi region for following consoles: (thx @paradadf )

                    Dreamcast/megadrive/nes/pcengine/pcenginecd/sega32x/segacd/snes

                    to activate a specific region, got to theme.xml in each folder and change the settings:

                    <!-- uncomment one of these lines to choose region for this system-->
                                    <include>./theme_eu.xml</include>
                                    <!--<include>./theme_us.xml</include>-->
                                    <!--<include>./theme_jp.xml</include>-->
                    

                    Your help is still welcome for:

                    • testing
                    • complete the controls layouts
                    • create new colorsets or layouts

                    Pi powered NES | Gameboy HD | RecalStation | RecalDrive
                    Upvote messages if it has been useful ;)

                    1 Reply Last reply Reply Quote 1
                    • ian57
                      ian57 Staff last edited by

                      @supernature2k great job dude... perfect on a cathodic screen 🙂

                      "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                      1 Reply Last reply Reply Quote 0
                      • Otnarac
                        Otnarac last edited by

                        @supernature2k said in [release-WIP] Theme Recalbox-multi (help needed):

                        controls layout / darker colorset

                        Hello everyone,
                        Hello @supernature2k

                        I begin by saying that I am French, and that I do not speak English. So I use Google Translate. Sorry for the errors so.

                        I've discovered recalbox themes recently, including the recalbox-multi theme. I understood how to customize it and I selected "controls layout / darker colorset". Very classy !!!!

                        On the other hand, I did not understand (found) despite my numerous researches, how to customize this theme even more. Besides I do not know if I have the right to do it (if not sorry)

                        I want to put a different image per console as wallpaper (background?), As well as a different music per console.
                        The idea is that, for example, for the N64, the background image (instead of gray or black) is an image of Perfect Dark (<3 loooooovveeeeee) with the music of the game, on SNES a picture of Street Fighter with a music (Hadouken), etc .....

                        I wish to keep the tapes on the side, as well as the icon of the console, etc ....

                        So I searched a bit and in the theme.xml file of the n64 folder I added at the beginning:

                        <view name="system">
                        <sound name="directory">
                        <path>./sounds/system.ogg</path>
                        </sound>
                        <image name="background" extra="true">
                        <path>./art/n64_art.jpg</path>
                        </image>

                        Obviously I created a folder art and sounds;)

                        In the main.xml file I deleted the lines in relation to the music.

                        I start and I do not know anything in the xml .......

                        So experts, I'm far from the truth?
                        Can anyone help me?

                        Thanks

                        1 Reply Last reply Reply Quote 0
                        • kiki
                          kiki @supernature2k last edited by

                          @supernature2k great job ! Very nice theme
                          4_1501752062348_IMG_4571.PNG 3_1501752062348_IMG_4721.PNG 2_1501752062348_IMG_4719.PNG 1_1501752062348_IMG_4607.PNG 0_1501752062347_IMG_4568.PNG

                          1 Reply Last reply Reply Quote 0
                          • rockaddicted
                            rockaddicted last edited by

                            @kiki where this version comes from ?

                            Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                            Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                            Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                            Don't forget to upvote messages if it has been useful ;)

                            kiki 1 Reply Last reply Reply Quote 0
                            • kiki
                              kiki @rockaddicted last edited by

                              @rockaddicted I modified the theme to integrate 77 systems.

                              1 Reply Last reply Reply Quote 0
                              • rockaddicted
                                rockaddicted last edited by

                                Great can you please share your release by creating a new dedicated post, please ?

                                Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                                Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                                Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                                Don't forget to upvote messages if it has been useful ;)

                                kiki 1 Reply Last reply Reply Quote 0
                                • kiki
                                  kiki @rockaddicted last edited by acris

                                  @rockaddicted When I will finished, i’ll make available my files. I still have some controls and SVG files to finish 🙂
                                  3_1501764436737_IMG_4587.PNG

                                  2_1501764436737_IMG_4611.PNG

                                  1_1501764436737_IMG_4593.PNG

                                  0_1501764436736_IMG_4575.PNG

                                  1 Reply Last reply Reply Quote 1
                                  • Pol
                                    Pol last edited by

                                    Thank you very much @supernature2k for your work. Besides the great features, I found this theme the only one that doesn't go offscreen when in crt tv + composite.

                                    Will you or someone please instruct me how to make the gamelist font bigger, because it is allright with 480interlaced but the thing is I use 240p and its impossible to read (this is assuming that when in composite you can't separate ES resolution from the games resolution, so I have no choice but to use progressive).

                                    Thanks in advance.

                                    1 Reply Last reply Reply Quote 0
                                    • korni
                                      korni last edited by

                                      Heres my modified theme with 67 Systems:
                                      0_1508945817282_829984001508945771.gif

                                      New Systems:
                                      0_1508945846154_screenshot-2017-10-25_14-41-34-665.png
                                      0_1508945878327_screenshot-2017-10-25_14-42-49-523.png
                                      0_1508945902255_screenshot-2017-10-25_14-43-34-879.png
                                      0_1508945928148_screenshot-2017-10-25_14-43-45-365.png
                                      0_1508945947083_screenshot-2017-10-25_14-44-00-541.png
                                      0_1508945978748_screenshot-2017-10-25_14-45-21-525.png
                                      0_1508946005692_screenshot-2017-10-25_14-45-44-041.png
                                      0_1508946027608_screenshot-2017-10-25_14-45-48-255.png
                                      0_1508946041712_screenshot-2017-10-25_14-45-58-719.png
                                      0_1508946053342_screenshot-2017-10-25_14-46-02-704.png
                                      0_1508946065305_screenshot-2017-10-25_14-46-07-515.png

                                      1 Reply Last reply Reply Quote 1
                                      • rockaddicted
                                        rockaddicted last edited by

                                        @korni good job, thank you.
                                        Can you share it and/or make a pull request on github repo to add it upstream ?

                                        Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                                        Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                                        Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                                        Don't forget to upvote messages if it has been useful ;)

                                        1 Reply Last reply Reply Quote 1
                                        • korni
                                          korni last edited by

                                          @rockaddicted No problem! 😉

                                          rubenjavier 1 Reply Last reply Reply Quote 0
                                          • laplaguita
                                            laplaguita last edited by

                                            Hello, could you create a system for KODI? Thank you

                                            rockaddicted 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            68
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com