Close
Page 1 of 5 1 2 3 ... LastLast
Showing results 1 to 10 of 44
  1. #1

    Default HotkeyNet and Age of Conan

    I just tested HotkeyNet with Age of Conan. They work fine together except the current version of HKN can't send to AoC while AoC is in the background. If AoC is in the background, HKN will bring it forward before sending. Here are some examples that show how to set up HKN for two copies of AOC.

    Code:
    //----------------------------------------
    // SAMPLE LABELS
    //----------------------------------------
    <Label aoc1 Local SendWin "Age of Conan">
    <Label aoc2 192.168.1.102 SendWin "Age of Conan">
    
    //----------------------------------------
    // SAMPLE MOVEMENT KEYS
    //----------------------------------------
    <HoldDownKey up, down, left, right>
    <SendLabel aoc1, aoc2>
    
    //----------------------------------------
    // SAMPLE BROADCAST KEYS
    //----------------------------------------
    <BroadcastKey 1, 2, 3>
    <SendLabel aoc1, aoc2>
    
    //----------------------------------------
    // SAMPLE CHAT COMMAND
    //----------------------------------------
    <Hotkey F1>
    <SendWin "Age of Conan">
    <Key Enter><Text /say hi><Key Enter>
    �Author of HotkeyNet and Mojo

  2. #2

    Default

    Cool - right now I have to play on two different computers to run two characters but I am trying to set up a second one on my main computer. I am having issues starting two instances of AoC up though. I installed them into different directories (Funcom and Funcom 2) from scratch (no copying of folders etc.) The first one starts fine...if I start the second one..it just keeps rerunning the patcher over and over...I even got the error "you can only run two instances from different installations) even though both came from different installations...any idea what I can do?
    4 x Shaman Army plus Death Knight: Allokra (39), Bllokra (35), Dllokra (35), Ellokra (34), and Fllokra (60) (Frostmourne US Horde)
    1 x Mage (51), 2 x Shadowpriests (50 and 45), and 2 x Death Knight (58) (Boulderfist US Alliance)
    4 x Death Knight (60, 60, 58, 58) and 1 x Druid (64)
    1 x Rogue (62), 1 x Warrior (63), 2 x Druid (64, 67), 1 x Deathknight (60) (Boulderfist US Alliance)
    1 x Hunter (70), 1 x Rogue (70), 2 x Druid (64, 67), 1 x Warlock (70) (Boulderfist US Alliance).

  3. #3

    Default

    I don't know because when I started to install a second copy I got a warning message, "A previous installation of Age of Conan has been detected. It is strongly recommended that you uninstall the old version before you proceed." This made me think that a second install might screw things up and I would have to uninstall and start from scratch. Since the first install took over three and a half hours, I just couldn't face the thought of having to do it over.
    �Author of HotkeyNet and Mojo

  4. #4

    Default

    Thanks, I just figured it out. Like I said, I installed the second copy from scratch into another directory. I can run the first one without problems...however, the only way I got the second copy to work was by loading the "Patcher Setup" file in the second AoC directory. I managed to run both instances on one comp in windowed mode. At medium settings it is actually decent FPS (30-45). Thanks for your software - I was hesitant to use it (oh noes - learning something new to use) but it was pretty easy. You had a warning in your sample that stated that it can't send the keystrokes to a background window...the noob that I am...I thought that meant that you can't really utilize the program the way I did with AHK...but it works the same way...just that once I activate the script in AoC1 - it permanently jumps to AoC2 as the active window.
    4 x Shaman Army plus Death Knight: Allokra (39), Bllokra (35), Dllokra (35), Ellokra (34), and Fllokra (60) (Frostmourne US Horde)
    1 x Mage (51), 2 x Shadowpriests (50 and 45), and 2 x Death Knight (58) (Boulderfist US Alliance)
    4 x Death Knight (60, 60, 58, 58) and 1 x Druid (64)
    1 x Rogue (62), 1 x Warrior (63), 2 x Druid (64, 67), 1 x Deathknight (60) (Boulderfist US Alliance)
    1 x Hunter (70), 1 x Rogue (70), 2 x Druid (64, 67), 1 x Warlock (70) (Boulderfist US Alliance).

  5. #5

    Default

    Great, those instructions will help. I put that warning there because normally (with other games) HKN can send keystrokes to windows while they remain in the background, without activating them, but that doesn't work with AoC. As for bringing the second window to the foreground and leaving it there, HKN has a <Restore> command that automatically puts the first window back. But unfortunately <Restore> can only be used with HKN's "old" method of defining hotkeys, not the new method I used in the sample. (The new method requires a lot less typing.) I haven't finished adding the new method to the program yet, that's why it's limited in that way.
    �Author of HotkeyNet and Mojo

  6. #6

    Default

    My next project was trying to run a third instance of the game on my main computer...I can pull all three up in windowed mode and I would like to play my main on my main monitor and then split the other two on my second monitor...I used to do it with WOWmaximizer in WOW but how can I do it with Age of COnan. I was searching for some file in the AoC directory where I could force it to a smaller setting but didnt find anything. Any idea how I can do the same splitting as in WOW?
    4 x Shaman Army plus Death Knight: Allokra (39), Bllokra (35), Dllokra (35), Ellokra (34), and Fllokra (60) (Frostmourne US Horde)
    1 x Mage (51), 2 x Shadowpriests (50 and 45), and 2 x Death Knight (58) (Boulderfist US Alliance)
    4 x Death Knight (60, 60, 58, 58) and 1 x Druid (64)
    1 x Rogue (62), 1 x Warrior (63), 2 x Druid (64, 67), 1 x Deathknight (60) (Boulderfist US Alliance)
    1 x Hunter (70), 1 x Rogue (70), 2 x Druid (64, 67), 1 x Warlock (70) (Boulderfist US Alliance).

  7. #7

    Default

    I can't find AoC's stored screen resolution info either. Maybe somebody on the AoC forums knows where AoC puts it.
    �Author of HotkeyNet and Mojo

  8. #8

    Default

    Turns out you can resize AoC's window with an ordinary resize command. For example, with HotkeyNet, you can do it like this:

    Code:
    <Hotkey F1>
    <TargetWindow "Age of Conan">
    <SetWinSize 960 800>
    That automatically adjusts the resolution of the 3D part of the screen (the landscape and characters). However it doesn't adjust the size or position of the interface doodads (hotbar, map, etc.). I can't find a way to adjust the size and position of the doodads. But the results aren't too bad if you set AoC's default resolution to the smallest possible size with AoC itself before you change anything with a third-party program.

    I tried removing the window frame and caption with HotkeyNet's RemoveWinFrame command:

    Code:
    <Hotkey F1>
    <TargetWindow "Age of Conan">
    <RemoveWinFrame>
    This works but unfortunately it causes AoC to position interface doodads incorrectly so some get cut off and others float inside the window. It's sort of workable but imperfect.
    �Author of HotkeyNet and Mojo

  9. #9

    Default

    Any chance of getting a "from-scratch" guide to running multiple instances of AoC? I'm *really* interested in running 6 ToS
    "Tact is for those that lack the wit for sarcasm."
    _________________________________________

  10. #10

Similar Threads

  1. Age of Conan is now available for pre-order
    By Temor in forum General WoW Discussion
    Replies: 26
    Last Post: 05-22-2008, 09:20 AM
  2. Age of Conan: Permission
    By Darthane in forum General WoW Discussion
    Replies: 1
    Last Post: 05-14-2008, 11:22 AM
  3. Warhammer or Age Of Conan
    By Gambler1971 in forum General WoW Discussion
    Replies: 16
    Last Post: 05-05-2008, 04:05 AM
  4. Age of Conan?
    By geoffdavison in forum General WoW Discussion
    Replies: 3
    Last Post: 03-31-2008, 02:41 PM
  5. Age of Conan
    By unit187 in forum General WoW Discussion
    Replies: 4
    Last Post: 10-12-2007, 05:09 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
  •