YesNoOk
avatar

bigportrait in front of the font (Read 2140 times)

Started by Wou Mugen, December 07, 2020, 07:10:40 pm
Share this topic:
bigportrait in front of the font
#1  December 07, 2020, 07:10:40 pm
  • **
  • Progress
  • Divulgação de trabalhos
    • Brazil
is it possible to place the bigportrait in front of the font?
Re: bigportrait in front of the font
#2  December 07, 2020, 07:12:21 pm
  • ***
    • USA
    • https://jthesaltyy.wixsite.com/jthesaltyymugen
The font layerno has to be 0 and the big portrait has to have a layerno of 1
Re: bigportrait in front of the font
#3  December 07, 2020, 07:20:49 pm
  • **
  • Progress
  • Divulgação de trabalhos
    • Brazil
but I couldn't change that.

i'm using ikemen, and i did it


;Name
p1.name.offset = 150,880   ;Position to put name
p1.name.font = 6      ;Set to -1 for no display
p1.name.spacing = 200,-70    ;Space between each name for players on the same team
p1.name.layerno = 0





;Big portraits

p1.face.num = 2
p1.face.layerno = 1
p1.member1.select.snd = 182,0
p1.member1.face.done.anim= 9100
p1.member1.face.anim = 0
p1.member1.face.anim = 182
p1.member1.face.spr = 9000,1
p1.member1.face.offset = 150,850    ;Position to put big portrait
p1.member1.face.scale = .6,.6
p1.member1.face.facing = 1
Re: bigportrait in front of the font
#4  December 07, 2020, 11:08:27 pm
  • ***
mugen screenpack parameters don't support layerno. It's usable only for backgrounds. Ikemen Go doesn't either (at least without editing scripts to render in different order).
Re: bigportrait in front of the font
#5  December 07, 2020, 11:41:09 pm
  • **
  • Progress
  • Divulgação de trabalhos
    • Brazil
where are the scripts in ikemen?
screenpack.lua?
where are the parameters to change this?