Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
different resolutions

 
Post new topic   Reply to topic Printable version
 View previous topic  Enter banner. Post :: Post lvz colours  View next topic  
Author Message
D-Anus
Guest


Offline

PostPosted: Fri Oct 21, 2005 12:22 pm    Post subject: different resolutions Reply to topic Reply with quote

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
Back to top
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Fri Oct 21, 2005 2:17 pm    Post subject: Reply to topic Reply with quote

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.
Back to top
View users profile Send private message Add User to Ignore List Send email
Donkano
Server Help Squatter


Gender:Gender:Male
Joined: Jul 02 2003
Posts: 763
Offline

PostPosted: Fri Oct 21, 2005 8:57 pm    Post subject: Reply to topic Reply with quote

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?
Back to top
View users profile Send private message Add User to Ignore List
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Fri Oct 21, 2005 9:53 pm    Post subject: Reply to topic Reply with quote

Yes, it is. But you are also specifying the left edge of the image.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Donkano
Server Help Squatter


Gender:Gender:Male
Joined: Jul 02 2003
Posts: 763
Offline

PostPosted: Fri Oct 21, 2005 11:38 pm    Post subject: Reply to topic Reply with quote

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?
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Sat Oct 22, 2005 1:09 am    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List Send email
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Sat Oct 22, 2005 1:25 pm    Post subject: Reply to topic Reply with quote

if you're using BuildLevel, you can't use +, just do C21, C-100
Back to top
View users profile Send private message Add User to Ignore List AIM Address
D-Anus
Guest


Offline

PostPosted: Sat Oct 22, 2005 4:50 pm    Post subject: Reply to topic Reply with quote

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

Back to top
Default
Server Help Squatter


Age:44
Gender:Gender:Female
Joined: Aug 25 2005
Posts: 286
Offline

PostPosted: Sat Oct 22, 2005 6:56 pm    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Donkano
Server Help Squatter


Gender:Gender:Male
Joined: Jul 02 2003
Posts: 763
Offline

PostPosted: Sat Oct 22, 2005 7:00 pm    Post subject: Reply to topic Reply with quote

Default wrote:
[..]



It is icon.lvz


Capitalization would not matter in filename.
Back to top
View users profile Send private message Add User to Ignore List
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Sat Oct 22, 2005 8:18 pm    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Muskrat
Server Help Squatter


Age:38
Joined: Aug 24 2004
Posts: 829
Location: Swamp
Offline

PostPosted: Sat Oct 22, 2005 8:58 pm    Post subject: Reply to topic Reply with quote

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
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> LVZ/LVL Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 245 page(s) served in previous 5 minutes.

phpBB Created this page in 0.416221 seconds : 37 queries executed (93.2%): GZIP compression disabled