Sakazuki updated to ver.0.99 by 基準点 on 2017-09-12:- in case imgur not working for you...:
=> to disable auto MUGEN A.I., open config&AI.cns and change this
:
-from:
- Code:
-
[Statedef -3]
[State -1, AI起動スイッチ]
Type = VarSet
Trigger1 = 1 ;1でAI即起動
V = 59
Value = 1
IgnoreHitPause = 1
-to:
- Code:
-
[Statedef -3]
[State -1, AI起動スイッチ]
Type = VarSet
Trigger1 = 1 ;1でAI即起動
V = 59
Value = 0
IgnoreHitPause = 1
=> I don't know but it looks like 基準点 has forgotten to make the MUGEN human player be able to walk......in this MUGEN case you may want to add the MUGEN walk Commands back to sakazuki.cns like this:
- add this lines of MUGEN code to the [Statedef 20]
:
- Code:
-
[State 20, 1]
type = VelSet
trigger1 = command = "holdfwd"
x = const(velocity.walk.fwd.x)
[State 20, 2]
type = VelSet
trigger1 = command = "holdback"
x = const(velocity.walk.back.x)
Download Sakazuki ver.0.99 by 基準点 from here
: https://ux.getuploader.com/kijuntenMUGEN/download/15
* download password is "mugen" without """".