nohumanman / descenders-modkit

Scripts for modding and a server-driven split timer system for Descenders
https://modkit.nohumanman.com
GNU General Public License v3.0
4 stars 0 forks source link

Requests should be made to verify runs. #27

Closed nohumanman closed 11 months ago

nohumanman commented 11 months ago

When a new run comes in, it should be verified.

The verification should be done by

  1. Going to the time ({normal_url}/time/12381092378)
  2. Downloading the replay
  3. Watching the replay through (maybe sped up)
  4. Setting verified to true (there should also be details in here such as world name, start speed, version, etc)

The verification should be prompted by a message in the descenders discord that links to the time url.

nohumanman commented 11 months ago

This is implemented in beta, the time page needs improvement

nohumanman commented 11 months ago

Implemented functionally and improvement is tasked in #40