YesNoOk
avatar

ANIMATED PORTRAITS with another code - it should be possible for anyway!!! (Read 3391 times)

Started by Inactive user, August 14, 2018, 09:00:56 am
Share this topic:
ANIMATED PORTRAITS with another code - it should be possible for anyway!!!
#1  August 14, 2018, 09:00:56 am
  • avatar
  • ***
ANIMATED PORTRAITS with another code - it should be possible for anyway!!!



this is the mugen portrait original config.

;---------- Portrait Data ------------
portrait.spr = 9000,0
portrait.offset = -1,-2
portrait.scale = 1,1

;title.offset =160,46
;title.font = 2,1,0           

;Portrait
p1.face.spr = 9000,1
p1.face.offset = 12,50
p1.face.scale = 1,1
p1.face.facing = 1 

p2.face.spr = 9000,1
p2.face.offset = 407,50
p2.face.scale = 1,1
p2.face.facing = -1

;---------------------------------------------------------------------------------


my idea for a config in mugen, i thought could be possible makes the engine reads a command line with animation instead sprites, changing the 9000,1 sprite config to anim = 9001,some programmer can have some good idea to solve it and help us to get more this stunt in the mugen world.

the animated portraits with cursor is a complicated headache.

;---------- Portrait Data ------------

;small portrait
portrait.spr = 9001
portrait.offset = -1,-2
portrait.scale = 1,1

;Big Portrait for animation

p1.face.anim = 9001
p1.face.offset = 12,50
p1.face.scale = 1,1
p1.face.facing = 1 

p2.face.anim = 9002
p2.face.offset = 407,50
p2.face.scale = 1,1
p2.face.facing = -1

;here is where the char sprites for the portrait should be inserted.

[Begin action 9001]    ;big portrait for p1
9001,0,0,0,7
9001,1,0,0,7
9001,2,0,0,7
9001,3,0,0,7

[Begin action 9002]   ;big portrait for p2
9002,0,0,0,7
9002,1,0,0,7
9002,2,0,0,7
9002,3,0,0,7



maybe can be possible another anim to chosen char too.

===================================================================================

give your opinion about like we can to think of something to help it or another code works futurely with a mugen updating.
Re: ANIMATED PORTRAITS with another code - it should be possible for anyway!!!
#2  August 15, 2018, 03:52:05 am
  • ****
  • For the Murder!
IIRC mugen is closed source. Only elecbyte has the source code.
If it was posible to just add things into its internal code, many errors would be fixed before just adding new features.
i. e. There has been this issue with after images being inexplicably tinted red for over a decade or so.
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Re: ANIMATED PORTRAITS with another code - it should be possible for anyway!!!
#3  August 16, 2018, 12:32:28 am
  • avatar
  • ***
IIRC mugen is closed source. Only elecbyte has the source code.
If it was posible to just add things into its internal code, many errors would be fixed before just adding new features.
i. e. There has been this issue with after images being inexplicably tinted red for over a decade or so.

i really didn´t know about it...it´s bad

many features could be added if we can editing the source codes, it looks the end of any updating.