CT Chia
Smash Obsessed
I don't really know where I could ask this, but I have a huge request that could help change tournaments. I need a code to automatically save replays without the players having to remember to save the matches. Obviously not every match can be blindly saved, so if some if statements could be used as like limits that would help. Something like
Save the match if:
-# of players is 2 or 4 (so no random 3 for alls are recorded)
-Match is longer than 30 seconds (so no quick restarts r recorded)
-SD Card is present in the Wii
-There is at least x number of blocks free on the SD card
Requirement 2 is really the most important. I suppose 3 is also since the code would have to save to the SD. The wii memory fills up way too fast.
Save the match if:
-# of players is 2 or 4 (so no random 3 for alls are recorded)
-Match is longer than 30 seconds (so no quick restarts r recorded)
-SD Card is present in the Wii
-There is at least x number of blocks free on the SD card
Requirement 2 is really the most important. I suppose 3 is also since the code would have to save to the SD. The wii memory fills up way too fast.