Widescreen Patch for Warusaki3 CVS Characters - Guide
🕑 Added 2022-10-01 15:02:24 +0000 UTCby Beterhans 2022-1
Warusaki3 / 悪咲3号 is a MUGEN Author who create authentic CVS characters
his work is only for WinMUGEN. here is a guide you can follow to make the power bar auto adapt widescreen or narrow screen. and turn on or off AI as a modern 1.1 character.
After patch character will become Mugen 1.1 only
Here is the LINK to his CVS character. (Please apply the patch to latest version, early version may not work)
https://www.mediafire.com/folder/j8srioxidnmi6/CVS
Here is the LINK to patched groove.cns you can overwrite.
https://www.mediafire.com/file/dx911i7hldpu4e7/warusaki3_widescreen_groove.zip/file
Here is the AI ON OFF code you can use to replace the CPU1 2 3 4 one.
;AI用
;AI
[State -1, AI]
type = VarSet
triggerall = !IsHelper
triggerall = RoundState = 2
trigger1 = !var(59) && AILevel
var(59) = 1
[State -1, AI]
type = VarSet
triggerall = !IsHelper
trigger1 = var(59) && !AILevel
var(59) = 0
Comments
I want to ask you where should I use the AI code. What file should I open to replace (what part of the text)?