| 0x0 || 0x1 || s8 playerCountMin, must be >=0 and <=4.
+
| 0x0 || 0x1 || s8 playerCountMin, must be >=0 and <=max_controllers. Older versions assert when invalid, newer versions clamp the used value to a valid range.
|-
|-
−
| 0x1 || 0x1 || s8 playerCountMax, must be >=1 and <=4.
+
| 0x1 || 0x1 || s8 playerCountMax, must be >=1 and <=max_controllers. Older versions assert when invalid, newer versions clamp the used value to a valid range.