
Originally Posted by
raikoug
1600x900 is totally wrong, I posted the right numbers, in the fullscreen post of Nilly, maybe you only stole the first page ^^
if you want to adjust "your" fullscreen hack for 1600*900 here the right values:
Side Bar
Code:
findproperty QName(PackageNamespace(""), "scaleX")
pushdouble 1.29
initproperty QName(PackageNamespace(""), "scaleX")
findproperty QName(PackageNamespace(""), "scaleY")
pushdouble 1.29
initproperty QName(PackageNamespace(""), "scaleY")
findproperty QName(PackageNamespace(""), "x")
pushint 943
initproperty QName(PackageNamespace(""), "x")
findproperty QName(PackageNamespace(""), "y")
pushint -86
initproperty QName(PackageNamespace(""), "y")
text box
Code:
findproperty QName(PackageNamespace(""), "scaleX")
pushdouble 1.2
initproperty QName(PackageNamespace(""), "scaleX")
findproperty QName(PackageNamespace(""), "scaleY")
pushdouble 1.2
initproperty QName(PackageNamespace(""), "scaleY")
findproperty QName(PackageNamespace(""), "x")
pushint -395
initproperty QName(PackageNamespace(""), "x")
findproperty QName(PackageNamespace(""), "y")
pushint -50
initproperty QName(PackageNamespace(""), "y")
Code:
findproperty QName(PackageNamespace(""), "width")
pushint 1600
initproperty QName(PackageNamespace(""), "width")
findproperty QName(PackageNamespace(""), "height")
pushint 900
initproperty QName(PackageNamespace(""), "height")
findproperty QName(PackageNamespace(""), "x")
pushint -560
initproperty QName(PackageNamespace(""), "x")
findproperty QName(PackageNamespace(""), "y")
pushint -240
initproperty QName(PackageNamespace(""), "y")
Sometime you could say "thanks to someone for posting code i use for hack", I rabcdasm your and it's nilly code... still don't understand leechers.
Hmm, I would disagree (with the code).
1.29 scale for 1600x900 will not reach from top to bottom.
The original res is 800x600, we use the height to determine the scale to avoid a gap either above or below the sidebar.
The scale for 1920x1080 would be found by dividing 1080 by 600, which gives 1.8 (which matches the value Nilly gave).
Now apply the same to any other resolution....
1600x900 -> 900/600 = 1.5
1366x768 -> 768/600 = 1.28
A scale of 1.29 should be for a resolution of X by 774 not 1600 by 900.
EDIT: What I just said is invalid if you don't run in fullscreen (true fullscreen) and instead have toolbars e.t.c cutting off bits.
But who does that...
Text box/guild/fame/rank scales is preference I guess.
That last piece of code is for the loading screen, which most people disable.