FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    The current pre-release of the client ("pioneer" in the version) is only compatible to itself. So you can only play with other testers. Please be aware!

    Wish-A-Mod Foundation

    Scheduled Pinned Locked Moved Modding & Tools
    63 Posts 20 Posters 3.5k Views 2 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.
    • nullptrN Offline
      nullptr @Nuggets
      last edited by

      @Nuggets it is gonna be very laggy if done so with a mod.

      “Be a yardstick of quality. Some people aren’t used to an environment where excellence is expected.”
      — Steve Jobs.
      My UI Mods
      Support me

      1 Reply Last reply Reply Quote 0
      • B Offline
        bronedooy @bronedooy
        last edited by

        @bronedooy said in Wish-A-Mod Foundation:

        rewedgers hotbuild without difficulties, just one customizable button

        It is decided that the advanced hotbuild has this

        1 Reply Last reply Reply Quote 1
        • maggeM Offline
          magge Moderator FAF Association Board
          last edited by

          Would it be possible that a mod shows the player APM? I use an external tool, but would prefer a mod for that.

          Join a FAFtastic Team | Join the FAForever Association

          FreadyFishF 1 Reply Last reply Reply Quote 1
          • B Offline
            bronedooy
            last edited by

            who knows which mod to assign hotkeys to upgrade the commander?

            nullptrN 1 Reply Last reply Reply Quote 0
            • nullptrN Offline
              nullptr @bronedooy
              last edited by

              @bronedooy Additional orders extension

              “Be a yardstick of quality. Some people aren’t used to an environment where excellence is expected.”
              — Steve Jobs.
              My UI Mods
              Support me

              B 1 Reply Last reply Reply Quote 1
              • FreadyFishF Offline
                FreadyFish Moderator @bronedooy
                last edited by

                @bronedooy Thanks for the details, as we discussed in the related thread I very much encourage you to try yourself. The code I sent there, experiment with it and I will leave that part for now. If you need any help just let me know.

                1. Should be very doable, I will see if I can do the "add one" code first, it's something I have thought about myself really and will be useful in more scenarios I think.
                2. This is the part I leave to you for now, I would recommend to look at other mods as well for inspiration.
                3. I refer to the expertise of @Ctrl-K here, but will add that it is possible to use third-party software like Auto Hotkey (https://www.autohotkey.com) to bind those mouse buttons to keyboard keys, and then bind those keys to an action. I use it myself. Try getting AHK working and I can send you the scripts for it.
                4. I can look into this, ideally we would want a mod that combines all of them and lets the player decide in settings what to show and when.
                5. Ah yes, very much agree on this one. I wonder if that is for performance reasons, as for each unit they have to get a queue to all other orders after their initial one for it to work completely. Maybe just a few more would be nice so they dont stop so soon. Or just an assist order at the end to the closest one, that should actually make them help eachother fully but then leave them not idle at the end. The problem is that it counts as an "autoclicker" and thus is blocked for mods. Should be discussed with core team, you can try to reach them or I might do it a bit later. Keep me posted if you find something out.
                6. I think this is very possible actually, there are mods that show things around the cursor ("Chat Wheel" comes to mind) and display anything we want. Could try to do a simple demo for this as a start and then we can add more options to it
                7. Ah yes, something is definitely not right there. Not sure what to do, does it work any better if you use one screen only or in some other case? I would recommend to open a new thread for it and see if anyone else has a solution. We can dig into it if you dont get any solution.

                Agree with you that mods are quite essential, I couldn't go back to unmodded and frankly more mods should be integrated in my opinion (optional ofc but still standard out of the box).

                Focus is on 1 and two then to begin with, sounds good. I'll be back with some code to try out. Good luck on your side!

                B 1 Reply Last reply Reply Quote 1
                • FreadyFishF Offline
                  FreadyFish Moderator @Nuggets
                  last edited by

                  @Nuggets It's a good idea! Many tree groups have been missed and needlessly destroyed by the subsequent move order.

                  @Ctrl-K might be right here, but do you think it would still be a problem if it is optimized by let's say limiting to an area around the cursor and caching it periodically? Any other optimizations or problems that you can see?

                  nullptrN 1 Reply Last reply Reply Quote 0
                  • maudlin27M Online
                    maudlin27
                    last edited by maudlin27

                    A button/hotkey to cycle between low health and high health units in a selection (from memory red alert 2 had such a feature with the 'u' keyboard shortcut)

                    E.g. press the key once, your current selection is filtered to just the low health units; press a second time a relatively short period afterwards and it goes to just the high health units in the selection; a third time and it's back to all units in the original selection (and if you add/remove units from the selection then it 'resets'/loses memory of the originally selected units)

                    That said if I ever finish with M28 related stuff and such a UI mod would be permitted on FAF I might have a look myself to figure out if it's possible.

                    M27AI and M28AI developer:
                    https://forum.faforever.com/topic/2373/ai-development-guide-and-m27ai-v81-devlog
                    https://forum.faforever.com/topic/5331/m28ai-devlog-v294
                    M28 trophy holders: Radde, Yew (Radde trophy, v285) and Zwaffel (Sladow trophy, v284)

                    FreadyFishF 1 Reply Last reply Reply Quote 0
                    • FreadyFishF Offline
                      FreadyFish Moderator @magge
                      last edited by

                      @magge Should be possible! I guess we just listen to the click events. What should it show ideally and how? Would be fun to have that in the score graph actually for all players, see where things heats up. What is this tool you use?

                      maggeM 1 Reply Last reply Reply Quote 1
                      • nullptrN Offline
                        nullptr @FreadyFish
                        last edited by

                        @FreadyFish given that you see them around cursor it can be done in linear time.

                        “Be a yardstick of quality. Some people aren’t used to an environment where excellence is expected.”
                        — Steve Jobs.
                        My UI Mods
                        Support me

                        FreadyFishF 1 Reply Last reply Reply Quote 1
                        • FreadyFishF Offline
                          FreadyFish Moderator @maudlin27
                          last edited by

                          @maudlin27 Very useful! I have actually made an addition to the Group Scatter mod, that I havent released, that can cycle units from most damaged or healthiest, but for now its just one at a time. I have thought for some time to make it possible to click perhaps multiple times to add more and more to the selection. Maybe double every time so it doesnt require 50 clicks. Just going binary healthy/damaged would be easier to use ofc, I will look into it and see if I can add multiple options for different use cases

                          1 Reply Last reply Reply Quote 1
                          • FreadyFishF Offline
                            FreadyFish Moderator @nullptr
                            last edited by

                            @Ctrl-K Thanks, @Nuggets would this suffice for your needs?

                            1 Reply Last reply Reply Quote 0
                            • N Offline
                              Nuggets FAF Association Board
                              last edited by

                              I believe so, yes!

                              1 Reply Last reply Reply Quote 1
                              • B Offline
                                bronedooy @nullptr
                                last edited by

                                @Ctrl-K said in Wish-A-Mod Foundation:

                                Additional orders extension

                                Yes, there is definitely this in your build! Thank you very much. I have already used the mod, but I did not figure out everything earlier due to the pressure of factors that affected the condition.

                                1 Reply Last reply Reply Quote 0
                                • B Offline
                                  bronedooy @FreadyFish
                                  last edited by

                                  @FreadyFish
                                  I am glad that this topic is here, we must pay tribute to the enthusiasts working on improving the gameplay, thanks to this, the game is still relevant. I understand all this perfectly well, as well as the fact that the game sometimes takes up time and resources. In this situation and in this state, it seems to me that if the developer has not completed this project, then our efforts only prolong the suffering of the game. Depending on my condition, I sometimes behave like a conspirator in our multidimensional world.

                                  FreadyFishF 1 Reply Last reply Reply Quote 1
                                  • maggeM Offline
                                    magge Moderator FAF Association Board @FreadyFish
                                    last edited by

                                    @FreadyFish said in Wish-A-Mod Foundation:

                                    @magge Should be possible! I guess we just listen to the click events. What should it show ideally and how? Would be fun to have that in the score graph actually for all players, see where things heats up. What is this tool you use?

                                    Thanks for considering it! I have used Desktop APM (First Random Image from Google:)
                                    803ec9e5-a012-4f45-84ad-65d3d98e51ba-image.png

                                    It has a lot of features, which I do not use, and I just was interested in the Live APM, and a history of APM after a game.

                                    I am not sure if the LUA version of SC can track click- and keyboard events. If it is possible, you could start small by just adding a small LUA window that shows the current live APM.

                                    And if you feel it deservers more developer time, you can flesh it out by adding a history event, or whatever you think seems good. Bringing it over to the score graph would of course be phenomenal, but I fear that approach would be far more complex.

                                    Join a FAFtastic Team | Join the FAForever Association

                                    FreadyFishF 1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      StormLantern
                                      last edited by StormLantern

                                      Something that does the same as the existing mod "Idle Engineers CBT" but looks better and is less buggy would be great.

                                      Also a mod that makes sure that Nuke, SMD and T4 icons are always on top, when icons are overlapping (and is compatible with other icon mods).

                                      FreadyFishF 1 Reply Last reply Reply Quote 0
                                      • nullptrN Offline
                                        nullptr
                                        last edited by

                                        Something that does the same as the existing mod "Idle Engineers CBT" but looks better and is less buggy would be great.

                                        Idle Engineers Light

                                        “Be a yardstick of quality. Some people aren’t used to an environment where excellence is expected.”
                                        — Steve Jobs.
                                        My UI Mods
                                        Support me

                                        N 1 Reply Last reply Reply Quote 1
                                        • nullptrN Offline
                                          nullptr
                                          last edited by

                                          T4 icons are always on top

                                          Engine limitation

                                          “Be a yardstick of quality. Some people aren’t used to an environment where excellence is expected.”
                                          — Steve Jobs.
                                          My UI Mods
                                          Support me

                                          1 Reply Last reply Reply Quote 0
                                          • N Offline
                                            Nuggets FAF Association Board @nullptr
                                            last edited by

                                            @Ctrl-K said in Wish-A-Mod Foundation:

                                            Something that does the same as the existing mod "Idle Engineers CBT" but looks better and is less buggy would be great.

                                            Idle Engineers Light

                                            Can only recommend this mod, i've had all kinds of bugs with other engi mods, but havent had anything with this one. (even works with union control showing the correct amount of idle engies)

                                            1 Reply Last reply Reply Quote 1

                                            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
                                            • First post
                                              Last post