Jump to content

Angryn00b

PC Member
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Angryn00b

  1. Hi there,

    A few minutes ago i wanted to forma my Arca Plasmor but i was out, so i opted for the "buy 3 for 35 platinum" option and it asked me to apply the forma.
    Then it used that forma, reset my weapon rank, but i did not get to choose what polarity in what slot to change.

    I'm not sure on this so take it with a grain of salt, but it might be that it unpolarized the top right slot (nr 4?).

    This didn't happen yesterday when i did the exact same thing with what i think was Mesa Prime.
    Same process, but it let me choose what to do.

    *edit* i already filed a support ticket to get this situation resolved. This truely is a bug report.


    With kind regards,

  2. I've ran into the problem of invisible pickups a few days ago actually during a Cephalon Suda mission. The first two or three were completely visible, then the rest all the way up to 8 were invisible. The only reason I knew they were there was because I was using Thief's Wit.

    Well i've never experienced it untill now, with or without thiefs wit :)

  3. Ever since the last update and hotfix the only reward's ive got for VOID missions are keys, for void missions. I've done 10 or so by now and it seems rather strange i have not gotten any prime parts or blueprints.

     

    I've done t1/t2 captures, mobile defenses and exterminations.

     

    Anyone else experiencing this problem?

  4. For X-Mouse, is the Warframe window focused? If it isn't and you have the macro layer on, then clicking into the window to focus it won't do anything.

     

    I will list off all things that I can think of at this moment that could affect sending LMB:

     

     

     

    • Mouse driver update? 

       

       

    • Need to simulate holding down the key, meaning add a Send, {a down};Sleep 10;Send, {a up} or {HOLDMS10}?

       

       

    • Windows UAC interfering?

       

       

    • Unlikely: hidserv (Human Interface Device Service) not running?

     

     

    Try making a macro to mash an alphanumeric key to see if the problem is localized to mouse only.

     

    I made a loop with AHK that just typed A every 10 ms. Guess what, the password box in my login screen filled with characters in no-time.

    I have a super standard mouse with no drivers, its a common logitech LMB/RMB/Wheel setup. UAC is turned off,

     

    **Solution**

    The hidserv was indeed off for no apparent reason, but shouldnt that mean every other USB input device would fail too? It's working now with the service on so I'm not complaining and i thank you for thinking outside the box for me! Just curious as to why it's only the mouse and only in Warframe that stopped working in cominbation with a hotkey program =/

  5. That is very strange, something odd must be going on!

    Works absolutely fine in mine.

     

    I seem to be using v1.1.13.01 of AHK, are you on that version too?

    Other than that I'm struggling to think why they would not work for you but work for me.

     

    A quick check of AHK forums suggested that running a game in windowed mode can cause problems, are you?

    I've updated to the latest version, i've tried every mode the game can be run at, ive tried windowed/fullscreen/borderless, nothing works.. ran it with or without steam, did all the SendMode options.. The windowSpy sees the warframe window as active window.. i dont know why it wont work :*(

     

    *edit* X-Mouse control also works in windows but not in warframe..

  6. Mine still works fine.

     

    Do you by chance use Caps Lock for anything in game?

    I had to switch Caps lock to another key in the script, as every time I pressed Caps it broke the script.

     

    Edit: I'm no expert on AHK, but perhaps post your script here so I can look at it.

     

    F8::
    Pause
    return
     
    ~$*LButton::
        if(!A_IsPaused) return
        While GetKeyState("LButton", "P"){
            Click
            Sleep 100  ;
        }
    return
     
     
    basically, it detects the left mouse button with or without modifiers (shift, control) which is a shortcut for activiting it while sprinting or crouching :)
    stopped working with 32/64bit and with or without capslock during the game, it works fine in windows itself
  7. Dear DE,

     

    since update 15.14.0/1 the scripts run by AutoHotKey have stopped functioning ingame. It seems the doesn't recognize the Click command being sent OR ignores it completely.

    I have to use a "automatic trigger" script to use most of the weapons of the game, semi-automatics like Latron Prime and AKmagnus, because of RSI issues in my 'trigger' finger.

     

    Question is, is this deliberate and if not will it be fixed in the near future? without such a script the game will be near unplayable for me.

  8. Still no fix for..

    This update made my AutoHotKey script for automatic shooting stop working.

    This is important for me as i have RSI in my trigger finger and makes me almost unable to play the game with my latron.. or any semi automatic for that matter..

    Please fix this, thanks

×
×
  • Create New...