Recalbox Forum

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

    [Recalbox 6.1+] [Snap Videos] Thème ALEKFULL BELLO Cobalto V3

    Themes & Interface
    alekfull bello recalbox alekfull
    5
    12
    7072
    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.
    • fagnerpc
      fagnerpc Theme moderator last edited by fagnerpc

      Hi guys 🙂
      ALEKFULL Bello V3 was inspired by the Kodi interface - with many options as possible in mind.

      SYSTEM VIEWS IN 20 OPTIONS

      Yep, the Bello theme has 20 system view options.
      Each with its own peculiarity: more direct and crazy as the rounded view:
      Rounded

      FOUR DIFFERENT LANGUAGES

      Bello has been adjusted to 4 different languages: Portuguese, Spanish, English and French.
      The language option reflects on all displayed text.
      alt text
      alt text

      alt text
      alt text

      • Individual songs by systems;
      • Option to change background images in Recalbox's menu.
      • 5 game list view options;
      • 4 different languages ​​(PT, EN, ES, FR);
      • Credits for the layout of the comic logos go to Dwayne Hursty -the rest are custom ones made by me and Galisteo;
      • RECALBOX compatible with the update 6.1 onwards;
      • Compatible with all Recalbox systems - including recent ones like Naomi and Amiga CDTV and custom systems.

      Available here

      ARCADE ALEKFULL

      Substring supernature2k 2 Replies Last reply Reply Quote 1
      • Substring
        Substring @fagnerpc last edited by

        @fagnerpc i'm pretty sure it's no for everything.

        But @supernature2k knows much better than me

        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
        • supernature2k
          supernature2k @fagnerpc last edited by

          @fagnerpc Ya can place the carousel wherever ya want, it has a <position> tag.

          The clock is only in main menu and will stay there.

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

          fagnerpc 1 Reply Last reply Reply Quote 0
          • fagnerpc
            fagnerpc Theme moderator @supernature2k last edited by

            @supernature2k said in (Help Needed) Carousel customization and clock display:

            @fagnerpc Ya can place the carousel wherever ya want, it has a <position> tag.

            The clock is only in main menu and will stay there.

            Yep, I know that ... my question is concerning the starting position of the logos inside the carousel
            By default, the initial logo always starts in the middle ... like this for example

            alt text
            I wonder if there is a possibility to start the carousel from the left (in the second logo) .... like this image for example
            alt text
            To display this way, I had to leave 2 static logos... in this video you can see this:
            https://www.youtube.com/watch?v=ckHGeoBnd0k&t=86s

            ARCADE ALEKFULL

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

              @fagnerpc I really don't get what the pb is, just put position as 0 0.2

              please send me a zip of the theme so I can test

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

              1 Reply Last reply Reply Quote 0
              • fagnerpc
                fagnerpc Theme moderator last edited by fagnerpc

                @supernature2k It's a bit complex to explain, I don't know if I was clear enough
                Basically, I would like to know if there is a possibility of changing the alignment of the logos inside the carousel ... from center to the left for example

                Zip file
                https://mega.nz/#!bSZQnAxS!adZvZE2cB6lTUEERms1cK9dcf8GXkWnosjiEjYEKC4Q

                ARCADE ALEKFULL

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

                  @fagnerpc

                  ps4.xml

                   <theme>
                  <formatVersion>4</formatVersion>
                  
                  
                  <view name="system">
                        <carousel name="systemcarousel">
                          <pos>-0.48 0.18</pos>
                  		<origin>0 0</origin>
                          <size>1.5 1</size>
                          <logoScale>1.7</logoScale>
                          <logoSize>0.20 0.20</logoSize>
                          <color>00000000</color>
                          <maxLogoCount>9</maxLogoCount>
                   		<logoAlignment>top</logoAlignment>
                  		<zIndex>80</zIndex>
                  		<defaultTransition>instant</defaultTransition>			
                        </carousel>
                  	  
                        <image name="overlay" extra="true">
                           <origin>0 0</origin>
                           <pos>0 0</pos>
                           <size>1 1</size>
                           <zIndex>41</zIndex>                 
                           <path>./../_inc/overlay.png</path>
                        </image> 
                  	  
                        <text name="tagsys" extra="true">
                  	     <alignment>left</alignment> 
                  	     <pos>0.39 0.46</pos>
                  	     <color>FFFFFF</color>
                           <fontPath>./../_inc/fonts/Homizio.ttf</fontPath>
                  	     <fontSize>0.0720</fontSize>     
                  		 <zIndex>41</zIndex>        
                        </text>	  
                  </view>
                  
                  </theme>
                  

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

                  fagnerpc 1 Reply Last reply Reply Quote 1
                  • fagnerpc
                    fagnerpc Theme moderator @supernature2k last edited by

                    @supernature2k said in (Help Needed) Carousel customization and clock display:

                    @fagnerpc

                    ps4.xml

                     <theme>
                    <formatVersion>4</formatVersion>
                    
                    
                    <view name="system">
                          <carousel name="systemcarousel">
                            <pos>-0.48 0.18</pos>
                    		<origin>0 0</origin>
                            <size>1.5 1</size>
                            <logoScale>1.7</logoScale>
                            <logoSize>0.20 0.20</logoSize>
                            <color>00000000</color>
                            <maxLogoCount>9</maxLogoCount>
                     		<logoAlignment>top</logoAlignment>
                    		<zIndex>80</zIndex>
                    		<defaultTransition>instant</defaultTransition>			
                          </carousel>
                    	  
                          <image name="overlay" extra="true">
                             <origin>0 0</origin>
                             <pos>0 0</pos>
                             <size>1 1</size>
                             <zIndex>41</zIndex>                 
                             <path>./../_inc/overlay.png</path>
                          </image> 
                    	  
                          <text name="tagsys" extra="true">
                    	     <alignment>left</alignment> 
                    	     <pos>0.39 0.46</pos>
                    	     <color>FFFFFF</color>
                             <fontPath>./../_inc/fonts/Homizio.ttf</fontPath>
                    	     <fontSize>0.0720</fontSize>     
                    		 <zIndex>41</zIndex>        
                          </text>	  
                    </view>
                    
                    </theme>
                    

                    Many thanks, @supernature2k 🙂
                    This is exactly what I was trying to do.

                    ARCADE ALEKFULL

                    1 Reply Last reply Reply Quote 0
                    • fagnerpc
                      fagnerpc Theme moderator last edited by fagnerpc

                      Hi guys,
                      I updated the Bello theme - if anyone is interested 😉
                      alt text

                      Download link on the first post

                      ARCADE ALEKFULL

                      Scavy 1 Reply Last reply Reply Quote 2
                      • Scavy
                        Scavy Global moderator @fagnerpc last edited by

                        @fagnerpc Hi, it includes all systems ?

                        • RPi0w : GPi Case
                        • RPi4-2Go : Nespi4case - SN30 pro+ & PS3 DualShock pads - Logitech M170 (BT) keyboard/mouse set
                        • Odroid Go Advance & Go Super
                        • PC : CPU i5 core 2.8/3.4 GHz - GPU GeForce 850M - RAM 8Go DDR3L
                        fagnerpc 1 Reply Last reply Reply Quote 0
                        • fagnerpc
                          fagnerpc Theme moderator @Scavy last edited by

                          @scavy said in [Recalbox 6.1+] [Snap Videos] Thème ALEKFULL BELLO Cobalto V3:

                          @fagnerpc Hi, it includes all systems ?

                          Yeah, includes all systems supported by Recalbox plus custom ones

                          ARCADE ALEKFULL

                          1 Reply Last reply Reply Quote 1
                          • jackalpret
                            jackalpret Translator last edited by

                            thank you very much !
                            I downloaded and tested this theme today and it works perfect !

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

                            Want to support us ?

                            108
                            Online

                            99.7k
                            Users

                            28.1k
                            Topics

                            187.1k
                            Posts

                            Copyright © 2021 recalbox.com