Jump to content

Avernal

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Avernal

  1. This is great, messing around with it to try and slimline the number of required bind files - there is a mistake in your code for Regeneration Rate though - it seems to call 'Regeneration Resistance', reckon you can find the right shorthand for it?
  2. I've been forced to do another 2.25hrs of actual work this morning AND grocery shopping in the world outside as a result of server outages. This is wholly unacceptable. 😐
  3. Edited first post and updated with a blank template file so it's easier to make your own copies for other queued powers.
  4. I bet you could make this dynamically able to jump back up a tier (to a lesser damage state) by setting up a bind in every file for powexecaltslot 1, 2 and 3 (where you have your healing abilities) that makes the bind loop jump back one or more stages. That way as you're activating Dull Pain etc. during normal gameplay your costume reflects that. Shame about the cooldown on CC though.
  5. Does it behave that way regardless of which targeting method you use? I noticed you're using near instead of next, the behaviour is the same on both?
  6. So, I did 15mins of work... 😣😐 It's been a dark, dark day in history.
  7. Their discord updates seem to suggest they think that OVH's general maintenance is somehow affecting their servers
  8. I can't handle the pressure! Don't do it! You can't make me! You can almost hear the collective sigh of the CoH community right now. 😆
  9. Try doing that as two files and using the push-toggle trick, see if that works: goto1.txt SHIFT+LBUTTON "+ $$- $$petcomall goto$$say Alright!$$bindloadfilesilent goto2.txt" goto2.txt SHIFT+LBUTTON "+ $$- $$petcomall attack$$say Get this clown!$$bindloadfilesilent goto1.txt" It'll run step 1 as you hold the buttons down and step 2 as you release, might be a way to get it working but let me know how it goes.
  10. Avernal

    Farming binds

    Only just spotted this now or would've answered sooner. The Advanced Binds topic is something I update and improve fairly regularly if I find a smoother way to do it, and it's all written with a plain English explanation of WHY something is typed a certain way, WHAT the files are to be named and WHERE you need to save them. Even if you don't understand everything that's going on in them 100% it'll explain a good chunk of it so you better understand similar stuff in future and you can literally just copy & paste the code bits in to a text file and save them where it tells you. You don't need to understand them to use it.
  11. Updated again and now recommend using the two bind version as it's smoother, runs the conversions more frequently and seems to produce better and more consistent results for your damage output than the three file version. Added an explanation of how I got my mouse side button binds down in size to allow them to be included in the convert rotation and a screenshot of my powers tray and mouse so it's easier to understand how those longer strings work. Some explanations for the changes to the binds: With movement keys and left/right mouse function - the default binding *needs to come first*, before the convert insps string, or the key will get 'stuck'. (E.G. "+mouselook$$whatever_else_here" works but if you use "whatever_else_here$$+mouselook" it will break and you'll be stuck in mouselook mode, or forward if you did it on W, etc. etc.) With the number keys for powers, the mouse side buttons etc. - you can (and should) put the default binding AFTER the convert insps string. This will stop any powers you've queued to activate by hitting a key from getting unqueued or weird hitches. (E.G. for the 1-0 keys and BUTTON4 + BUTTON5 you want "whatever_else_here$$+powexecslot 1" instead of "powexecslot 1$$whatever_else_here") BUTTON4 "powexecname Healing Flames" is just longer than BUTTON4 "powexecaltslot 1" - it's the difference between just bang on the 246 character limit or 10 characters over it at 256: inspcombine Keen_Insight Focused_Rage$$inspcombine Dramatic_Improvement Focused_Rage$$inspcombine Take_A_Breather Focused_Rage$$inspcombine Good_Luck Focused_Rage$$inspcombine Rugged Focused_Rage$$powexecaltslot 1$$bindloadfilesilent binds/F2.txt I personally like to use the powexecname binds with my mouse side buttons but it was annoying me that I'd be converting insps constantly except for when I was activating my damage buffs, that little interruption becomes more and more noticable the longer you play with these binds. So by making the bind activate a slot in my secondary/tertiary trays instead I could still keep the button mapping I liked but also attach the convert script to them as well. Win-win.
  12. Updated the first post and bind files to make a few changes: Changed the order of the commands on the 1-0 keys to avoid hitching when it tried to activate a power *THEN* fiddle with insps, it now runs the insp command first then the power queue. Using shorter syntax (feedback from AboveTheChemist and JAMMan) Enabled Small Inspiration Drops - then added those back in to the combine rotation and Numpad 1 binds. Disabled Team & Dual Inspiration Drops - removing the need for extra files to delete the resist, defense/resist and heal/end inspirations. These were essentially slowing down acquisition of useful insps anyway now that Small Insps are back on. You'll find it far smoother and more consistently keeping up 600% damage cap on a Brute now (or other ATs caps).
  13. Not really - my attack chain on my farmer is four powers most of the time, plus queuing incarnates from time to time, and I move about a lot to manage aggro caps. This way it doesn't really miss a beat on generating reds for me as I move about dynamically. I'd say it has *less* utility for someone who is just planning on AFK farming or isn't moving about as much since the loop wouldn't be running as much or at all. You can definitely make something simpler that does just three powers for three tiers, but you'd be missing things like deleting inspirations that can't be combined (you can turn them ALL off uniformly but it just means you're getting less insps and disables their Red versions also) and it wouldn't be running those steps as often, moreso enflamed if you don't have Hasten perma yet - for example on farmers who are just slotting and gearing up still.
  14. No, the changes affect what you see in your client only, it looks the same as normal for everyone else.
  15. Good spotting - have just fixed. 😊 And yes, I have Wakies, Break-Frees and Small Insps disabled and just use medium to large plus team/dual. You could re-enable small insps but would probably have to add an extra file or two to the loop to include all the extra small insp names (copying the same format as above). It should work and could potentially just be set up to include all insps with none disabled.
  16. Here's a slightly more complicated example to demonstrate how you would add a third or fourth auto power in. This one is from my Thugs/Time MM, it queues up Hasten, Chrono Shift and Farsight as three separate auto powers, in a constant rotation whenever I fly around, attack or use my heal/buff shortcuts. I like to use my mouse side-buttons for these and have the same basic layout across all my alts (button5 is actually the top side-button on my mouse and button4 the bottom, this will not be the same for everyone and will vary from mouse to mouse - if you're also using a Swiftpoint Z, this is for you) but wanted to include those actions as triggering my auto queue loops. I've also added in my Vengeance bind that tries to target a dead teammate and cast the power. Note that my keybinds for movement include CTRL for down (flying) instead of the default X. I've also changed the way TAB targeting behaves as I don't like it's default behaviour, you might prefer this version but if not the target_enemy_near bit is technically all you need (and it doesn't need the underscores either). To simplify what all the text in the code blocks below is doing - it's six steps that go like this - do whatever the keybind is supposed to do normally plus: Step 1 - Filler step to ensure things don't get out of synch Step 2 - Queue Hasten as an auto power Step 3 - Filler step to ensure things don't get out of synch Step 4 - Queue Chrono Shift as an auto power Step 5 - Filler step to ensure things don't get out of synch Step 6 - Queue Farsight as an auto power At the end of each step it loads the next file in order, when it reaches Step 6 it loops back to Step 1. The Vengeance bind is using the "+ $$- $$" prefix so that it behaves like a push-toggle - when I push the key combination down - it runs the command and moves to the next step. Then it does it a second time when I release the keys. This is just useful for speeding up the process of targeting a dead teammate and then activating the power in this example. Thugs/Time MM Auto-Queue Loop (Hasten + Chrono Shift + Farsight):
  17. OK, so not only did it work without the dot, but you can remove the slash entirely too (binds/ instead of ./binds/) - shaving off an extra two characters. 😊 This is awesome because in some of my bind loops I was only short of a lousy couple of characters that meant having to split the bind in to an extra file. Have just set up a Hasten/Chrono Shift/Farsight auto power loop on my Thugs/Time MM to test the above and am pretty chuffed it worked. Will update the guides to remove those extra unneeded characters. 😀
  18. Will have to give it a go then - if it behaves that's good as it's another character shorter on the total string, makes life a bit easier for some of the longer ones hitting the limit.
  19. Good to know - windows tends to need that in (./ basically means 'this folder'/'root folder') for them to work, sounds like the Mac client needs the opposite.
  20. Not a clue, sorry - I haven't had any Mac users comment on how it correlates. It should be the same as Windows as far as keyboard layout though; default movement keys being W/A/S/D and 1-0 being power keys. The numpad was only used for (quick) popping reds and blues, you could just as easily change numpad1 and numpad2 in the binds above to be one of the function keys at the top (F1-F12) or whatever is convenient. If the bind is stopping after you hit the key once then I suspect it's the folder location that is different for Mac clients. Do a find & replace in a text editor for bindloadfilesilent and change it to bindloadfile instead, that way you'll see any error messages in the chat window in-game and whether it's finding the next bind file or not. If you get an error that it couldn't load it's definitely the path that is the problem; you'll need to figure out where that is for the Mac client.
  21. Had a chance to try this in a couple of my push-to-toggle binds and definitely works, this is the shortest possible character string as well, so nice find. 😊 I'll edit these in to my other guide posts at some point.
  22. I do similar to this on characters with Vengeance too - one key that you push once, will automatically find the dead teammate/friendly, then cast the ability. Laziness intensifies. 😁 Joke or not you could do 90% of those commands as binds that use the ability or yell something in chat - you're just going one step further and automating all interaction with your teammates to button pushing. 😆
  23. Found some of my old Peacebringer macros whilst tidying up my game folder too - no fancy looping binds for these as you don't really need them on the PB unless you're taking a Teleport power in your Human form. Follow the guide above for the Warshade trays for each form, but substitute with the macros below to have nice, fancy icons for each form and it's own seperate tray of abilities. I also use /bind shift+lbutton "powexecname White Dwarf Step" for White Dwarf's teleport. /macro_image "LuminousAura_TeleportSelf" "Human Form" "powexectoggleoff Bright Nova$$powexectoggleoff White Dwarf$$gototray 1" /macro_image "LuminousAura_WhiteDwarf" "White Dwarf" "powexectoggleon White Dwarf$$gototray 9" /macro_image "LuminousBlast_BrightNova" "Bright Nova" "powexectoggleon Bright Nova$$gototray 8"
  24. Check what it's saying in the game chat window when you try the bindload file command - if it says it can't find the file, my guess is that you unpacked the RAR to c:\Binds, BUT left 'MMBinds' in there as an extra folder. The text files need to be sitting loose in c:\binds\ for this set-up to work. The tray you've got selected makes no difference - these are binds, not macros, they don't add anything to your trays.
×
×
  • Create New...