YesNoOk
avatar

Walking Friction Smoke??? (Read 1649 times)

Started by BoyBoyz, September 22, 2018, 05:04:58 pm
Share this topic:
Walking Friction Smoke???
#1  September 22, 2018, 05:04:58 pm
  • ***
Hi, I can't seem to figure out why my character has smoke coming out from the ground even when he walks (other characters don't). I've tried modifying all the normal data in the main .cns, but nothing works! Nothing seems abnormal in the common.cns also.
Last Edit: October 06, 2018, 04:45:27 pm by BoyBoyz
Re: Walking Friction Smoke???
#2  September 22, 2018, 05:25:09 pm
  • ****
    • crepa.neocities.org
Probably because your movetype is wrong. Go to your state 20 (walk state), or if you don't have it, create one (copy state 20 from common1.cns), and change this:

[Statedef 20]
type = S
physics = S
movetype = H <--- replace H for I
sprpriority = 0
Last Edit: September 22, 2018, 05:56:16 pm by DeathScythe
Re: Walking Friction Smoke???
#3  September 22, 2018, 06:08:12 pm
  • ***
Omg yes!! Awesome thank you!!
Re: Walking Friction Smoke???
#4  September 28, 2018, 09:18:24 am
  • ***
Hmm.. tried that but still no use... i wonder whats the issue
Re: Walking Friction Smoke???
#5  September 30, 2018, 07:45:24 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Do you have anything under state -2 thats using the type = makedust sctrl? You can search through all your files for that. Its possible your base has that code in use


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Walking Friction Smoke???
#6  October 02, 2018, 03:48:01 am
  • *****
  • Shame on you!
    • USA
Search all your cns files for
type = MakeDust
and edit them.
vVv Ryuko718 Updated 10/31/22 vVv
Re: Walking Friction Smoke???
#7  October 05, 2018, 06:50:15 am
  • ***
Nope theres no makedust or whatever dust in any cns! Im guessing it may be the super armor code, something to do with the physics maybe, but ill have to test that later when im home.
Re: Walking Friction Smoke???
#8  October 05, 2018, 02:42:41 pm
  • *****
  • Shame on you!
    • USA
You even looked in the cns files in /Data/ ?
What animation is it using?
vVv Ryuko718 Updated 10/31/22 vVv
Re: Walking Friction Smoke???
#9  October 05, 2018, 05:36:15 pm
  • ***
Its using the standard animation 20. Ok ill try looking in the data folder for anything!
Re: Walking Friction Smoke???
#10  October 06, 2018, 04:45:15 pm
  • ***
Solved - correct, it was the super armor's movetype = H problem.  Changed to movetype = I to solve it.