View Single Post
Old 10-02-2007, 12:00 AM   #14
Ziroc
Ironworks Webmaster

     
     Bow to the Meow

 

Join Date: January 4, 2001
Location: Lakeland, Florida
Age: 52
Posts: 11,732
Default Re: tall walls extended

I don't know if a template exists for the GUI, but if one can be made--like a grid or something, it would help out how we can change the view window--make it bigger, etc... (based on the code below)

Code:
//DLD Starting x,y where text messages will be written to
TEXTBOX = 18,328
DEFAULT_MENU_HORZ = 14,460
DEFAULT_MENU_VERT = 200,200
DEFAULT_MENU_TEXTBOX = 200,328
PARTYNAMES = 18,18,275,18
LOCATIONTEXT = 275,280
VERSIONTEXT = 280,301
BIGPICSIZE = 14,16,622,304
TEXTBOX_LINES = 6
 
HORZ_BAR_TOP = 0,0
HORZ_BAR_MIDDLE = 2,309
HORZ_BAR_BOTTOM = 0,444
VERT_BAR_LEFT = 0,0
VERT_BAR_MIDDLE = 258,2
VERT_BAR_RIGHT = 626,0
VIEWPORT_FRAME = 34,40
VIEWPORT_FRAME_SRC = 0,0,204,239
VIEWPORT_FRAME_OFFSET = 417,-19 //in character view
VIEWPORT_RECT = 48,54,224,265
VERT_BAR_LONG = 1,1,13,457
VERT_BAR_SHORT = 21,1,32,323
//VERT_BAR_LONG_2 = 29,1,43,457
HORZ_BAR_LONG = 0,0,636,14
HORZ_BAR_LONG_2 = 0,14,636,28
HORZ_BAR_LONG_3 = 0,28,636,43

Also, are these numbers based on the 640 res or not? just need to understand the grid.
Ziroc is offline   Reply With Quote