YesNoOk
avatar

Adjusting the default character cells (No, not adding more/changing size ect) (Read 1530 times)

Started by PandaBot2001, September 22, 2020, 11:04:56 pm
Share this topic:
Adjusting the default character cells (No, not adding more/changing size ect)
#1  September 22, 2020, 11:04:56 pm
    • UK
Is it possible to change which cell the cursor falls on when first loading the fighter select menu?
I recently compiled a load of fighters and they have a lot of empty slots, so the cursor starts on an empty, locked cell.
Re: Adjusting the default character cells (No, not adding more/changing size ect)
#2  September 22, 2020, 11:41:41 pm
  • ****
    • crepa.neocities.org
yes, in system.def:

p1.cursor.startcell = 0,0
p2.cursor.startcell = 0,4

the numbers are [row,column], starting from 0 (so third row would be 2).