Equipviewer Position

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Support » Equipviewer Position
Equipviewer Position
Offline
Posts: 281
By Galkapryme 2019-10-08 06:25:11  
What is it contingent on? I know the parameters are at the top of the equipviewer.lua, but it's a crapshoot to figure out the right numbers to input to get it to show up onscreen. I got it working on my home computer, but the same numbers don't work on my work computer. So since we can manually resize windows by dragging the corner, I'm wanting to know what the parameters are contingent on? is it the game's aspect ratio? Is there a magic perfect number that will at least make it appear somewhere on the screen?
Offline
Posts: 281
By Galkapryme 2019-10-08 06:25:52  
Code
local default_config = 
{
	position = { 900, 850 },
	color = 0xFFFFFFFF,
	background_color = 0x40000000,
	size = 48
};

local equipViewerConfig = default_config;
 Bismarck.Casnik
Offline
サーバ: Bismarck
Game: FFXI
user: Casnik
Posts: 37
By Bismarck.Casnik 2019-10-08 08:14:28  
you can move it using:

//equipviewer position 1600 820

in game and keep changing the x and y until you're happy with the position. Make it permanent in your init.txt file in your scripts dir.
[+]
Offline
Posts: 281
By Galkapryme 2019-10-08 08:34:13  
Nah...still can't even see it. If I could see where it was, I could move it.
Offline
Posts: 281
By Galkapryme 2019-10-08 08:34:54  
Nevermind. Set it to 100 100. It appeared.
Offline
Posts: 124
By Fayona 2019-10-08 09:50:49  
On my laptop I normally set it 1050 330
Log in to post.