Close
Showing results 1 to 4 of 4
  1. #1

    Default need help for dualbox DCUO

    Hello, i try to dual box DCUO with hotkeynet, here is my sript :
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH DCUOS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey NumLockOn A-Z, 0-9, Space, Plus, Minus, F1-F12 except Z, S, D, Q>
    <SendLabel w1, w2>
    <Key %Trigger%>


    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH DCUO'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey NumLockOn Z, S, Q, D, up, down, left, right>
    <SendLabel w1, w2>
    <Key %Trigger%>

    but "space" don't work, and for movement "up,down,left,right" only work for the open window, and "z,s,d,q" don't work at all.
    Can someone help me ?
    Sorry for my bad English!

  2. #2

    Default

    I don't have experience with DCUO but I would start by changing the up, down, left, right. I think they need capitals so Up, Down, Left, Right. I would also take off the NumLockOn and see if that makes any difference. It's hard to say more without seeing the rest of you script. Your mailing labels for example.

  3. #3

    Default

    Greetings

    Is that your whole script Listed if so your missing a few things, here an example of basic Tri-Box setup I use
    I use 3 pc's




    //-----------------------------------------------------------
    // PRESS CTRL-ALT-X TO RENAME LOTRO'S AFTER LAUNCH
    //-----------------------------------------------------------
    <Hotkey ALT Ctrl X>
    <SendPC Local><RenameWin "The Lord of the Rings Online™" "LOTRO">
    <SendPC 192.168.x.xx><RenameWin "The Lord of the Rings Online™" "LOTRO">
    <SendPC 192.168.x.xx><RenameWin "The Lord of the Rings Online™" "LOTRO">


    //-----------------------------------------------------------
    // PRESS CTRL-ALT-R TO RESET LOTRO'S AFTER LAUNCH
    //-----------------------------------------------------------
    <Hotkey ALT Ctrl R>
    <Sendpc local><RenameWin "LOTRO" "The Lord of the Rings Online™">
    <SendPC 192.168.x.xx><RenameWin "LOTRO" "The Lord of the Rings Online™">
    <SendPC 192.168.x.xx><RenameWin "LOTRO" "The Lord of the Rings Online™">

    <Label w1 Local SendWinMF LOTRO>
    <Label w2 192.168.x.xx SendWinMF LOTRO>
    <Label w3 192.168.x.xx SendWinMF LOTRO>

    // ----------------------------------------------------------------------------
    //Toggles HKN for ease; turns off the broadcast and Window Tracking on a Toggle
    // ----------------------------------------------------------------------------


    <hotkey Pause>
    <sendpc local>
    <ToggleHotkeys>


    //=====================Movement================//


    <MovementHotkey capsLockOn W, A, S, D, Q, E>
    <SendLabel w1, w2,w3 >
    <Key %Trigger%>


    <MovementHotkey Q,E,up, down, left, right>
    <SendLabel w2,w3>

  4. #4
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Some games require that they're in focus in order to receive input, and unless HKN has a feature to make the game window believe that it's actually in focus (I don't know if it does), then I am not sure it's going to work for you.
    Do not send me a PM if what you want to talk about isn't absolutely private.
    Ask your questions on the forum where others can also benefit from the information.

    Author of the almost unknown and heavily neglected blog: Multiboxology

Posting Rules

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