Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 12

Thread: Aspect Ratio

  1. #1

    Default Aspect Ratio

    While waiting for a new KeyClone license, I'm trying out HotKey.Net. One thing I can't seem to get working - aspect ratio.

    I run 3 instances of WoW from a single folder - one at 1120x1200, and the other 2 at 800x600, vertically spaced on the right of the main window. In KeyClone, this all seemed to work out. In HotKey.Net, I can have one aspect ratio or the other, by editing the config.wtf file. Is there a way to get the correct aspect ratio in all windows?

    thx!

  2. #2

    Default

    When you say aspect ratio, do you mean the "Resolution" setting on the in-game Video Settings Panel?
    �Author of HotkeyNet and Mojo

  3. #3

    Default

    I mean the gxResolution line in Config.wtf. What I have to do right now is edit for one aspect ratio (0.933), start my first WoW, then edit for the other aspect ratio (1.33) and start my other two. I've written .bat files that copy a template config.wtf with the correct settings, and run that in the startup hotkey:

    Code:
    <Hotkey Alt Ctrl F1> 
    <SendPC Local> 
    <Run "d:\World of Warcraft\LargeConfig.bat"> 
    <Run "d:\World of Warcraft\WoW.exe"> 
    <RenameWin "World of Warcraft" WoW1> 
    <TargetWin WoW1> 
    <SetWinRect 0 0 1120 1200> 
    <SetForegroundWin> 
    <UpdateWin> 
    <Hotkey Alt Ctrl F2> 
    <SendPC Local> 
    <Run "d:\World of Warcraft\SmallConfig.bat"> 
    <Run "d:\World of Warcraft\WoW.exe"> 
    <RenameWin "World of Warcraft" WoW2> 
    <TargetWin WoW2> 
    <SetWinRect 1120 0 800 600> 
    <SetForegroundWin> 
    <UpdateWin> 
    <Hotkey Alt Ctrl F3> 
    <SendPC Local> 
    <Run "d:\World of Warcraft\SmallConfig.bat"> 
    <Run "d:\World of Warcraft\WoW.exe"> 
    <RenameWin "World of Warcraft" WoW3> 
    <TargetWin WoW3> 
    <SetWinRect 1120 600 800 600> 
    <SetForegroundWin> 
    <UpdateWin>
    so it's all good, just wondering if there was an automatic way to do this, or if others had more elegant solutions.

    thx!

  4. #4

    Default

    Thanks for explaining that. I'm surprised because this seems like an essential thing, and nobody has requested it before.

    What should I add to HotkeyNet to enable this? Three possibilities come to mind:

    1. A command to copy a file.

    2. A command to rename a file.

    3. A command to edit a file by replacing a string of text with another string.

    Do you happen to know how Keyclone handles this?
    �Author of HotkeyNet and Mojo

  5. #5

    Default

    I haven't asked for it because I try to keep my resolutions the same. Since I use PiP and am constantly switching between who is my main, and then having that window become the large one, I don't see a way that WoW could change the resolution on the fly without a console reload.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  6. #6

    Default

    Ah, I see.

    Is it possible that there might be a LUA function for changing resolution on the fly?
    �Author of HotkeyNet and Mojo

  7. #7

    Default

    Here's a WoW function for setting the resolution. Will this do the job?

    SetScreenResolution
    �Author of HotkeyNet and Mojo

  8. #8

    Default

    Sorry to bump an old thread, but this is relevant to what I'm trying to do.
    I'm trying to run a horizontal monitor for 1 client at 1920x1200 and a vertical monitor for 2 clients each at 1200x960.
    I can position them fine, but the 2 clients on the vertical monitor are set to the wrong aspect ratio.
    I would like to find a way for HotKeyNet to change the aspect ratio.

    SetScreenResolution does not work because WoW does not recognize 1200x960 as a valid resolution (not sure why, my system properties sees it fine), and this function only accepts valid resolutions.

    Did you ever put in a way to edit the config.wtf file, Freddie?

    Thanks.

  9. #9

    Default

    I didn't bother doing anything with the file because I thought the function serves the same purpose.

    My in-game resolution list doesn't have 1200 x 960 but it does have 1280 x 1024, and both those resolutions have the same aspect ratio, 5:4.

    I think you could probably get the result you want by setting those clients to 1280 x 1024 with SetScreenResolution and then resizing them with <SetWinRect>.

    By the way, did you try 1200 x 960 in a config file? I would have expected that the file and function recognize the same list of resolutions.
    �Author of HotkeyNet and Mojo

  10. #10

    Default

    As far as I know, you can set whatever number you want in the config file.
    The ingame function accepts an index number, where the number corresponds to the resolutions in your drop down list, so you can't set a custom one.

    I'll try 1280x1024 though, that should work. I should have seen that myself .

    Thanks.

Similar Threads

  1. WMV's and horked aspect ratios?
    By Vyndree in forum Movies
    Replies: 3
    Last Post: 01-30-2009, 07:50 PM
  2. How to fix - Well.. I guess it's aspect ratio
    By iztehzha in forum Software Tools
    Replies: 12
    Last Post: 09-17-2008, 04:37 PM
  3. Maximizer aspect ratio issue
    By moji in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 08-15-2008, 02:00 AM
  4. hunter aspect question
    By Catamer in forum General WoW Discussion
    Replies: 2
    Last Post: 06-12-2008, 01:52 PM
  5. Resolutions, PiP, Aspect Ratios
    By Maz in forum Software Tools
    Replies: 6
    Last Post: 05-15-2008, 04:44 AM

Posting Rules

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