Mouse Right clicking also moves

  • #1, by brut69Tuesday, 22. July 2014, 19:16 10 years ago
    I just noticed that with the newest version there is something wrong.

    When I right click to change a command (Talk--> Move --> Look) , the character also moves to that point. It wasn't doing that before.
    I haven't played with any of the mouse settings in the past
    Where should I look for the issue?

    Great Poster

    266 Posts


  • #2, by brut69Sunday, 27. July 2014, 21:40 10 years ago
    Anything....? Anyone?

    Great Poster

    266 Posts

  • #3, by afrlmeSunday, 27. July 2014, 23:11 10 years ago
    I thought I had replied to this post already, guess I replied to a message or something from someone else... oh well.

    I'm not sure about fixing this issue but in the old mouse properties system there was a lot more options which allowed us to define exactly what each button did. The new simple system doesn't seem to allow us to do that.

    I believe you can still define it using lua script - not sure though as I've not tried.


    GameRightMouseClick

    Defines what the right mouse button is used for.
    '0' (eIndividualAction): used for individual actions.
    '1' (eActivateStandardCommand): activates standard command.
    '2' (eActivateNextCommand): activates next command.
    '3' (eStandardAction): used for standard action (GameRightClickAction).
    '4' (eSandardActionWithIndividual): used for standard action (GameRightClickAction) and individual actions.

    game:setValue(VGameRightMouseClick, 0)
    

    or...
    game:setValue(VGameRightMouseClick, eIndividualAction) -- I think...
    

    Imperator

    7278 Posts

  • #4, by brut69Monday, 28. July 2014, 10:41 10 years ago
    The more I play around with version 4 , the more I like version 3....

    Great Poster

    266 Posts

  • #5, by afrlmeMonday, 28. July 2014, 12:37 10 years ago
    I think some of the stuff currently different in 4.0 beta are compromises due to bugs & issues being produced by the latest version of wxwidgets which most of vs editor is powered by.

    Imperator

    7278 Posts

  • #6, by brut69Monday, 28. July 2014, 14:19 10 years ago
    Any news on when the latest version comes out? I have the RC

    Great Poster

    266 Posts

  • #7, by ke4Monday, 28. July 2014, 14:35 10 years ago
    It should be week 31, check dialogue is now crashing thread :-)

    Key Killer

    810 Posts

  • #8, by AlexTuesday, 29. July 2014, 17:50 10 years ago
    you're right, the character shouldn't move on right click. I just tested it and it works correctly. So this should be fixed with the next update (coming very soon).

    Great Poster

    378 Posts