Mugen Null Edits

In MUGEN (the 2D fighting game engine), a "null edit" refers to a character, stage, or screenpack modification where the creator starts from a nearly empty (null) template and adds only minimal, placeholder, or "vanilla" assets, often for testing or conceptual purposes.

However, in community slang, "null edits" more often describes:

Some well-known examples include:


If you run a MUGEN collection or a public "full game" (a curated roster for friends or download), you will eventually need to protect against Null Edits. There is no perfect defense, but you can harden your characters.

; Null character .cns file excerpt
[Statedef 0]
type = S
movetype = I
physics = S
ctrl = 1
[State 0, Null Stand]
type = Null
trigger1 = 1

The type = Null state controller in MUGEN literally does nothing – perfect for null edits. mugen null edits


Contrary to popular belief, not every Null Edit is a malicious, game-crashing monster. They fall into several categories:

Super moves are usually triggered with complex commands like ~D,DF,F,x or F,D,DF,x.
Delete all of those blocks. In MUGEN (the 2D fighting game engine), a

The MUGEN community has a long-standing, unwritten code of conduct regarding null edits. Breaking it can get you blacklisted from major sharing hubs.