• Welcome, Guest. Please login.
 
September 21, 2024, 07:38:09 AM

News:

Anyone found direct-linking to our files will be perma-banned. Click here for more info.


[HI-RES SCREENPACK] JoJo's Bizarre Adventure

Started by Kung Fu Man, April 02, 2009, 02:41:14 PM

Previous topic - Next topic

Kung Fu Man






http://randomselect.piiym-net.com/
Hosted -> Hosted Screenpacks -> Screenpacks

What is this?
-A screenpack modelled after JoJo's Bizarre Adventure, the PSX and Arcade versions of the game

Why no music?
-At this time I couldn't get music to work like it should :| Blame mugen for having crappy plugin support.

Will you make a version for regular mugen?
-Survey says no.

Are there any interactive parts ofr the screenpack?
-Well, you can get "PERFECT" to show up and "DRAW" to have audio in the events they come up. To get this feature
to be compatible with your characters, do the following:
*Find StateDef -3 and copy the code below into the character

[State 170, 1]
type = Explod
triggerall = Time = 112
triggerall = WinPerfect
triggerall = StateNo = [180,189]
trigger1 = !NumPartner
trigger2 = NumPartner
trigger2 = ID < Partner, ID
trigger3 = NumPartner
trigger3 = ID > Partner, ID
trigger3 = Partner, Life = 0
anim = F7777
postype = Left
pos = 160,0
scale = .5,.5
ontop = 1

[State 170, 1]
type = PlaySnd
triggerall = Time = 118
triggerall = WinPerfect
triggerall = StateNo = [180,189]
trigger1 = !NumPartner
trigger2 = NumPartner
trigger2 = ID < Partner, ID
trigger3 = NumPartner
trigger3 = ID > Partner, ID
trigger3 = Partner, Life = 0
value = F7777,0

[State 170, 0]
type = PlaySnd
triggerall = Time = 132
triggerall = DrawGame
triggerall = Facing = 1
triggerall = StateNo = [170,179]
trigger1 = !NumPartner
trigger2 = NumPartner
trigger2 = ID < Partner, ID
trigger3 = NumPartner
trigger3 = ID > Partner, ID
trigger3 = Partner, Life = 0
value = F7777, 90

It might need some tweaking for characters with more complex winpose states/lose states, but for the vast majority of characters this will work.

-I don't like the fact you used mugen's default sparks and sounds! >:(
Then use your own. Just remember if you do, copy over all the sprites and the anim for 7777 in the fightfx files and the 7777 sound pair in common.snd
if you plan to use the above features.

Enjoy!