]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Register introduction page for XonStat.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 22 Feb 2025 22:03:41 +0000 (17:03 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 22 Feb 2025 22:03:41 +0000 (17:03 -0500)
qcsrc/menu/xonotic/guide/pages.qc

index 8633adb9ac72b336afa49ae93d86e9e62f10299f..fe546e29793ff61a44db0aab94293096f280ac48 100644 (file)
@@ -32,6 +32,12 @@ REGISTER_INTRODUCTION_PAGE(2, _("Acquiring Skills"), "gametype_dm")
                "The learning curve is very steep. That said, understanding how the game works will enable you to speed around the map and apply effective weapon combos in no time");
 }
 
+REGISTER_INTRODUCTION_PAGE(3, _("XonStat"), "gametype_dm")
+{
+       this.m_description = _("XonStat is the integrated player statistics application for Xonotic. See vital stats like your K:D ratio, weapon damage and accuracy, and scoreboards from past games. "
+               "Tracking is completely opt-in, and no login is required.");
+}
+
 REGISTER_MOVEMENT_PAGE(0, _("Movement Importance"), "gametype_inv")
 {
        this.m_description = _("Xonotic is a very fast-paced arena shooter. Fast-paced does not only relate to reaction times but also to movement speed. "