YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.


GOLDEN_EMPEROR is Offline
Contact GOLDEN_EMPEROR:

GOLDEN_EMPEROR

User

Messages by GOLDEN_EMPEROR

    

Re: My char controls itself after the first round

 April 25, 2018, 06:50:36 pm View in topic context
avatar  Posted by GOLDEN_EMPEROR  in My char controls itself after the first round (Started by GOLDEN_EMPEROR April 25, 2018, 01:57:33 am
 Board: M.U.G.E.N Development Help

There is a kinda obvious typo in the code.  Shame on someone.

Go to goenitz.cns and find this

Code:
[State OFF]
type = VarSet
trigger1 = roundstate>2
trigger2 = !alive
trigger3 = stateno = 5500
v = 59
value = 1
ignorehitpause = 1
persistent = 1

It should be value = 0, not 1.

Thank you very much this worked perfectly
    

Re: My char controls itself after the first round

 April 25, 2018, 04:54:35 pm View in topic context
avatar  Posted by GOLDEN_EMPEROR  in My char controls itself after the first round (Started by GOLDEN_EMPEROR April 25, 2018, 01:57:33 am
 Board: M.U.G.E.N Development Help

This is what I found but I'm not sure if it's what you meant:

;Desolating storm
[State -1, Desolating storm]
type = ChangeState
value = 12050
triggerall = command = "Desolating_storm"

;Hammer of Raijin
[State -1, Hammer of Raijin]
type = ChangeState
value = 2700
triggerall = command = "Hammer_of_Raijin"
triggerall = statetype != A
trigger1 = ctrl
trigger2 = stateno = 973
trigger2 = time = [90,230]
triggerall = var(50) = 0

;Storm_Mirror
[State -1, Storm_Mirror]
type = ChangeState
value = 12000
triggerall = command = "Storm_Mirror"
triggerall = power >= 2000
trigger1 = ctrl
triggerall = statetype != A
trigger2 = stateno = 201
trigger2 = movehit = 1
trigger3 = stateno = 211&& animelem = 4, <= 4
trigger3 = movehit = 1
trigger4 = stateno = 231
trigger4 = movehit = 1
trigger5 = stateno = 241
trigger5 = movehit = 1
trigger6 = stateno = 410
trigger6 = movehit = 1
trigger7 = stateno = 411
trigger7 = movehit = 1
    

My char controls itself after the first round

 April 25, 2018, 01:57:33 am View in topic context
avatar  Posted by GOLDEN_EMPEROR  in My char controls itself after the first round (Started by GOLDEN_EMPEROR April 25, 2018, 01:57:33 am
 Board: M.U.G.E.N Development Help

I recently downloaded this char: FINAL GOENITZ, it's great by the way but I have a problem, when round 2 starts, my char starts controlling itself moving on its own and I completely loose control of it so it becomes CPU vs CPU I can't solve it this is the char download link: https://mega.nz/#!5opRiBRQ!EQDOYtPsv_2r4KYZaaMTeGDj7ZZgwN-Q5PZuMJIjvhM   I really hope someone can help me.