YesNoOk
avatar

Coruscation Problem (Read 524 times)

Started by Omegalord99, December 10, 2008, 04:49:15 am
Share this topic:
Coruscation Problem
#1  December 10, 2008, 04:49:15 am
  • avatar
  • **
I'm using the standard one. But i want to remove slots. I tried to make blanks in the select.def but i can still see i have boxes leftover. How would i make these boxes disappear?. I tried Rows and Columns didn't turn out the way i planned it :(.
Re: Coruscation Problem
#2  December 10, 2008, 06:07:38 am
  • avatar
  • **
Check to see if the boxes are in the sprites.
Apples are good m'kay?
Re: Coruscation Problem
#3  December 10, 2008, 10:06:11 pm
  • avatar
  • **
Its not
Re: Coruscation Problem
#4  December 11, 2008, 12:19:44 am
  • ****
  • English fluency I am swear!
    • Canada
I think there's something in the system.def that can help you.
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Coruscation Problem
#5  December 11, 2008, 12:47:32 am
  • avatar
  • **
Its row's/columns.

Rows is how many lines going down there is, columns is how many slots right to left there are in each row.
If you change the number of rows you can add or reduce the number of lines. To remove the last row for example you change it number from 7 to 6.
By changing the columns you reduce or increase the characters slots in each row.

Apples are good m'kay?
Re: Coruscation Problem
#6  December 11, 2008, 07:48:36 am
  • ****
  • English fluency I am swear!
    • Canada
I think there's something that can enable the visiblity of empty boxes.
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Coruscation Problem
#7  December 11, 2008, 01:18:23 pm
  • ***
you darn right it is.........

;-------------------------------------------------------------------
;Character select definition
[Select Info]
fadein.time = 10
fadeout.time = 10
rows = 7
columns = 22
wrapping = 1              ;1 to let cursor wrap around
pos = 3,262            0;Position to draw to
showemptyboxes = 0        ;1 to show empty boxes

this can be found in your system text.........make sure that it is 0 instead of 1..... 8)