From 4135a7dedabd7050105abd5bf3ba19bc83522f1d Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 22 Feb 2025 17:03:41 -0500 Subject: [PATCH] Register introduction page for XonStat. --- qcsrc/menu/xonotic/guide/pages.qc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcsrc/menu/xonotic/guide/pages.qc b/qcsrc/menu/xonotic/guide/pages.qc index 8633adb9ac..fe546e2979 100644 --- a/qcsrc/menu/xonotic/guide/pages.qc +++ b/qcsrc/menu/xonotic/guide/pages.qc @@ -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. " -- 2.39.5