Changes between Version 8 and Version 9 of DSC/zf_validation
- Timestamp:
- Mar 9, 2014, 1:16:07 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zf_validation
v8 v9 57 57 omf load -i dsc-bot1.ndz -t system:topo:dsc-teamYp 58 58 }}} 59 1. Execute a competitive match and receive at least one packet successfully 59 1. Execute a competitive match and receive at least one packet successfully (note the 20 second match duration option) 60 60 {{{ 61 omf exec system:exp:dsc-match -- --mode COMP --arena PRI 61 omf exec system:exp:dsc-match -- --mode COMP --arena PRI --runtime 20 62 62 }}} 63 63 … … 71 71 1. Execute a cooperative match and receive at least one packet successfully 72 72 {{{ 73 omf exec system:exp:dsc-match -- --mode COOP --arena PRI 73 omf exec system:exp:dsc-match -- --mode COOP --arena PRI --runtime 20 74 74 }}} 75 75 1. After each successful validation, you should receive a confirmation email with the score. Note that you can validate multiple images. … … 136 136 1. For cooperative validation, in the same directory execute: 137 137 {{{ 138 dsc-coop 1 138 dsc-coop 1 139 139 }}} 140 140 1. After every successful validation, you should receive confirmation email with the score. Note that you can validate multiple images. 141 141 1. Do not alter the image in any way (including renaming it) once you have received validation emails for the image you want to use for the final competition. 142 142 1. Fill in the submission form with the image name that was successfully validated (you have to choose one image out of the set that passed the validation procedure) and submit it over email. 143 1. We strongly encourage teams to play at least one match in all 6 possible arenas (each run takes between 6 and 8 minutes depending on the image sizes) i.e.:143 1. We strongly encourage teams to play at least one match in all 6 possible arenas (each run takes between 4 and 8 minutes depending on the image sizes and match duration) i.e. to exercise your image in all 6 arenas with 20 second matches run: 144 144 {{{ 145 dsc-comp1 A146 dsc-comp1 B147 dsc-comp-s 1 A148 dsc-comp-s 1 B149 dsc-coop1150 dsc-coop-s 1145 /usr/local/bin/dsc-comp -r 20 1 A 146 /usr/local/bin/dsc-comp -r 20 1 B 147 /usr/local/bin/dsc-comp -r 20 -s 1 A 148 /usr/local/bin/dsc-comp -r 20 -s 1 B 149 /usr/local/bin/dsc-coop -r 20 1 150 /usr/local/bin/dsc-coop -r 20 -s 1 151 151 }}}