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

    Default

    ok try this addition to the script (paste in before the key definitions)
    Code:
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME HGL'S IF YOU LAUNCH THEM MANUALLY 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
        <SendPC local>
            <RenameWin "rename this to whatever the window title of the game is called" HGL1> 
    <SendPC 192.168.0.25>
            <RenameWin "rename this to whatever the window title of the game is called" HGL2>
    launch the game manually on both machines and press "ctrl + r" (with scroll lock on)

  2. #12

    Default

    ok try it later
    thx for post

  3. #13

    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. #14

    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. #15

  6. #16

    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

  7. #17

    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

  8. #18

    Default

    try this

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

  9. #19

    Default

    i dont know if you have seen this on their site...

    IAHGames will suspend online multiplayer service for Hellgate: London’s Alliance Server at 1200 hrs (GMT+8) on 21st October 2008. The suspension of service will allow IAHGames, Flagship Studios, and other involved parties to reassess the situation before moving forward.

  10. #20

    Default

    Quote Originally Posted by mikekim View Post
    i dont know if you have seen this on their site...

    yeah its only at europe and american server
    i play on korean server and there the game is relaunched and updated

    try now your post

Posting Rules

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