YesNoOk
avatar

Select Screen Stage Font Position (Read 4769 times)

Started by Azul Crescent, August 04, 2016, 09:29:30 pm
Share this topic:
Select Screen Stage Font Position
#1  August 04, 2016, 09:29:30 pm
  • ***
  • ★ Graphical Enthusiast ★
    • Japan
Im using the Valeri Flux SP, and i wanna change the position of the Stage Select Font a bit more to the right, as stages with long names overlap with the already existing Stage Select Font on the Left.

Or, if possible id like to remove or rename the "Stage X" from the start of the stage name. (X being the number of the stage).

Is there anyway to do either of those?



      Posted: August 06, 2016, 09:22:55 am
Really? Over 1000 views and nobody can help me move freaking text on a SP? Or does nobody just care?
Last Edit: August 06, 2016, 07:59:10 pm by SakuraNeko
Re: Select Screen Stage Font Position
#2  August 06, 2016, 09:54:09 am
  • *****
  • Hungry Wolf
  • Aspiring Sprite Animator
    • South Africa
Probably nobody cares. How familiar are you with mugen def files?
Re: Select Screen Stage Font Position
#3  August 06, 2016, 06:54:39 pm
  • ***
  • ★ Graphical Enthusiast ★
    • Japan
Gee...thats pretty sad.

Pretty familiar. Do alot of editing and my mugen is pretty customized.

If someone just tells me what DEF file i need to edit and what line(s), i can easily do this. I've tried looking up tutorials but found nothing concrete.
Re: Select Screen Stage Font Position
#4  August 06, 2016, 07:39:28 pm
  • *****
  • "VS. Style Debuts - CEO"
  • Death is the start of a brand new cycle
    • Brazil
    • Skype - emperorzankuro
    • https://shinzankuro.carrd.co/
System.def

Find the line:

;Stage select
stage.pos = 160,237
stage.active.font = 3,0,0
stage.active2.font = 3,2  ;Second font color for blinking
stage.done.font = 3,0


Just change the values on position.

The "Stage X" can't be removed, unless you are experienced to make images on every letter in fonts.
- Want to commission me for a artwork? Just come here
- Donations is welcome
Re: Select Screen Stage Font Position
#5  August 06, 2016, 07:56:58 pm
  • ***
  • ★ Graphical Enthusiast ★
    • Japan
System.def

Find the line:

;Stage select
stage.pos = 160,237
stage.active.font = 3,0,0
stage.active2.font = 3,2  ;Second font color for blinking
stage.done.font = 3,0


Just change the values on position.

The "Stage X" can't be removed, unless you are experienced to make images on every letter in fonts.

Thank you so much! Worked like a charm.