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
» MMV CHRISTMAS EVENT - ORION ( Jack Kirby's Version) from DC COMICS
Common character errors and the fixes Emptyby skhsato123 Today at 1:32 am

» --> [SPAM GAME] - Alphabet Soup! <--
Common character errors and the fixes Emptyby Shining Yesterday at 11:14 pm

» Ralaco's Mugen Combat
Common character errors and the fixes Emptyby crosspotts1.0 Yesterday at 10:24 pm

» --> [SPAM GAME] - Word Association Game <--
Common character errors and the fixes Emptyby crosspotts1.0 Yesterday at 10:21 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Common character errors and the fixes

Go down 
4 posters
AuthorMessage
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Common character errors and the fixes Empty
PostSubject: Common character errors and the fixes   Common character errors and the fixes EmptySeptember 14th 2018, 11:33 pm

Hello MMV

The purpose of this post is to provide the MMV community with common errors on characters, along with the fixes. If you have a common error along with the fix please feel free to post it here.

This is another project of mine that will take a while to build a good database. I've been wanting to start this for a long time. I'm just starting the thread now with a couple recent errors with characters that I have been shown along with how to fix them. I will add more soon, as I probably have a few more of these error and fixes ready to copy paste from helping via private message.


Please always backup your character before modifying it


Error:
Characters can attack before the round.



The fix:
Statedef 190 (or one of the intro states) has:
ctrl=1  <---------- change this to 0 to remove control as you should never have control on an intro

Another place this can be is in the character's CNS or the common1.cns file:
Statedef 5900
ctrl=1  <---------- change this to 0 to remove control as you should never have control before an intro



Error:
When attacking in air the players air velocity stops


The Fix:
You will have to do this for every jumping attack move that sets velocity to 0

; Jump Light Punch
; CNS difficulty: easy

[StateDef 600]
type = A
movetype= A
physics = A
juggle  = 1
velset = 0,0   <---- remove this code as it stops the player from moving while in air
ctrl = 0
anim = 600
poweradd = 20
sprpriority = 2


Last edited by thatguy on September 15th 2018, 12:21 am; edited 1 time in total
Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Common character errors and the fixes Empty
PostSubject: Re: Common character errors and the fixes   Common character errors and the fixes EmptySeptember 15th 2018, 12:20 am

And a couple more just for fun...

Error:
Character walks on air, and doesn't fall to ground.


The Fix:
Add to this code to your character's statedef -2

;Are you floating?
[State -2, 0000]
type = ChangeState
triggerall = pos y < 0  ; when above ground level
triggerall = vel y = 0  ; and velocity is 0
trigger1 = time >= 1
value = 50     ; go back to jump state



Error:
Character can juggle hits underground.


The Fix:
Add this code to your character's statedef -3

;Prevent Undergound Juggles
[State -3, 0000]
type= targetbind
trigger1= movehit=1
trigger1= numtarget=1 && numenemy
trigger1= (target,time<=1) && (target,ID=enemynear,ID); this is just to prevent Simul issues as usual
trigger1= !(target,hitshakeover) && (target, hitfall) && (target, pos y>0)
pos= ceil(p2dist x), ceil(-pos y); keeps P2 at the same horizontal distance, but resets his Y position
ignorehitpause= 1
Back to top Go down
Shining

Shining


Posts : 4805
Join date : 2013-03-26
Age : 44
Location : Italy

Common character errors and the fixes Empty
PostSubject: Re: Common character errors and the fixes   Common character errors and the fixes EmptySeptember 15th 2018, 11:55 am

Useful advices
Thanks a lot
Back to top Go down
LESSARD

LESSARD


Posts : 2220
Join date : 2016-06-19
Age : 44
Location : In your wildest mugen Dreams

Common character errors and the fixes Empty
PostSubject: Re: Common character errors and the fixes   Common character errors and the fixes EmptySeptember 15th 2018, 2:35 pm

Its a great job what you doing in this section, keep that spirt bro. Once more I say you are part of the forum spirit... Common character errors and the fixes 670481599
Back to top Go down
yolomate

yolomate


Posts : 7415
Join date : 2013-06-17
Age : 47

Common character errors and the fixes Empty
PostSubject: Re: Common character errors and the fixes   Common character errors and the fixes EmptySeptember 15th 2018, 5:46 pm

need more teachers here!! and you are great! Common character errors and the fixes 670481599 Common character errors and the fixes 670481599 Common character errors and the fixes 670481599 Common character errors and the fixes 670481599
Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Common character errors and the fixes Empty
PostSubject: Re: Common character errors and the fixes   Common character errors and the fixes EmptySeptember 15th 2018, 7:52 pm

Thanks everyone for the support and kind words  Very Happy  I am always willing to teach what I know.

I will continue adding to this in the future yes yes yes
Back to top Go down
Sponsored content





Common character errors and the fixes Empty
PostSubject: Re: Common character errors and the fixes   Common character errors and the fixes Empty

Back to top Go down
 
Common character errors and the fixes
Back to top 
Page 1 of 1
 Similar topics
-
» Dynatron's bug exterminator guide: avoiding common coding errors
» MUGEN 2018 Character Edits & Fixes!!!
» Chun-li and Avalanche keep getting errors
» [MUGEN 1.1] Dream World - Antinomy of Common Flowers stage released by nomucoke on 2017-12-29
» Chun-Li (Alpha) by Nexus Gaming; UPDATE/FIXES by gui0007

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