ok, first of all i need to explain why is my intenction persist on winmugen...
i have a life, a work and an hobby... the hobby is mugen, and i use much of my time on yhis... i created my personal version of marvel versus dc, and i have to thank all character creators in the mugen univers... i reach the point.. all most beautiful character are low resolution... and low resolution in 2011 is not very beautiful to see... i mean, is retro... i like it... but much of those in mugen 1.0 becomes a bunch of pixels... in winmugen the filters help the situation... i use the bilinear... because smooth a little the graphic... sincerely i don't understand why a good stable winmugen must surclassed by force by the new mugen 1.0 only because the new one is new... personally i use mugen 1.0 for the hd mugen and win mugen for the low res... i can't play in a windows of 14 inch in a corner of the monitor because the low res character explode in pixels on my face in full screen!!!... so.. i still serch for a module of conversion of the low res characters...
is not my work i have to thank techy121 ^:)^for this... is a little tutorial that can allow some character to work in winmugen... not all.
----------------------------------------------------------------------------------------
character.def:
changed:
mugenversion = 1.0
to:
mugenversion = 11,01,2001
character.cmd:
changed:
[State -1, AI Activation]
type = varset
triggerall = AILevel > 2
triggerall = (roundstate = 2) && (var(59) = 0)
trigger1 = Random <= ((AILevel-2)*100)
v = 59
value = 1
[State -1, AI Deactivation]
type = varset
triggerall = AIlevel < 7
triggerall = var(59) = 1
trigger1 = Random > ((AILevel-2)*100)
trigger2 = roundstate != 2
v = 59
value = 0
to:
[State -1, AIactivate]
type = VarSet
triggerall = var(59) != 1
triggerall = RoundState != 3
trigger1 = command = "cpu1"
trigger2 = command = "cpu2"
trigger3 = command = "cpu3"
trigger4 = command = "cpu4"
trigger5 = command = "cpu5"
var(59) = 1
Added this to start of CMD for AI activate to work:
;-| AI Commands |----------------------------------------------------------
[Command]
name = "cpu1"
command = B+D+F+U,~D,~32222D,x,x,x,x,x,x
time = 1 ;-2
[Command]
name = "cpu2"
command = B+D+F+U,~D,~32222D,a+b+c+x+y+z+s
time = 1 ;-2
[Command]
name = "cpu3"
command = D,D,U,U,F,F,B,B,a+b+c+x+y+z+s
time = 1 ;-2
[Command]
name = "cpu4"
command = B,D,F,D,F,D,B,D,B,a+b+c+x+y+z+s
time = 1 ;-2
[Command]
name = "cpu5"
command = B+D+F+U,~D,~32222D,a,a,a,a,a,a
time = 1 ;-2
----------------------------------------------------------------------------------------------------------------
some character don't work simply appliyng this procedure
like the new snakeeyes or prime sentinel....
so i hope someone of you can help to see the point...
i don't want to start flame at all... anyone can play in his way, simply someone think like me, someone else not.
so, enjoy not hate please!