webreg
Apprentice
I've done some additional tests and I think I know whats up with special attacks. As you know, the game checks the state of all the inputs every 30 ms. Let us take Tom's clone for example. Down, back, 1. This is the order of the commands. You must first press down, then back, then 1. If you do it like that, you are not going to drop a special attack. If you ever press a direction and a command at about the same time you play roulette and the result seems to sometimes randomly screw up. Let me explain:
You can't press two buttons at the exactly same time reliably. You have to be accurate to about 1 millisecond. Neither the brain, nor the hands, not even the controller with his mechanic buttons is able to do that. So if you press them seemingly at the same time, they will be at least 5 ms more likely 10 ms or more apart from each other and you have no real control which one you press earlier. For you it seems identical, the PS3 disagrees. For the sake of simplicity let us assume they are pressed within 10 ms of each other.
Back to our 30ms interval at which the commands are evaluated. If you press "back" and "1" at the same time to do a clone you sometimes get the "1" in front of the "back". This is no problem as long as both inputs happen in the same collection cycle of 30ms but if it so happens, that the two inputs get separated into two evaluation cycles, the command will not work.
00ms:Press down
30ms:Collect commands
45ms:Press 1 (player thinks he pressed 1 + back at the same time)
55ms:Press back (player thinks he pressed 1 + back at the same time)
60ms: Collect commands
=clone
10ms:Press down
30ms:Collect commands
55ms:Press 1 (player thinks he pressed 1 + back at the same time)
60ms: Collect commands
65ms:Press back (player thinks he pressed 1 + back at the same time)
90ms: Collect commands
=no clone but something else
In both scenarios the player executed his command EXACTLY the same way but with a different results.
Summary:
- If you press a direction and a button at the same time they will be in a sequence and you can't reliably control the order.
- If the commands are in the wrong order and happen to get separated during evaluation, the command will not work.
- It is a combination of failed execution and "bad luck".
- Make sure you always press buttons after each other.
Theoretical calculation: You are a good player and can press both buttons within 5 ms of each other. Your muscle memory allows you to reliably press them in the right order 9 out of 10 times. Now, the chance of the 5ms falling over the edge of a 30ms cycle are about every fifth time. So about every 50 executions you might screw up your clone or whatever.
Show me a video of training mode, where the commands are listed correctly and the special move didn't work. In that case I shall be instantly convinced and will fall on my knees in awe.
You can't press two buttons at the exactly same time reliably. You have to be accurate to about 1 millisecond. Neither the brain, nor the hands, not even the controller with his mechanic buttons is able to do that. So if you press them seemingly at the same time, they will be at least 5 ms more likely 10 ms or more apart from each other and you have no real control which one you press earlier. For you it seems identical, the PS3 disagrees. For the sake of simplicity let us assume they are pressed within 10 ms of each other.
Back to our 30ms interval at which the commands are evaluated. If you press "back" and "1" at the same time to do a clone you sometimes get the "1" in front of the "back". This is no problem as long as both inputs happen in the same collection cycle of 30ms but if it so happens, that the two inputs get separated into two evaluation cycles, the command will not work.
00ms:Press down
30ms:Collect commands
45ms:Press 1 (player thinks he pressed 1 + back at the same time)
55ms:Press back (player thinks he pressed 1 + back at the same time)
60ms: Collect commands
=clone
10ms:Press down
30ms:Collect commands
55ms:Press 1 (player thinks he pressed 1 + back at the same time)
60ms: Collect commands
65ms:Press back (player thinks he pressed 1 + back at the same time)
90ms: Collect commands
=no clone but something else
In both scenarios the player executed his command EXACTLY the same way but with a different results.
Summary:
- If you press a direction and a button at the same time they will be in a sequence and you can't reliably control the order.
- If the commands are in the wrong order and happen to get separated during evaluation, the command will not work.
- It is a combination of failed execution and "bad luck".
- Make sure you always press buttons after each other.
Theoretical calculation: You are a good player and can press both buttons within 5 ms of each other. Your muscle memory allows you to reliably press them in the right order 9 out of 10 times. Now, the chance of the 5ms falling over the edge of a 30ms cycle are about every fifth time. So about every 50 executions you might screw up your clone or whatever.
Show me a video of training mode, where the commands are listed correctly and the special move didn't work. In that case I shall be instantly convinced and will fall on my knees in awe.