Overview
Filter Conditions
In the SDVX module, you can use the -f <filter condition>
parameter to filter score data. Multiple filter conditions can be combined using spaces.
Supported Filter Conditions
Radar
notes
peak
tsumami
tricky
hand_trip
one_hand
Clear Type
- Single type:
spuc
,puc
,uc
,hc
,nc
,played
,noplay
- Range: Use
-
to connect (e.g.:hc-spuc
)
Note: When using the
puc
filter, S-PUC scores will also be included.
Grade
- Single grade:
s
,aaa+
,aaa
,aa+
,aa
,a+
,a
,b
,c
,d
- Range: Use
-
to connect (e.g.:aaa-s
)
Difficulty Level
- Single difficulty: Numbers from 1 to 20
- Difficulty range: Use
-
to connect (e.g.:17-19
)
Example
/vf -f notes peak hc-spuc noplay aaa-s 19 20 16-18
This will filter scores that meet the following conditions:
- Radar max value is
note
orpeak
- Clear type is
spuc
,puc
,uc
,hc
, andnoplay
- Grade is
s
,aaa+
,aaa
- Difficulty level is
16
,17
,18
,19
,20