YesNoOk
avatar

Help with Big Portraits (Read 2336 times)

Started by GaziraAgain, June 21, 2024, 12:04:40 am
Share this topic:
Help with Big Portraits
#1  June 21, 2024, 12:04:40 am
  • ****
    • djjosehisterico@gmail.com
I need to separate portraits in 2 parts, first (9030) is the atwork of the character and the second (9032) the small portraits + name fonts. In the select Bg I used a image with layerno = 1 which should go above 9030 and below 9032. I have tried with layerno = 1 and 2 in the 9032 animation but it does not appear correctly. Is it possible to make this layer look above everything?



Here the code that I use:

;Big portraits
p1.face.anim = 9032
p1.face.offset = -1,0
p1.face.layerno = 1
p1.face.facing = 1
p1.face.window = 0,720, 640,720
p1.face2.anim = 9030
p1.face2.offset = -1,0
p1.face2.facing = 1
p1.face2.window = 0,720, 1280,720

p2.face.anim = 9032
p2.face.offset = -1,0
p2.face.layerno = 1
p2.face.facing = 1
p2.face.window = 0,720, 640,720
p2.face2.anim = 9030
p2.face2.offset = 1289,0
p2.face2.facing = -1
p2.face2.window = 0,720, 1280,720

Thank you very much.
Re: Help with Big Portraits
#2  June 22, 2024, 11:09:57 am
  • ****
    • djjosehisterico@gmail.com
I try to separate the names into pX.name.font and doesn't work. I suppose that since the big portraits code is prior to the selectbg definitions it is not possible. I think I will have to sacrifice the lighting to be able to create the portraits...