Search results for query: *

  1. skapunke

    Bug: naval battle helping someone turns into underwater battle

    did u have a boat yourself?
  2. skapunke

    Automatic left mouse click is HERE

    effemb said:
    4.
    I don't have the need to use CTRL-X because for experience or money I simply export char, ALT+TAB to exported text file, modify it, and re-import it.
    the most useful thing for ctrl+x is actually leveling up troops, in party screen.
    there is no other way to do it.

    if you want to keep your game "legit" also - editing char file and importing will imbalance it.
    if you ctrl+x to get xp ingame, your char levels up normally.

    this is also about making the functions available ingame.
    not having to go out of the game to edit stuff.

    anyway -- i actually just figured it out.  i just made a ctrl+x macro and it works perfectly.\
    the link you posted to that other guy's macro attempt doesnt work.
    CTRL+X MACRO IS HERE FOLKS!!!
    use it in autohotkey.
    #NoEnv
    SendMode Input
    SetWorkingDir %A_ScriptDir%
    #IfWinActive Mount&Blade

    $^+s::Suspend

    $m::
    Loop
    {
      if not GetKeyState("m", "P")
        break
      Click
      Sleep, 10
    }
    return

    $+j::
    Loop
    {
      if GetKeyState("h", "P")
        break
      Send {LControl down}
      Sleep, 5
      Send {x down}
      Sleep, 5
      Send {x up}
      Sleep, 5
      Send {x down}
      Sleep, 5
      Send {x up}
      Sleep, 5
      Send {x down}
      Sleep, 5
      Send {x up}
      Sleep, 5
      Send {LControl up}
    }
    return

    $n::
    Loop
    {
      if not GetKeyState("n", "P")
        break
      Send {LControl down}
      Sleep, 10
      Send {x down}
      Sleep, 10
      Send {x up}
      Sleep, 10
      Send {x down}
      Sleep, 10
      Send {x up}
      Sleep, 10
      Send {x down}
      Sleep, 10
      Send {x up}
      Sleep, 10
      Send {LControl up}
    }
    return

    $k::
    Loop
    {
      if not GetKeyState("k", "P")
        break
      Send {LControl down}
      Sleep, 10
      Send {F4 up}
      Sleep, 10
      Send {F4 down}
      Sleep, 10
      Send {F4 up}
      Sleep, 10
      Send {F4 down}
      Sleep, 10
      Send {F4 up}
      Sleep, 10
      Send {F4 down}
      Sleep, 10
      Send {LControl up}
    }
    return

    keys:
    shift + control + s = suspend hotkeys (pause toggle)
    [hold-down] m = ctrl + click macro
    [hold-down] n = ctrl + x macro
    [hold-down] k = ctrl + F4 macro
    shift + j = ctrl + x macro (NOTE!!!! hit shift+j ONCE, and it will keep firing ctrl+x until you hit "h" key to stop it --- why this macro? click a stack of 200 troops, shift+j, go get a coffee while they level up!)

    proof: www.youtube.com/watch?v=Oe0pngOmX0Y

    I wanted to Thank the OP for this Autohotkey script,


    Im currently now playing Mount & Blade Warband: Viking Conquest,

    And there are some troops that require experience from over 728 days..... i singlehandedly tried lvling 1 guy to that and it took me lik 100 x clicking Ctrl + X,

    and that was just for a single guy....

    So thats tool, pressing Shift J, making a coffee, and having 200 noblemen when i come back, awesome, and less RSI for me.
  3. skapunke

    How to kill the king?

    Ha thankyou that someone already found this out,

    I literaly started my campaign all over, thinking my choises would actually matter.

    I felt bad for that Newphew Pretender that i slaughtered his reinforcements on the beaches...

    and in my next playthrough i tried everything to kill the king.

    The only thing i could think of, was killing the king directly on the field of battle.... but that doesnt make the quest complete because ur suppose to kill him on some feast, and not go to war with his entire domain.. including the jarl that gave u the mission.....

    So im glad i now turned to the forums, to find out that my choises dont mean jack ****, ( after playing game of thrones a tell tale game, and seeing the choises i got here. it made me think my choises mattered. )

    Maby on my next playthrough i should just tell the King emmediatly that his newphew wants him dead, to see if that makes any difference...
  4. skapunke

    Strange shadows in some battles. (Screenshots included)

    im having the exact same problem, literaly.

    Im also running on an GTX 690,

    Question, do u also have it that your Estimated performance, dont go higher or lower than 33% on max graphics, and 51% on low graphics...
    i dont get this, my old laptop runs the game on 79% estimated performance on high setings...

    and then our GTX 690's cant handle a game like this? wtf ??

    ill post screenshots and my dx diag here aswell soon.

    Greetings Skapunker
Back
Top Bottom