Close
Page 2 of 3 FirstFirst 1 2 3 LastLast
Showing results 11 to 20 of 24

Thread: A big thankyou

Hybrid View

  1. #1

    Default

    Quote Originally Posted by 'Djarid',index.php?page=Thread&postID=43747#post43 747
    Ah, sorry, by didn't work I meant that I was unprepared to play with the skewed aspect, PiP happily transposed the windows
    Yeah i guess thats a matter of personal preference.

    I can run it on my other screen if i would want to, but having all on one screen just works out better for me.

    And besides, IF i need to change windows, its either to read a quest text or my tank is dead.
    In the first case its no big deal, and the 2nd i am screwed anyways ^^
    SingleHelix, DoubleHelix, TrippleHelix, QuadHelix, Sandaleth(70) (4x Shaman 1 x Paladin)
    Current level : 70

    Currently on hold : Sandalith(40), Sandaloth(40), Sandaluth(70), Sandalath(40)
    http://lorune.blogspot.com/

  2. #2

    Default

    for those trying to figure out the aspect ratio issue...

    if you give me the number of wows you'd like to run on the screen, the general layout (column along the right edge, row along the bottom, etc) and the resolution of the screen... then i can try to determine the sizes to give you the proper aspect ratio

  3. #3
    Member BobGnarly's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere out there.
    Posts
    555

    Default

    I, too, am growing pretty fond of this combination. It makes switching mains a snap. Now if I could just decide on some good, but out of the way keybinds. I really liked ALT-F1, F2, F3, F4, until I tried ALT-F4....DUH!

    It seems a few of us have come up with the same window layout (see sig below). I had one in the middle with two on each side before, but really didn't like the squished feel of the main window. While the mega-widescreen main was kind of hard to get used to (seemed like I always was panning up/down), now that I am, I'm really fond of it.

    Thanks again for BOOBS and PIP and a great program all around. :thumbsup:
    No matter where you go, there you are.

  4. #4

    Default

    Howdy Bob,

    let me give a shot at fixing your aspect ratio.. and maybe help the look up/down issue at the same time.
    (before trying any of this.. copy your keyclone.ini file and keep it safe... just copy it back, without keyclone running, to reset back to what you have now)

    ok.. assuming your screen is 2560 x 1600 (whoa!).. let's see what i can do.

    first, to improve the vertical, i'd consider stacking your clones on the right. the trick is, how big would they be. we know the vertical is 1600 tall and there will be 4 clones... that gives us a starting point.
    here's the math:

    clone: w,h (w,400)
    main: w,h (2560 - w, 1600)

    clone aspect ratio: w / 400
    main aspect ratio: (2560 - w) / 1600

    solving for w:
    ----
    w / 400 == (2560 - w) / 1600
    4 * w = (2560 - w)
    5 * w = 2560
    w = 512
    ----
    so... the clones are ( 512,400 ) and your main would be ( 2048, 1600 )

    so, your regions would be as follows:

    main: x,y (0,0) w,h (2048,1600)
    cloneA: x,y (2048,0) w,h (512,400)
    cloneB: x,y (2048,512) w,h (512,400)
    cloneC: x,y (2048,1024) w,h (512,400)
    cloneD: x,y (2048,1536) w,h (512,400)

    post a pic and let me see how it comes out.

  5. #5

    Default

    to make life easier for everyone

    If you want 5 on one 1.6 aspect ratio widescreen monitor and you have the clones stacked vertically on the right / left then the aspect ration for each instance is 1.28

    simply multiply the height of your screen by 1.28 to get the width of your main. Divide the height by 4 for the height of the clones and confirm that the remaining space for the width (screen width / 5) = screen width - main width. Also you can divide the height by 4 then multiply by 1.28 (or multiply the height by 0.32)to get the width of each clone

    19" @ 1440x900 =
    Main: 1152x900 = 1440 * 0.8
    Clones: 288x225 = 1440* 0.2 = 288, 900 / 4 = 225 (225 * 1.28 = 288, 900 * 0.32 = 288)

    22" @ 1680x1050, this is a tricky one because 1050/4 = 262.5 the first value for the height that will give round numbers everywhere is 1000 so
    Main: 1280x1000 = 1680 * 0.8
    Clones: 320x250 = 1000 * 0.32 = 320, 1000 / 4 = 250 (250 * 1.28 = 320, 100 * 0.32 = 320)
    NOTE you will have a 50 pixel strip at the bottom and an 80 pixel strip at the right

    24" @ 1920x1200, back to easy mode
    Main: 1536x1200 = 1920 * 0.8
    Clones: 384x300 = 1200 * 0.32 = 384, 1200 /4 = 300 (300 * 1.28 = 384, 1200 * 0.32 = 284)

    30" @ 2560 x 1600, So jealous!
    Main: 2048x1600 = 2560 * 0.8
    Clones: 512x400 = 1600 * 0.32 = 512, 1200 / 4 = 400 (400 * 1.28 = 512, 1600 * .32 = 512)

    etc

    Here is a spreadsheet to check it out for yourselves http://spreadsheets.google.com/pub?k...Ua48OJTYAyx6eg
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  6. #6
    Member BobGnarly's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere out there.
    Posts
    555

    Default

    Hey Rob,

    Thanks for doing this. I actually tried something like this and really didn't like the outcome before I settled on what I have now. However, since you went through all this trouble, I'll give it a shot tonight and see how it looks - I didn't have quite the same allocations.

    I'll post a screenshot of it. Thanks again!

    Quote Originally Posted by 'keyclone',index.php?page=Thread&postID=44049#post 44049
    Howdy Bob,

    let me give a shot at fixing your aspect ratio.. and maybe help the look up/down issue at the same time.
    (before trying any of this.. copy your keyclone.ini file and keep it safe... just copy it back, without keyclone running, to reset back to what you have now)

    ok.. assuming your screen is 2560 x 1600 (whoa!).. let's see what i can do.

    first, to improve the vertical, i'd consider stacking your clones on the right. the trick is, how big would they be. we know the vertical is 1600 tall and there will be 4 clones... that gives us a starting point.
    here's the math:

    clone: w,h (w,400)
    main: w,h (2560 - w, 1600)

    clone aspect ratio: w / 400
    main aspect ratio: (2560 - w) / 1600

    solving for w:
    ----
    w / 400 == (2560 - w) / 1600
    4 * w = (2560 - w)
    5 * w = 2560
    w = 512
    ----
    so... the clones are ( 512,400 ) and your main would be ( 2048, 1600 )

    so, your regions would be as follows:

    main: x,y (0,0) w,h (2048,1600)
    cloneA: x,y (2048,0) w,h (512,400)
    cloneB: x,y (2048,512) w,h (512,400)
    cloneC: x,y (2048,1024) w,h (512,400)
    cloneD: x,y (2048,1536) w,h (512,400)

    post a pic and let me see how it comes out.
    No matter where you go, there you are.

  7. #7
    Member BobGnarly's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere out there.
    Posts
    555

    Default

    OK, I tried this out tonight. Here's the screenies and some thoughts. Excuse the button layouts and whatnot, they're still configured for the other resolutions.



    This is the "base" setup after I loaded, paladin main with 4 shaman alts to the left as designed.



    This is after I switched with an alt using PIP.

    So, I actually like this more than I thought. I definitely like maintaining the aspect ratio. It was very bad before because I was going from a very wide widescreen to something close to square. That part is pure win, and could be worth the change alone. Not sure how I feel about the clone windows, they are even smaller overall. Of course, that's not of primary importance since you don't do much of consequence in them, but I do still have a few things so hmm.

    I'm going to try it out for a while and see.

    Thanks again for taking the time to do this. I'll let you know what I decide.
    No matter where you go, there you are.

  8. #8

    Default

    yup.. aspect ratios look spot on. what size is your monitor? 30" ?? how well was the PiP swapping working? smooth?

    i'll be interested to hear what you thought of its playability...

  9. #9
    Member BobGnarly's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere out there.
    Posts
    555

    Default

    yeah, it's a dell 30".

    I was actually going to ask you about the PIP performance. It seems to take around 5s sometimes to switch between the windows. Is that something I should just expect because of the size of the monitors, or could there be something else going on?

    I don't remember it being like this before, but it could have been that I was in shat when I was doing this. I'll try it tomorrow somewhere with less lag to see if that could be it.
    No matter where you go, there you are.

  10. #10

    Default

    I had slow performance on Pip for a while, I did the following 3 things ... added another 2Gb (only really got 800Mb though but had them so I put them in), moved from 5 independent wow folders to 1 on its own and 4 using the same DATA folder (huge improvement) and had WM Player (not playing anything) running in the background (to change the media load interval)

    Hey Rob, could you add that feature to Keyclone?

    I now have sub 1 second switching between instances and with the following macro it is awesome (although the leader announcements are getting tiring)

    Code:
    /focus [nomodifier] Ashanav;[mod:shift,mod:ctrl]Ashanaw;[mod:shift,mod:alt]Ashanax;[mod:shift]Ashanay;[mod:ctrl]Ashanaz
    /script PromoteToLeader("focus")
    This macro is bound to the \ key my G- keys and PiP are configured as follows
    G1 - \, Big(1538x1220), Ashanav
    G2 - shift+ctrl+\, 1st (384x300), Ashanaw
    G4 - shift+alt+\, 2nd (384x300), Ashanax
    G5 - shift+\, 3rd (384x300), Ashanay
    G5 - shift+\, 4rd (384x300), Ashanaz

    so I get the party focus made party leader and their instance taking up the primary slot in PiP all from a single press... it Rocks!
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

Similar Threads

  1. thankyou
    By seena in forum General WoW Discussion
    Replies: 14
    Last Post: 12-23-2008, 02:43 PM
  2. A big thankyou
    By Sixpence in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 08-16-2008, 01:26 PM
  3. Thankyou to OzPhoenix - The Caelestraz boxers unite!
    By Simulacra in forum General WoW Discussion
    Replies: 1
    Last Post: 07-14-2008, 08:19 AM
  4. Thankyou for keyclone.
    By shaeman in forum Software Tools
    Replies: 25
    Last Post: 06-28-2008, 06:00 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
  •