Re: Sex MUGEN 2.0
All of the characters have their moves listed in a .txt file. Usually something that starts with cmd***.txt. All you have to do is open that file in notepad or whatever else of the like and look at it. Very near the beginning you will see a list of definitions like this (taken from a kuromaru):
;■指定方法:「command = ###」という風に入れます。
; ###に下記のキーを組み合わせ入力するコマンドを設定してください。
;
; 方向キー: B, DB, D, DF, F, UF, U, UB (全て大文字で)
; B=Back(後)・D=Down(下)・F=Forward(前)・U=Up(上)になっています。
;
; ボタン : a, b, c, x, y, z, s (全て小文字で)
That tells you what the directions are, and the buttons that are used.
Further down the list you will see the moves themselves listed and they would look something like (taken from same character):
[Command]
name = "41236a"
command = ~B, DB, D, DF, F, a
time = 20
After that, it is literally just a matter of trial and error (and possibly having a super meter requirement for some moves) to see what you want to do.