TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    Organizing Sound Options

    Scheduled Pinned Locked Moved Feature Requests & Ideas
    11 Posts 4 Posters 2.1k Views 4 Watching
    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.
    • Z Offline
      zlefin Moderators
      last edited by

      The sound options screen - the one with a whole lot of checkmarks for which sounds you want to hear.
      I was looking to check whether I had it set to hear Slaps, took a bit looking through the full list to find it.

      It'd be nice to have the sound options screen be a bit more organized; with some subsections (most notably a subsection for chat sounds, as those get tweaked more than in-game sounds). I don't know which other things might be worthy as a section, or to what extent people use which options.

      FrostionF 1 Reply Last reply Reply Quote 3
      • FrostionF Offline
        Frostion Admin @zlefin
        last edited by

        @zlefin Sound support and development seems to be of the very lowest priority to the developers (and many players). Map maker sound possibilities are also very limited and primitive.

        Sadly I don’t see this changing in the near future … unless a dev magically turns up with a burning desire to radically improve the audio side of TripleA 🙂

        Map maker of: Star Wars: Galactic War + Star Wars: Tatooine War + Caribbean Trade War + Dragon War + Age of Tribes + Star Trek: Dilithium War + Iron War + Iron War: Europe + Warcraft: War Heroes

        LaFayetteL 1 Reply Last reply Reply Quote 1
        • LaFayetteL Offline
          LaFayette Admin @Frostion
          last edited by

          It would be great to get the sound settings into the 'settings' window. As part of that, organizing them to like 'game' and 'chat' categories would makes sense.

          Though I think the assessment is right, we have very little development capability and a long backlog of numerous projects and fixes that are all competing for priority and time.

          1 Reply Last reply Reply Quote 1
          • K Offline
            KurtGodel7 Moderators
            last edited by

            For me personally, the biggest problem with the sound is that it is VERY LOUD. You ask, why not just turn the volume down on my computer? Okay fine. But then if I'm listening to something on YouTube or performing some other task which requires sound, I've now just made the sound too quiet for me to hear.

            Ideally, what I'd like to see is a volume control, allowing you to adjust the volume level of the sounds that TripleA makes. You'd set it from 0 to 10, with 0 being mute and 10 being the current volume level. I'd probably set it to something around a 5.

            The obvious problem with turning off sound for TripleA is that then you'd don't get to hear when it's your turn or when someone slaps you. Muted volume causes game delay.

            LaFayetteL 1 Reply Last reply Reply Quote 1
            • LaFayetteL Offline
              LaFayette Admin @KurtGodel7
              last edited by

              @kurtgodel7 Good points, I sure know that I cringe whenever anyone new installs the game and the first thing they experience is an ear-shattering air raid siren.

              1 Reply Last reply Reply Quote 2
              • Z Offline
                zlefin Moderators
                last edited by

                Java is so annoying! I looked into volume adjusting; and it looks like it'd be some real effort to implement. In part cause the code uses some alternate and ancient clip player; so it'd probably have to be first be refactored to use the standard javax one. The java one itself is silly complicated for no good reason; you have to run through a bunch of steps and conversions to get stuff done; there's no simple direct built-in option for "just play this clip file darnit!"

                K LaFayetteL 2 Replies Last reply Reply Quote 2
                • K Offline
                  KurtGodel7 Moderators @zlefin
                  last edited by

                  @zlefin said in Organizing Sound Options:

                  Java is so annoying! I looked into volume adjusting; and it looks like it'd be some real effort to implement. In part cause the code uses some alternate and ancient clip player; so it'd probably have to be first be refactored to use the standard javax one. The java one itself is silly complicated for no good reason; you have to run through a bunch of steps and conversions to get stuff done; there's no simple direct built-in option for "just play this clip file darnit!"

                  I appreciate the effort you made to look into this. It's unfortunate that the solution isn't easy, and that Java has imposed an unnecessary layer of complexity. Due to the difficulty of using Java in and of itself, a software developer I know built a platform which rests on top of Java. If you want to build something you use the platform, which then uses Java to implement. However, that was years ago, and he hasn't updated his platform, which does not work with current versions of Java.

                  1 Reply Last reply Reply Quote 0
                  • Z Offline
                    zlefin Moderators
                    last edited by

                    I did a writeup in git of the dev details of what I found about the difficulty of adding a volume adjustment; since I'd already done the code-diving it made sense to do a writeup to save someone else some work in the future if they decide to do it. I just made it is a generic issue, wasn't really sure where exactly to put it. At any rate, if anyone wants to look at the pieces of the code involved and the implementation challenges:

                    https://github.com/triplea-game/triplea/issues/9139

                    K 1 Reply Last reply Reply Quote 2
                    • K Offline
                      KurtGodel7 Moderators @zlefin
                      last edited by

                      @zlefin said in Organizing Sound Options:

                      I did a writeup in git of the dev details of what I found about the difficulty of adding a volume adjustment; since I'd already done the code-diving it made sense to do a writeup to save someone else some work in the future if they decide to do it. I just made it is a generic issue, wasn't really sure where exactly to put it. At any rate, if anyone wants to look at the pieces of the code involved and the implementation challenges:

                      https://github.com/triplea-game/triplea/issues/9139

                      That sounds like a good approach. Hopefully someone will have the time to address this at some point. Maybe some future update of Java will be more developer-friendly?

                      1 Reply Last reply Reply Quote 0
                      • LaFayetteL Offline
                        LaFayette Admin @zlefin
                        last edited by

                        @zlefin I think the reason for the current selection is to play mp3s. I recall the out-of-the-box player does not like that format. If things have changed, then the OOB one is preferable.

                        1 Reply Last reply Reply Quote 0
                        • Z Offline
                          zlefin Moderators
                          last edited by

                          Hmm, it looks like you're right, and java doesn't support mp3 for some stupid reason. It's hard to be sure, as every google search finds links that are nearly a decade old, and the documentation for the current version of java doesn't say which audio formats are supported. I can't find any clean answer on exactly what formats current java's built-in stuff supports. It's sad that it's so hard to find a straightforward answer to such a basic question; it really seems like the kind of thing that should be straightforward to find in their documentation. How hard is it for them to just clearly say which audio file formats are supported?

                          1 Reply Last reply Reply Quote 2

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          • 1 / 1
                          • First post
                            Last post
                          Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums