Ashfire's Mirror

Hawken

Welcome to the Hawken section of the mirror.

Forums archives

Patch archive

Archive of all known patches released for Hawken on PC.

Hawken Tracker database archives

This project of mine ran from 2014-05-18 to 2016-01-24, and was intended to be used for leaderboards and match tracking.
The original backup of the database is available below.
Please note, the script is intended to be run from the default postgres database, and will create the target database itself, as hawkentracker.

Revised backup

In 2024, I took another look at the tracker database and made a collection of fixes to make it easier to pull interesting statistics from.
The original database went through several changes during it's life, and the data was not updated to be consistent for future use.
I created a script to clean up the data and make several corrections, which is below.

A summary of the changes made are as follows:

  1. Create indexes on matches, players, match_players, and polls to support ranging by first_seen/last_seen (or start and end, for polls)
  2. Backfill end on polls, using start and time_elapsed
  3. Merge overlapping polls records into single records that cover the whole range
  4. For first_seen/last_seen in players, matches, and match_players, set the timestamps to exactly match the startof the relevant polls records
    (This was implemented later in the project, but was never applied to the existing data. This change allows using polls start timestamps to range against these tables.)
  5. Backfill players_updated, players_added, matches_updated, and matches_added on polls
    (This was implemented later in the project, but was never applied to the existing data.)


If you need to contact me, I can be reached at @ashfire908 on Discord (I'm usually in the Hawken Refugees discord).