helldivers-2 / json

A set of JSON files for developing applications with Helldivers 2
MIT License
9 stars 9 forks source link

added globalEvents flags json and documentation md file #45

Closed DetKewlDog closed 3 months ago

DetKewlDog commented 5 months ago

Figured this out using @jgaribsin 's globalEvents historical dump a while ago but I've noticed it's still not in this repo. Thought I might as well add it myself :)

// status endpoint
{
  // ...
  "globalEvents": [
    {
      "eventId": 1499087,
      "id32": 0,
      "portraitId32": 0,
      "title": "BRIEFING",
      "titleId32": 2908633975,
      "message": "...",
      "messageId32": 46181626,
      "race": 1,
      "flag": 1, // <-- This is the flag value i documented
      "assignmentId32": 2311178494,
      "effectIds": [],
      "planetIndices": []
    }
  ],
  // ...
}
chatterchats commented 5 months ago

Please modify jrd.tree to include the update file. I also recommend adding pages to your fork repo to test your changes to the documentation

dealloc commented 3 months ago

@DetKewlDog how comes we closed this PR? some small changes and I feel this could've been ready to merge

DetKewlDog commented 3 months ago

Couldn't find the time to work on it and I didn't want it to stay open for no reason :(