YesNoOk
avatar

vs screen doesn't show portraits (Read 1013 times)

Started by ferretsshadow, May 17, 2011, 04:11:33 pm
Share this topic:
vs screen doesn't show portraits
#1  May 17, 2011, 04:11:33 pm
  • ***
okay I downloaded a new screenpack a few days ago and whenever I get the versus screen before the fight the portraits/names don't appear. anyways, I thought it was a simple fix but no matter what I do in the [vs screen] the portraits won't move (i did manage to get a corner of the portrait to show, but now it's not moving at all). any ideas on what I should do
Last Edit: May 17, 2011, 05:46:44 pm by ferretsshadow
Re: vs screen doesn't show portraits
#2  May 20, 2011, 05:53:16 am
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
There is a lot of things going on, perhaps the portraits are wrongly set, well there many things, perhaps a litlle bit more info will be good to start. Check this part on the system.def file:

;Big portraits
p1.face.offset = 18,13    *this could be the error
p1.face.scale = 1,1  *this could be the error
p1.face.facing = 1
p2.face.offset = 301,13
p2.face.scale = 1,1
p2.face.facing = -1
Re: vs screen doesn't show portraits
#3  May 20, 2011, 10:08:23 am
  • ***
There is a lot of things going on, perhaps the portraits are wrongly set, well there many things, perhaps a litlle bit more info will be good to start. Check this part on the system.def file:

;Big portraits
p1.face.offset = 18,13    *this could be the error
p1.face.scale = 1,1  *this could be the error
p1.face.facing = 1
p2.face.offset = 301,13
p2.face.scale = 1,1
p2.face.facing = -1

my system.def has this:

[VS Screen]
time = 550

fadein.time = 20
fadeout.time = 50

match.text = "Versus"
match.offset = 320,470
match.font = 2,0,0
match.layerno = 1


p1.offset =  220,470
p2.offset = 610,475
p1.facing = 1
p2.facing = -1
p1.scale = 1,1
p2.scale = 1,1

-----------------------------------------------------------------------------
tried with your code and it did nothing???
Last Edit: May 20, 2011, 10:14:11 am by ferretsshadow
Re: vs screen doesn't show portraits
#4  May 21, 2011, 08:39:54 am
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
You know what "ferretsshadow" i guess is the sprite, check the pcx assigned to the versus screen, maybe there is a pcx on top of that that blocks the portraits, or you can pass me the "screenpack," to check it, and may be fix it for you.....
Re: vs screen doesn't show portraits
#5  May 21, 2011, 11:46:16 pm
  • ***
You know what "ferretsshadow" i guess is the sprite, check the pcx assigned to the versus screen, maybe there is a pcx on top of that that blocks the portraits, or you can pass me the "screenpack," to check it, and may be fix it for you.....


it's that new blazeblue one that's out.  I'm currently editing it so I can still have all my characters, lifebars, etc. but as I said before the versus screen is last thing to do
Re: vs screen doesn't show portraits
#6  May 22, 2011, 02:19:46 am
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
Downloading... let me see
Re: vs screen doesn't show portraits
#7  May 22, 2011, 03:01:11 am
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
I've got it (well I think so), go to this part of the system.def file and look for the versus screen codes, it shows like this:

[VS Screen]
time = 550

fadein.time = 20
fadeout.time = 50

match.text = "Versus"
match.offset = 320,470
match.font = 2,0,0
match.layerno = 1

p1.spr = 9000,0 <------Look, it uses sprites 9000, 0 which are most of the time used as the lifebars and select sprites.
p2.spr = 9000,0
p1.offset =  -364,65
p2.offset = 328,65
p1.facing = 1
p2.facing = 1
p1.scale = .5,.5
p2.scale = .5,.5


*Try changing the name of the sprites or edit the screen pack. Yu can use the char it comes with to check those things.
Re: vs screen doesn't show portraits
#8  May 22, 2011, 04:04:19 am
  • ***
man I'm not good with sprites or I would  :(
Re: vs screen doesn't show portraits
#9  May 22, 2011, 07:28:02 am
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
Ok, i will show you the way.... look, go again to the file I show you and change the 9000,0 column to 9000,1 and that's it my friend, the only problem is that it will show a regular portrait.....
Re: vs screen doesn't show portraits
#10  May 23, 2011, 08:01:30 am
  • ***
awesome, thanks to you my mugen is now complete  ;D

Re: vs screen doesn't show portraits
#11  May 23, 2011, 09:50:50 am
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
 :sugoi: Congratulations my friend, hope you make a badass screenpack, hope I'm mentioned on it, hahahaha. Glad it worked out.