Quote:
My brain can't seem to wrap around this, so I would like some assistance.
I don't know what to put for my setup:
Two 1680x1050 20.1 in monitors, secondary to the left of the main, maximum of 4 wows. Main on main monitor, and 3 alts on the left like zanthor's seup.
Any help would be appreciated. (and the windows not distort)
Zanthor's setup is already showing its age, and hes been busy so he hasnt gotten it updated I guess ;)
So here's what to do. If you're using Zanthor's multi.iss, replace it with this:
Code:
function main(int clients)
{
while ${Sessions} < ${clients} - 1
waitframe
variable int nSession
nSession:Set["${Session.Right[-2]}"]
run autolayout 4 outer left
/* Setup Hotkeys */
switch ${nSession}
{
case 1
globalbind is${nSession}_key "Ctrl+F1" "windowvisibility foreground;relay all press Ctrl+F1"
proc 1 on 2 on 3 on 4 on
break
case 2
globalbind is${nSession}_key "Ctrl+F2" "windowvisibility foreground;relay all press Ctrl+F2"
proc 1 on 2 on 3 on 4 on
break
case 3
globalbind is${nSession}_key "Ctrl+F3" "windowvisibility foreground;relay all press Ctrl+F3"
proc 1 on 2 on 3 on 4 on
break
case 4
globalbind is${nSession}_key "Ctrl+F4" "windowvisibility foreground;relay all press Ctrl+F4"
proc 1 on 2 on 3 on 4 on
break
case 5
globalbind is${nSession}_key "Ctrl+F5" "windowvisibility foreground;relay all press Ctrl+F5"
proc 1 on 2 on 3 on 4 on
break
}
/* Launch Repeater */
run repeater
ui -load skins/wowskin/wowskin
ui -load -skin WoWSkin repeater
}
I ripped out his window positioning, and set it to use autolayout from the new WindowSnapper -- you will need to download the new version of that and probably want the new repeater (the ones in his zip are old).
You want space for 4 windows, so that's where the 4 comes in in the run autolayout line. Outer means it's going to be on the outside of your monitor instead of making room on the inside, and Left means you want them on the left of your main window.
If you're not using his setup that's fine, you just need to run that command in each session (whether it is automatic or not).
p.s. For those looking for PiP in EverQuest II or Lord of the Rings Online, an Inner Space update today makes them work. YMMV with EQ2 (by its design). LOTRO has a "feature" where it likes to reposition the window, so that's annoying when you set the main window size, but WindowSnapper and Repeater (and ClickBoxer, etc since that's built with the same things Repeater is built with, just with a GUI) work:
http://www.lavishsoft.com/wiki/image...RO_EQ2_WoW.jpg
LOTRO bottom left, EQ2 next to it, WoW main. WindowSnapper autolayout.