RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    (noob question) Sound on ES Theme SImple Dark

    Scheduled Pinned Locked Moved Help and Support
    5 Posts 2 Posters 2.3k Views
    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.
    • OrnitorickO
      Ornitorick
      last edited by

      There is any way to put sound on simple dark when change roms like on the theme carbon ?

      Or is my pi that is with problem?

      i Know this silly question :(

      1 Reply Last reply Reply Quote 0
      • W
        wetriner
        last edited by

        You're right, there's no sound with es-simple-dark, but that's not an accident. You can make some custom edits if you'd like. Compare carbon.xml:

        		<textlist name="gamelist">
        			<selectorColor>1c1c1c</selectorColor>
        			<selectedColor>8b0000</selectedColor>
        			<primaryColor>969696</primaryColor>
        			<secondaryColor>7a6161</secondaryColor>
        			<fontPath>./art/Cabin-Bold.ttf</fontPath>
        			<forceUppercase>1</forceUppercase>
        			<scrollSound>./art/select.wav</scrollSound>
        		</textlist>
        

        To simple-dark.xml

        		<textlist name="gamelist">
        			<selectorColor>151515</selectorColor>
        			<selectedColor>0098a6</selectedColor>
        			<primaryColor>ebebeb</primaryColor>
        			<secondaryColor>ebebeb</secondaryColor>
        			<fontPath>./art/Roboto-Regular.ttf</fontPath>
        			<fontSize>0.03</fontSize>
        			<forceUppercase>1</forceUppercase>
        		</textlist>
        

        Just note you'll have to copy over the sound file to the simple-dark art folder, or type the full path to just look in carbon's art folder.

        Theme files are found in /etc/emulationstation/themes

        OrnitorickO 2 Replies Last reply Reply Quote 0
        • OrnitorickO
          Ornitorick @wetriner
          last edited by

          @wetriner Nice, i'll try some stuff here and come back to post!
          Thank you for the great answer

          1 Reply Last reply Reply Quote 0
          • OrnitorickO
            Ornitorick @wetriner
            last edited by

            @wetriner Yeh i have copyed the "Select.wav" to "/etc/emulationstation/themes/simple-dark/art"
            And incremented the line <scrollSound>./art/select.wav</scrollSound> on /etc/emulationstation/themes/simple-dark/simple-dark.xml

            Wokrs perfect :)

            By the way, how can i commented the program lines like you did on the forum?

            Thank you.

            1 Reply Last reply Reply Quote 0
            • W
              wetriner
              last edited by wetriner

              If you want to learn more markdown, there are probably some good guides available online with the syntax. I only really know enough to get by. For the code you can either start each line with four spaces or you can use three backticks(`) to start and end the block.

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

              Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

              Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.