Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 22
  1. #11

    Default

    Quote Originally Posted by 'Morganti',index.php?page=Thread&postID=124626#pos t124626
    Sure. I'm still playing with mine, but it works. I am only broadcasting the keys that I actually use on the alt machines (no failover or anything fancy setup right now...I had all kinds of technical issues even starting, so we've been hammering that out). This is what I have right now:

    Code:
    <Label bean local SendWin "Warhammer: Age of Reckoning, Copyright 2001-2008 
    Electronic Arts, Inc.">
    <Label ender 192.168.1.1 SendWin "Warhammer: Age of Reckoning, Copyright 
    2001-2008 Electronic Arts, Inc.">
    <Label petra 192.168.1.2 SendWin "Warhammer: Age of Reckoning, Copyright 
    2001-2008 Electronic Arts, Inc.">
    
    <HoldDownKey up, down, left, right>
    <SendLabel bean> 
    
    <BroadcastKey 1, 2, 3, 4, 5, 6, 7, 8, 9, 0>
    <SendLabel bean, ender, petra>
    
    <BroadcastKey o, y, p, l, t, a>
    <SendLabel bean, ender, petra>
    
    <BroadcastKey Plus, Minus, Space>
    <SendLabel bean, ender, petra>
    
    <BroadcastKey b, c, d, e, f, g, h, i, j, k, m, n, q, r, s, u, v, w, x, z, Oem2, 
    Oem1, Oem3, Oem4, Oem5>
    <SendLabel bean>
    
    <BroadcastKey f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12>
    <SendLabel bean>
    I tried this script. But it is not working for me. If I focus the HKN window on bean it will broadcast to my 2nd laptop (ender) and I can see the key is sent to WAR (ender). This will also focus WAR window on bean, but no key is sent to WAR (bean). If I focus WAR window and press a key HKN isnt doing anything. What could I try next?

    thanks

    EDIT: It really has only something to do with the WAR window. WAR seems to surpress HKN. When I try with simple notepad windows and I press key in the notepad window HKN captures the key as intendend and sends it to my other notebook

  2. #12

    Default

    Did you change the ip addresses to the appropriate addresses for your machines?
    I never saw a wild thing sorry for itself. A bird will fall frozen dead from a bough without ever having felt sorry for itself.

  3. #13

    Default

    HotkeyNet's script language changed a lot in the last three builds, so old scripts need to be changed. Here's a new script for three Warhammers on three PCs. This requires build 130 or higher.

    You can download here: Download Hotkeynet

    Code:
    //===================================================================
    // Sample HotkeyNet script for three Warhammers on three PCs.
    // Requires HotkeyNet build 130 or higher.
    // For more info, see www.hotkeynet.com 
    //===================================================================
    
    //-----------------------------------------------------------
    // Define labels for the two remote copies
    //-----------------------------------------------------------
    <Label w2 PUT_IP_ADDRESS_HERE SendWin Warhammer>
    <Label w3 PUT_IP_ADDRESS_HERE SendWin Warhammer>
    
    //-----------------------------------------------------------
    // Define hotkeys for keys that get broadcast to all
    // three Warhammers. Use ScrollLockOn so you can toggle
    // these hotkeys off and on by pressing Scroll Lock. 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, F1-F12 except up, down, left, right>
    <PassThrough> 
    <SendLabel w2, w3>
    <Key %Trigger%>
    
    //-----------------------------------------------------------
    // Use MovementHotkey to name movement keys that will
    // get sent to all Warhammers. Add more keys if you want.
    // Use ScrollLockOn so you can toggle these hotkeys off
    // and on by pressing Scroll Lock. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right>
    <SendLabel w2, w3>
    <Key %Trigger%>
    
    //-----------------------------------------------------------
    // Define hotkeys to broadcast mouse clicks with left button
    // and right button. The clicks will get broadcast only when
    // you hold down Oem3 key (on U.S. keyboards, that's the
    // squiggle key in upper left corner).
    //---------------------------------------------------------
    <UseKeyAsModifier Oem3> 
    <Hotkey Oem3 LButton>
    <SendWinM WoW1>
    <ClickMouse LButton> 
    <SendWinM WoW2>
    <ClickMouse LButton>
    
    <Hotkey Oem3 RButton>
    <SendWinM WoW1>
    <ClickMouse RButton> 
    <SendWinM WoW2>
    <ClickMouse RButton>
    �Author of HotkeyNet and Mojo

  4. #14

    Default

    Quote Originally Posted by 'Morganti',index.php?page=Thread&postID=124665#pos t124665
    OEM keys are special keys....open HKN and hit stuff like / and see what HKN calls them (in the upper right corner of HKN it will tell you the names).
    You're right but let me clarify something. All those weird names are Microsoft's names. That's what those keys are called by the Windows API. I could have made up my own names but I thought it was better to use Microsoft's.
    �Author of HotkeyNet and Mojo

  5. #15

    Default

    Thanks for the script. I tried with that one. It is not working for my windows vista 64bit notebook. I tried to XP as server/client and Vista as server/client. XP HKN always sends and receives when WAR is focussed. Vista only sends/receives as long WAR is not focussed. If Vista is the client and WAR not focussed HKN will focus WAR but wont send the hotkey. It works great with eg notepad.

    Should this work or was this never tested with this OS. Or is it rather unlikely that this is an OS related issue?

    Thanks

  6. #16

    Default

    I don't exactly understand the description but it sounds like a privilege problem. HotkeyNet can't see or inject keypresses on Vista if the active application is running at a higher privilege level.

    I suggest running HotkeyNet as administrator on the Vista PC. If that doesn't fix it I'll ask you some questions so I can get a better idea of the problem.

    Quote Originally Posted by 'Barman',index.php?page=Thread&postID=125892#post1 25892
    Should this work or was this never tested with this OS. Or is it rather unlikely that this is an OS related issue?
    Lots of people use HotkeyNet with 64 bit Vista. In fact I have 64 bit Vista myself.
    �Author of HotkeyNet and Mojo

  7. #17

    Default

    EDIT: I was logged in as admin always. Now I created a new admin account. My old user is now a standard account. I started WAR and HKN as admin. Now its working? Sounds strange to me because I had only this one admin account and no other account (I probably should care more for security). Maybe I changed something else as well. However its working now and I am happy ;-)



    Ok, sorry, english is not my first language ;-)

    I run HKN on my Vista Notebook. In the Connection Settings I choose Vista HKN to be the server. I load the script you posted. I adjusted the IP - Address and removed everything that has to do with w3 (I only got 2 machines). I also removed the mouse click related part.
    On my XP notebook I choose XP to be the client and dont load any script.
    Now on both notebooks I bring the Warhammer windows on top (if that is not the correct word: activate or focus?). On the Vista War-Window I press a key, HKN doesnt do anything. Now (still Vista) I bring the HKN window in Warhammer on top. I press a key, the key is sent to the XP client and the XP Warhammer is receiving the key pressed. If I press a key in the XP Warhammer window HKN sends the key to the Vista HKN. HKN is able to bring the Vista Warhammer window on top, but never injects the keypress.

    In the 2nd scenario I choose Vista to be the HKN client and XP to be the HKN server. I exactly got the same issue then.

  8. #18

    Default

    Thanks for the additional info. It's very clear now. It still sounds like a privilege problem to me. I'll try installing Warhammer on 64-bit Vista and see if I can learn something about it.

    "Activate" Warhammer is probably as good a word as any. Actually I don't think there is a perfectly correct word for this, due to changes in Windows over the years. The three terms "activate," "give focus to," and "raise to the foreground" have become pretty complicated. There's a whole chapter about this in the fourth edition of "Programming Applications for Windows" (the standard book on Windows programming from Microsoft) which I think is about 20 pages long!
    �Author of HotkeyNet and Mojo

  9. #19

    Default

    I've tried it. Its a real ballache. The way terrain is designed you constantly get stuck behind objects. No-one has got a mouse hook working yet, so you constantly have to use ultiple mouses to 'unstick' characters.



    If folk are determined to give it a go, Octopus works for keyboard broadcasting. Just turn off Mouse hook, as it will cause you to constantly go into overhead view above your character on your main PC as well as on your clients. (I'm running Octopus as server on a Vista 64 machine and the client(s) on XP, with no other issues).

  10. #20

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=125794#post 125794
    Sample HotkeyNet script for three Warhammers on three PCs.
    any chance you could put together an example script for boxing multiple clients on one PC? the script you posted works great on my network at home, but id like to set up a little two-box group for my notebook while im at work 8) .

    i tried a few suggestions that you posted on other threads, but they seem to force-focus background windows and cause a lot of tabbing, which really isnt playable. im hoping theres a way to set up key passing to background windows without having to bring it into focus? i guess ive been spoiled with the hardware plug-and-play thing. i cant put together a decent script for the life of me. i gave up completely trying to use AHK heh.

Similar Threads

  1. Multi-Instancing With Warhammer and AHK
    By isotope9000 in forum Software Tools
    Replies: 0
    Last Post: 06-02-2009, 05:44 PM
  2. Are you multi-boxing in Warhammer on one machine?
    By Gorthu in forum General WoW Discussion
    Replies: 1
    Last Post: 10-07-2008, 03:51 AM
  3. WARHAMMER
    By Hancock in forum Off-Topic
    Replies: 2
    Last Post: 10-02-2008, 01:41 AM
  4. Warhammer
    By Piros in forum General WoW Discussion
    Replies: 4
    Last Post: 09-09-2008, 01:54 PM
  5. Warhammer
    By Xzin in forum General WoW Discussion
    Replies: 28
    Last Post: 10-11-2007, 09:22 PM

Posting Rules

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