Jump to content

Event filter data

From Battle Cats Game Modding Wiki

Structure

Y = year M= month D = day H = hour m = minute

  1. Start date as YYYYMMDD
  2. Start time as HHmm
  3. End date as YYYYMMDD
  4. End time as HHmm
  5. Minimum game version
  6. Maximum game version
  7. Platform flag
    • 0 = any,
    • 1 = android (flag & 1 != 0)
    • 2 = iOS (flag & 2 != 0)
  8. Total filtering settings (total number of the below structure):
    1. Is filtering by date enabled?
      • 0 = No
      • 1 = Yes (see below)
        1. Start MMDD
        2. Start HHmm
        3. End MMDD
        4. End HHmm
    2. Filter days count (number of the structure below)
      1. Day number to occur on (1 = first of month, 2 = second of month etc up to 31)
    3. Day of the week bit flags. Each bit enables a different day (first bit set = monday, second bit set = tuesday, etc)
    4. Filter times count (number of the below structure)
      1. Start time in HHmm
      2. End time in HHmm
  9. Total event count (number of the below structure
    1. Event ID