Wish-A-Mod Foundation
-
I wish for a mod that adds a small for example yellow dot in the middle of tree groups. Small enough to be overlooked if not actively looking for it
-
-
@Nuggets it is gonna be very laggy if done so with a mod.
-
@bronedooy said in Wish-A-Mod Foundation:
rewedgers hotbuild without difficulties, just one customizable button
It is decided that the advanced hotbuild has this
-
Would it be possible that a mod shows the player APM? I use an external tool, but would prefer a mod for that.
-
who knows which mod to assign hotkeys to upgrade the commander?
-
@bronedooy
Additional orders extension
-
@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.
- 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.
- This is the part I leave to you for now, I would recommend to look at other mods as well for inspiration.
- 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.
- 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.
- 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.
- 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
- 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!
-
@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?
-
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.
-
@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?
-
@FreadyFish given that you see them around cursor it can be done in linear time.
-
@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
-
-
I believe so, yes!