The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» Chibi Fighter
Hit-Sparks and Lifebar Emptyby falchion22 Today at 6:37 pm

» MMV HALLOWEEN 2024 EVENT - GUARDIAN RELEASED
Hit-Sparks and Lifebar Emptyby wacky me Today at 5:54 pm

» My Youtube Mugen (Pseudoingles)
Hit-Sparks and Lifebar Emptyby pseudoingles Today at 3:53 pm

» Gartanham Multiverse Nerds mugem Videos showcase!!!
Hit-Sparks and Lifebar Emptyby RenatoNat.J Today at 3:40 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Hit-Sparks and Lifebar

Go down 
2 posters
AuthorMessage
koopa901

koopa901


Posts : 51
Join date : 2012-11-04
Age : 37
Location : The Ghetto of The Mushroom Kingdom

Hit-Sparks and Lifebar Empty
PostSubject: Hit-Sparks and Lifebar   Hit-Sparks and Lifebar EmptyNovember 20th 2015, 6:10 pm

Hey gang, how can i disable a chars hitspraks in order to use the one provided with the life bars?
Back to top Go down
Werewood

Werewood


Posts : 5691
Join date : 2014-08-11

Hit-Sparks and Lifebar Empty
PostSubject: Re: Hit-Sparks and Lifebar   Hit-Sparks and Lifebar EmptyNovember 22nd 2015, 5:16 am

The fightfx.sff in the MUGEN lifebars should have group numbers for both hit spark and guard spark.  If you can get the spark numbers then in MUGEN character's CNS file try to look for locate MUGEN code lines:


Code:
;Default hit spark number for HitDefs
sparkno = # ;2 is used by KFM
;Default guard spark number
guard.sparkno = # ;40 is used by KFM

You can try to plug in the spark numbers for the # you find from the MUGEN lifebars' fightfx.sff in the above MUGEN lines of code then.

----------------------------------------------------------------------------------------------

Normally it is used in a MUGEN character's HitDef or Projectile MUGEN state controller.

Please try to locate MUGEN code lines in the MUGEN character's CNS file(s) like these:


Code:
sparkno = S907
guard.sparkno = S908
sparkxy = -10, -85

Then change them to something like this:


Code:
sparkno = -1
guard.sparkno = -1
sparkxy = 0,0

There are also custom hitspraks (especially those Hi-Res ones) that make use of a Helper or Explod MUGEN state controller which is activated during move contacts.  This way you have to look for that one by one then try to disable/remove every one of them by hand.  The MUGEN code for this varies greatly among different MUGEN characters so it cannot be explained here in general though.........
Back to top Go down
https://onedrive.live.com/?cid=7DB65F02B0BBD12E
 
Hit-Sparks and Lifebar
Back to top 
Page 1 of 1
 Similar topics
-
» Lifebar help
» looking for this lifebar
» Z-S Lifebar (1.0/1.1)
» Lifebar Help?
» WHERE CAN I GET THIS LIFEBAR???

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Help-
Jump to: