problem after coded
|
|
Arceus1 | Date: Monday, 2011-12-12, 9:29 AM | Message # 1 |
Baby
Group: Users
Messages: 17
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
|
After i'm finished coded , this is what happen when i'm test in mugen not from fighter factory
this is my state DEF 152 >>>> so what could it be the problem is ?
;--------------------------------------------------------------------------- ; CGUARDHIT (shaking) [Statedef 152] type = C movetype= H physics = N velset = 0,0
[State 152, 1] type = ChangeAnim trigger1 = Anim != 152 && var(10) = 0 value = 152
[State 150, 2] type = ChangeAnim trigger1 = Anim != 10152 && var(10) = 1 value = 10152
[State 150, 3] type = ChangeAnim trigger1 = Anim != 20152 && var(10) = 2 value = 20152
[State 152, 3] type = ChangeState trigger1 = HitShakeOver value = 152 + 2*(command = "holddown")
[State 152, Hi to Lo] type = StateTypeSet trigger1 = statetype = S && command = "holddown" statetype = C physics = C
[State 152, Lo to Hi] type = StateTypeSet trigger1 = statetype = C && command != "holddown" statetype = S physics = S
[State 152, 4] type = ForceFeedback trigger1 = time = 0 waveform = square time = 4
Message edited by Arceus1 - Monday, 2011-12-12, 9:33 AM |
|
| |
_____kEnt_xD | Date: Monday, 2011-12-12, 4:10 PM | Message # 2 |
The Chosen One
Group: contributor
Messages: 597
Awards: 1
Reputation: 3
Reproofs: 0%
Status: Offline
| Changestate Loops, Some Changestate is Changing over and over, Overall: U screwed all in a changestate.
|
|
| |
sgn_15 | Date: Monday, 2011-12-12, 5:40 PM | Message # 3 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (Arceus1) [State 152, 3] type = ChangeState trigger1 = HitShakeOver value = 152 + 2*(command = "holddown") the code in big font is most likely equalling ZERO. so in effect, while in state 152, you go to state 152 again and again. that is what loop means. it never goes out of state 152
|
|
| |
Arceus1 | Date: Monday, 2011-12-12, 6:24 PM | Message # 4 |
Baby
Group: Users
Messages: 17
Awards: 0
Reputation: 0
Reproofs: 0%
Status: Offline
| Quote (sgn_15) the code in big font is most likely equalling ZERO. so in effect, while in state 152, you go to state 152 again and again. that is what loop means. it never goes out of state 152
i dont get it at all , lol . So i should erase those 2*(command = "holddown") ? %)
Message edited by Arceus1 - Monday, 2011-12-12, 6:26 PM |
|
| |
_____kEnt_xD | Date: Monday, 2011-12-12, 6:26 PM | Message # 5 |
The Chosen One
Group: contributor
Messages: 597
Awards: 1
Reputation: 3
Reproofs: 0%
Status: Offline
| No, Just change it, he already told u why, do u know what Loop means? Im not being rude, i just want to see if u really coding that char.
|
|
| |
sgn_15 | Date: Monday, 2011-12-12, 6:53 PM | Message # 6 |
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
| Quote (Arceus1) i dont get it at all , lol . So i should erase those 2*(command = "holddown") ? wacko let me ask you. why would you use value of Quote (sgn_15) value = 152 + 2*(command = "holddown") for changestate anyway?
explain to me what you are trying to do. because in all honesty, i did not get why there is a command there. you are trying to go to a state which is the value equaling 152 + value of 2 multiplied by command holddown. wtf. just wtf like i said, what were you trying to code
|
|
| |
_____kEnt_xD | Date: Monday, 2011-12-12, 7:01 PM | Message # 7 |
The Chosen One
Group: contributor
Messages: 597
Awards: 1
Reputation: 3
Reproofs: 0%
Status: Offline
| Sng: Seems to me he's leeching something.. how he can use vars and he dont even know what loops means ..
|
|
| |