007
Posts : 250 Join date : 2012-06-13 Age : 28 Location : No One Knows
| Subject: Help on Two Bugs on Flash March 28th 2016, 4:49 am | |
| | |
|
btony89
Posts : 2134 Join date : 2015-06-04 Location : México
| Subject: Re: Help on Two Bugs on Flash March 28th 2016, 5:39 am | |
| The first bug is mostly a char defect than a bug, since this happens too with joker by sic-1, looks like he does not have an animation when he is touched by fire, the second looks like the taunt makes him invencible, i dont know why this happens sometimes, but i guess this one actually has a solution, but for the first one it would be necessary to create a new animation of being burned, since it looks like the author forget that state. | |
|
Werewood
Posts : 5691 Join date : 2014-08-11
| Subject: Re: Help on Two Bugs on Flash March 30th 2016, 8:17 am | |
| OK is it the "Flash New 52 Patch" from this MMV topic please? http://mugenmultiverse.fanbb.net/t5139-flash-new-52-patch If so, then: => some animations has issues 1) Taunt state animation is lacking of some collision boxes (blue boxes) Try to open "DCTemplate.air" with some text editor and change the following lines from: - Code:
-
; Taunt [Begin Action 195] 210,0, 0,0, 3, 220,2, 0,0, 65, to this: - Code:
-
; Taunt [Begin Action 195] Clsn2Default: 4 Clsn2[0] = 19, -30, 33, 4 Clsn2[1] = -32, -94, 19, 4 Clsn2[2] = -4, -108, 14, -95 Clsn2[3] = 20, -79, 45, -66 210,0, 0,0, 3, 220,2, 0,0, 65, 2) Burned animation doesn't have the correct burned sprite (currently using a stickman sprite) Try to open "DCTemplate.air" with some text editor and change the following lines from: - Code:
-
; Burned [Begin Action 7697] Clsn2: 2 Clsn2[0] = -4, -60, 35, -26 Clsn2[1] = -36, -84, 4, -54 7697,0, 0,0, -1, to this: - Code:
-
; Burned [Begin Action 7697] Clsn2: 2 Clsn2[0] = -4, -60, 35, -26 Clsn2[1] = -36, -84, 4, -54 5030,0, 0,0, -1, * please note that this is a temporary fix; it still needs Sic-1 (Flash New 52 creator) to make a correct burned sprite...... Afterwards, the two (2) MUGEN bugs you mentioned shall be fixed: - in case imgur not working for you...:
| |
|
007
Posts : 250 Join date : 2012-06-13 Age : 28 Location : No One Knows
| |
Sponsored content
| Subject: Re: Help on Two Bugs on Flash | |
| |
|