+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16
  1. #11
    Senior Member Prophet of Entropy's Avatar
    Join Date
    Feb 2013
    Location
    Canuukistan
    Posts
    219
    Quote Originally Posted by Over00 View Post
    Do you realize how many people would abuse that as a free ticket from death in PVP?
    you realize i dont want a hot key to switch loadouts at all?

  2. #12
    Senior Member ironhands's Avatar
    Join Date
    Feb 2013
    Posts
    3,838
    Quote Originally Posted by Over00 View Post
    Do you realize how many people would abuse that as a free ticket from death in PVP?
    i think he's saying you'd have to take no damage for 3-5 seconds for it to work. if it's interrupted by damage it wouldn't change

  3. #13
    OP is a genius and should get a metal.
    Travel Teaches how to see.

  4. #14
    Senior Member
    Join Date
    Mar 2013
    Posts
    330
    -We could do with a hot key for switching loadouts. I understand that we have a swap weapon ability, and if they wanted us to have more than two weapons active at anytime, they would have made each individual loadout have more slots. Yet consider that currently you have three ways to select weapons per one loadout.
    A) Swap weapon feature B) Mouse scroll C) Hotkey bind
    That's a bit convoluted an unnecessary. We'd be more streamlined with a setup such as this :

    1. One button binding for a quick swap of two preferred weapons
    2. One button binding that swaps between two preferred loadouts
    3. Mouse scroll that allows you to cycle through all loadouts

    I cannot accept the rebuttal or argument that the reason loadouts are actioned only through the EGO menu, because it helps limit what we do, and make us choose more wisely what we start combat with. I say this for the simple reason that you can open the menu and switch them at any time regardless of your current activity. Additionally, with a game that is more about action than simulated realism, it significantly breaks it's stride. It seems more like a simple design oversight than anything else.

  5. #15
    Member Asirae's Avatar
    Join Date
    Mar 2013
    Location
    dark depths...
    Posts
    76
    did someone say macro?

    autohotkey script, works for 1920x1080, may need to change build number on future updates.

    Code:
    #IfWinActive Defiance Client Build 450399
    
    2::
    Send, {l down}
    Sleep 10
    Send, {l up}
    Sleep 150
    Click, 1299, 158 Left, Down
    Sleep, 10
    Click, 1299, 158 Left, Up
    Sleep 150
    Send, {l down}
    Sleep 10
    Send, {l up}
    return
    
    3::
    Send, {l down}
    Sleep 10
    Send, {l up}
    Sleep 150
    Click, 1333, 154 Left, Down
    Sleep, 10
    Click, 1333, 154 Left, Up
    Sleep 150
    Send, {l down}
    Sleep 10
    Send, {l up}
    return
    
    NumpadSub::
    ExitApp
    Return

  6. #16
    totally!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts