Server Help

LVZ/LVL Questions - different resolutions

Anonymous - Fri Oct 21, 2005 12:22 pm
Post subject: different resolutions
ok i put up some lvz for enterbanner and a zone icon under the data in the right upper corner. but if you change resolution the icon is gone and the enterbanner changes position. can some1 tell me how to keep them in place even when ppl change resolution

ty

D-Anus
Mine GO BOOM - Fri Oct 21, 2005 2:17 pm
Post subject:
LVZ have fancy offset features, such as doing C-40 puts an image in the middle. Post your ini file and the resolution it works best in, and someone will most likely be able to point you in the correct direction very quickly.
Donkano - Fri Oct 21, 2005 8:57 pm
Post subject:
Mine GO BOOM wrote:
LVZ have fancy offset features, such as doing C-40 puts an image in the middle. Post your ini file and the resolution it works best in, and someone will most likely be able to point you in the correct direction very quickly.


I never did understand LVZ coordinates.

In my mind that C-40 is Center of screen -40 pixels.

So wouldn't that be 40 pixles to the left of the center of the screen?
Cyan~Fire - Fri Oct 21, 2005 9:53 pm
Post subject:
Yes, it is. But you are also specifying the left edge of the image.
Donkano - Fri Oct 21, 2005 11:38 pm
Post subject:
Cyan~Fire wrote:
Yes, it is. But you are also specifying the left edge of the image.


So, what would it be if I wanted it 100 pixels above center and 21 pixels to the right for instance?
Mine GO BOOM - Sat Oct 22, 2005 1:09 am
Post subject:
Donkano wrote:
So, what would it be if I wanted it 100 pixels above center and 21 pixels to the right for instance?

To place the center of the image there:
C+21-(Image Width/2), C-100-(Image Height/2)

To place the upper-left corner of the image there:
C+21,C-100
Bak - Sat Oct 22, 2005 1:25 pm
Post subject:
if you're using BuildLevel, you can't use +, just do C21, C-100
Anonymous - Sat Oct 22, 2005 4:50 pm
Post subject:
ok maybe im stupid, but i want a zone-icon just under the data bar with freq, bnty etc. i did just what you guys say. but it still doesnt show up right on different resolutions.

here is my .ini

Code: Show/Hide
Outfile=Icon.lvz

File=TBZ.jpg

[objectimages]
IMAGE0=TBZ.jpg,1,1

[screenobjects]
C480,C-360,IMAGE0,TopMost,ShowAlways


Default - Sat Oct 22, 2005 6:56 pm
Post subject:
D-Anus wrote:
ok maybe im stupid, but i want a zone-icon just under the data bar with freq, bnty etc. i did just what you guys say. but it still doesnt show up right on different resolutions.

here is my .ini

Code: Show/Hide
Outfile=Icon.lvz

File=TBZ.jpg

[objectimages]
IMAGE0=TBZ.jpg,1,1

[screenobjects]
C480,C-360,IMAGE0,TopMost,ShowAlways



It is icon.lvz
Donkano - Sat Oct 22, 2005 7:00 pm
Post subject:
Default wrote:
[..]



It is icon.lvz


Capitalization would not matter in filename.
Bak - Sat Oct 22, 2005 8:18 pm
Post subject:
don't use C.

use B for the right side of the screen and don't use any letters for the top of the screen offset
Muskrat - Sat Oct 22, 2005 8:58 pm
Post subject:
Default:
Code: Show/Hide
; no prefix - upper left corner of screen
; prefix C - screen center
; prefix B - bottom-right corner
; prefix S - stats box lower right corner
; prefix E - below energy bar/spec data  <---this one
; prefix G - top right corner of specials
; prefix F - bottom right corner of specials
; prefix W - top left corner of weapons
; prefix V - bottom left corner of weapons
; prefix T - top left corner of chat
; prefix R - top left corner of radar
; prefix O - top left corner of radar text
; note that x and y can have different prefixes, R-10,B-10 for example

All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group