Maintaining Vars thru Rounds
|
|
MGSSJ2 | Date: Wednesday, 2009-12-09, 9:09 PM | Message # 1 |
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
| Is there any way to hold a var between rounds?
|
|
| |
buy | Date: Thursday, 2009-12-10, 4:45 PM | Message # 2 |
Angel
Group: Administrators
Messages: 1243
Awards: 2
Reputation: 14
Status: Offline
| I've read somewhere that you cannot do it. It would be nice to create better AI and all. The AI would be able to learn on the first round and beat its opponent on the second. Maybe this will be possible on the new mugen.
|
|
| |
MGSSJ2 | Date: Thursday, 2009-12-10, 7:09 PM | Message # 3 |
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
| Wait, you can! I figured out a way to do so. You have to set the power of the char to a x value, then set a varset state at the start of the round 2 that recognizes the power level, and that sets the var to the previous value. However, you shall set power to 0 after this...
|
|
| |
asrwgm | Date: Thursday, 2009-12-10, 11:12 PM | Message # 4 |
Archangel
Group: contributor
Messages: 1794
Awards: 6
Reputation: 30
Reproofs: 0%
Status: Offline
| You can do it but I dunno how. If you look at Archer by Kuri, he has a move where he chants 7 phrases in order. If he has chanted 3 phrases in the first round, then when he goes to the second round, the chants automatically starts from the 4th phrase. I just dunno how to code that
|
|
| |
MGSSJ2 | Date: Thursday, 2009-12-10, 11:30 PM | Message # 5 |
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
| My power method seems convincent (the power var is not... resetted? between rounds), but I don't think Archer used it... I think this somehow has something to do with the State 5900, where are these VarRangeSet SCtrls, but I don't know how it works...
|
|
| |
asrwgm | Date: Thursday, 2009-12-10, 11:33 PM | Message # 6 |
Archangel
Group: contributor
Messages: 1794
Awards: 6
Reputation: 30
Reproofs: 0%
Status: Offline
| How about creating a ParentVar?
|
|
| |
MGSSJ2 | Date: Thursday, 2009-12-10, 11:52 PM | Message # 7 |
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
| Quote (V-Nix) How about creating a ParentVar? ? Anything to do with helpers?
|
|
| |
asrwgm | Date: Friday, 2009-12-11, 0:26 AM | Message # 8 |
Archangel
Group: contributor
Messages: 1794
Awards: 6
Reputation: 30
Reproofs: 0%
Status: Offline
| Well, I havent quite understood the whole ParentVar thing, nor archer's coding.
|
|
| |
buy | Date: Friday, 2009-12-11, 4:28 PM | Message # 9 |
Angel
Group: Administrators
Messages: 1243
Awards: 2
Reputation: 14
Status: Offline
| If elecbyte could make these codes easier for everybody it'd be great. Some things are so hard to do that only few people can. I can only hope that you succeed.
|
|
| |