搜索结果: *

  • 用户:avien
  • 按日期排序
  1. GlovePIE script - Command your troops with the microphone

    Thanks a lot!


    I made version for TLD :grin:


    插入代码块:
    /*
            Mount & Blade Warband - Troop orders script
            May 28 2010
            by shokkueibu
    */
    
    
    
    /*
      Delay between pressing and releasing a key and between keypresses.
      20 miliseconds works fine.
    */
    var.delay = 20ms
    
    
    
    /*
            SELECTION
    */
    if said("everyone") or said("soldiers") then
       Press One
       wait(var.delay)
       release One
    endif
    
    if said("infantry") or said("footmen") then
       Press Two
       wait(var.delay)
       Release Two
    endif
    
    if said("archers") then
       Press Three
       wait(var.delay)
       Release Three
    endif
    
    if said("cavalry") or said("horsemen") then
       Press Four
       wait(var.delay)
       Release Four
    endif
    
    if said("others") or ("everyone else") then
       Press Five
       wait(var.delay)
       release Five
    endif
    
    
    
    
    
    /*
               MOVEMENT ORDERS (F1)
    */
    
    // Hold this position
    if said("hold this position") or said("stay here") or said("halt") or said("stand ground") or said("stop")then
       press F1
       wait(var.delay)
       release F1
    endif
    
    //Follow me
    if said("come")or said("follow me") or said("with me") then
       press F2
       wait(var.delay)
       release F2
    endif
    
    //Charge!
    if said("charge") or said("attack") or said("forward")then
       press F3
       wait(var.delay)
       release F3
    endif
    
    
    
    
    /*
               TACTICAL ORDERS (F2)
    */
    
    //Advance ten paces
    if said("advance a bit") then
       press F6
       wait(var.delay)
       release F6
    endif
    
    //Advance twenty paces
    if said("advance") then
       press F6
       wait(var.delay)
       release F6
    
       wait(var.delay)
    
       press F6
       wait(var.delay)
       release F6
    endif
    
    // Fall back ten paces
    if said("fall back") or said("fall back a bit") then
       press F7
       wait(var.delay)
       release F7
    endif
    
    // Spread out
    if said("spread") or said("spread out") then
       press F9
       wait(var.delay)
       release F9
    
    endif
    
    //Stand closer
    if said("closer") or said("stand closer") then
       press F8
       wait(var.delay)
       release F8
    endif
    
    //Mount horses
    if said("mount horses") then
       press F4
       wait(var.delay)
       release F4
    endif
    
    //Dismount horses
    if said("dismount horses") or said("dismount") then
       press F10
       wait(var.delay)
       release F10
    endif
    
    
    /*
               FIRING ORDERS (F3)
    */
    
    //Hold your fire
    if said("hold your fire") or said("do not fire") or said("hold fire") then
       press F5
       wait(var.delay)
       release F5
    endif
    
    //Fire at will
    if said("fire at will") or said("fire") or said("knock") or said("streach")then
    
       press F5
       wait(var.delay)
       release F5
    endif
    
    //Use only blunt weapons
    if said("use only blunt weapons") or said("capture them") or said("blunt weapons") then
       press F11
       wait(var.delay)
       release F11
    endif
    
    //Use weapons at will
    if said("use weapons at will") or said("take no prisoners") or said("lethal weapons") then
       press F11
       wait(var.delay)
       release F11
    endif
    
    /*
         EXTRAS
    */
    
    
    if said("save") then
       press F12
    endif
  2. The most unforgiving game?

    I did not notice the caravan thingy, until I read about it here on the forums. Without limitless cash, this game is actually pretty damn hard, even with all the «easy» settings.
  3. update to 1.140?

    You can actually apply the patch to steam version, if you unpack it (7-zip) and then overwrite all the files manually. However there are a few files that I do not know what to do with, I'm not sure if I have the languages, but I belive I have all the bugfixes, whatever they might be.

    It may just be me, but I get the feeling many troops have gotten their level increased, this means better overall elite troops. I also think that their wages is increased, either because their level is increased or in addition to this.
  4. How do I make my retarded troops jump of the ladder?

    Proteus 说:
    Steam is Steam and Schnapps is Schnapps :wink:
    It might take some time after the official update of a game,
    till Steam updates its own version of the game

    :wink:


    Aye. I actually downloaded the patch. It would not run, because I have the steam version, so I unpacked the exe and installed it manually, overwriting all the old files. However I found no room for some files, so the game is not fully patched I think. It says 1.139 ingame. However I think I have noted some changes ingame, as the level of some soldiers. But the soldiers still hang around on the ladders, ah well.
  5. How do I make my retarded troops jump of the ladder?

    avien 说:
    avien 说:
    Btw, how do I get the 1.140 patch?
    If you got the game anywhere but Steam or Impulse, head to www.taleworlds.com, click on WFaS, then Downloads and you'll find the patch.

    Thanks, but I have it on steam. It does not update the game however, I even tried and restart steam :sad:




    edit: Spinewire, thanks for the good laugh  :lol:
  6. Nordmenn!

    Norsk!
  7. How do I make my retarded troops jump of the ladder?

    This bug is ruining my game experience right now. I just hope they will fix it soon. Btw, how do I get the 1.140 patch?



    Tip: If you are already inside yourself, you can try hitting «follow me» and then running back and forth along the wall in front of the troops. Then some of them might slip trough this invisible barrier in their path programming.
后退
顶部 底部