Close
Showing results 1 to 10 of 21

Hybrid View

  1. #1

    Default

    first tried the solution of Khatovar, but it doesnt work
    then i tried mikekim one

    it looked good i changed everything and pressed the hotkey scroll lock
    but i get the information:

    From this pc: <sendwinm hgl1> <keydown D>

    sending to 192.168.xxx.xxx
    sucessfully sent.
    <sendwinm hgl1> failed: could not find window "HGL1"
    <keydown D> failed: no window is targeted

    then same with keyup D


    server and client are connected
    i tried both games with normal screen then with window mode and it dont work
    tried change resolution in script and game, same problem

    hope i get it work anytime
    what do you think is the problem ?

    btw: do i need to copy script from pc to notebook and press scroll lock key too ?

  2. #2

    Default

    ok try it later
    thx for post

  3. #3

    Default

    Hmm still have the same problem

    could not find window
    nothing happen if i press CTRL + R

    and if activated scroll lock key
    my keyboard dont work
    only can use mouse clicks and only on server not on client

    when scroll lock key is activated
    and press CTRL ALT Z for open both games at server, it works on both computers
    Last edited by Scarox : 09-29-2010 at 04:03 PM

  4. #4

    Default

    ACTUALLY SCRIPT:

    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF HGL.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
    <SendPC %1%>
    <Run %2%>
    <RenameTargetWin %3%>
    <RemoveWinFrame>
    <SetWinRect %4% %5% %6% %7%>

    //-----------------------------------------------------------
    // DEFINE A MAIL LABEL FOR EACH HGL
    //-----------------------------------------------------------
    <Label h1 Local SendWinM HGL1>
    <Label h2 192.168.220.103 SendWinM HGL2>
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME ALL OF THE HGL WINDOWS.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn ctrl alt z>
    // ***change the last two values on the line below to match your main screen resolution***
    <LaunchAndRename Local "E:\Hellgate Resurrection\hgllauncher.exe" HGL1 0 0 1280 1024>
    // ***change the last two values on the line below to match your laptop screen resolution***
    <LaunchAndRename 192.168.220.103 "D:\GameZ\Hellgate Resurrection\hgllauncher.exe" HGL2 0 0 1024 768>

    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME HGL'S IF YOU LAUNCH THEM MANUALLY
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
    <SendPC local>
    <RenameWin "Hellgate (x86 DX9)" HGL1>
    <SendPC 192.168.220.103>
    <RenameWin "Hellgate (x86 DX9)" HGL2>

    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO ALL HGLS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, F1-F6, minus, plus, insert, backspace, delete, pgup, pgdn, home, end, enter, oem2, esc, except W, A, S, D, Q>
    //<Hotkey ScrollLockOn AllMainKeys>
    <SendLabel h1, h2>
    <Key %Trigger%>

    <Hotkey ScrollLockOn Shift AllMainKeys; Alt AllMainKeys; ctrl AllMainKeys>
    <SendLabel h1, h2>
    <Key %Trigger%>

    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL HGL'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn up, down, left, right, space, F7-F12, Numpad0 - Numpad9, W, A, S, D, Q>
    <SendLabel h1, h2>
    <Key %Trigger%>
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (top left corner the ¬ key on US Keyboard) WHEN YOU WANT TO BROADCAST.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem3>
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
    <PassThrough>
    <SendLabel h1,h2>
    <ClickMouse %TriggerMainKey%>
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM8 (top left corner the ¬ key on UK Keyboard) WHEN YOU WANT TO BROADCAST.
    //-----------------------------------------------------------
    //<UseKeyAsModifier Oem8>
    //<Hotkey ScrollLockOn Oem8 LButton, MButton, RButton, Button4, Button5>
    // <SendLabel h1,h2>
    // <ClickMouse %TriggerMainKey%>

    allways same problem
    no keys work when scroll lock key is on
    error at HKN:
    SendWinM HGL1 failed: Could not find window "HGL1"
    Key CTRL R failed: no window is targeted

  5. #5

    Default

    Quote Originally Posted by Scarox View Post
    ACTUALLY SCRIPT:
    Key CTRL R failed: no window is targeted
    this might souund like a silly question but...
    do you have the window in focus (ie selected) when pressing crtl &r?

    also let me know what the game window is called, so I can correct the script

  6. #6

    Default

    Quote Originally Posted by mikekim View Post
    this might souund like a silly question but...
    do you have the window in focus (ie selected) when pressing crtl &r?

    also let me know what the game window is called, so I can correct the script
    Hellgate (x86 DX9) is the name of the window
    i have the game window on top/focus and can play, then press ctrl + r and nothing happens

Posting Rules

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