From c538c151c7462ad0395ff2c15c5e11e89e362aa8 Mon Sep 17 00:00:00 2001
From: Striven <sg.striven@cutecat.club>
Date: Sat, 04 Apr 2026 19:47:16 +0000
Subject: [PATCH] Initial commit

---
 content/index.md |   26 +++-----------------------
 1 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/content/index.md b/content/index.md
index 480703c..b3ddcec 100644
--- a/content/index.md
+++ b/content/index.md
@@ -1,27 +1,7 @@
 ---
-title: Welcome to Quartz
+title: Home
 ---
 
-Quartz is a framework for turning Markdown content into a website.
+The purpose of this wiki is to explain, in detail, the internal construction of the game [Hyper Scape](https://en.wikipedia.org/wiki/Hyper_Scape), developed by Ubisoft, released on 2nd July 2020, and shut down on 27th April 2022.
 
-- reduce the friction to go from notes to site
-- should work for everyone, from non-technical people to senior developers
-- customizability and extensibility
-
-See some of the [amazing gardens that community members](showcase.md) have published with Quartz or read about [[philosophy|why I made Quartz]] to begin with.
-
-> [!info] You are currently looking at the documentation for Quartz 4
-> If you're looking for Quartz 3, you can find the source for that version on the `hugo` branch. Alternatively, you can browse [an archived version of the old documentation on the Wayback Machine](https://web.archive.org/web/20230628023708/https://quartz.jzhao.xyz/).
-
-## Installation
-Ready to get started?
-
-Prerequisites:
-- Node >v16
-
-```shell
-git clone https://github.com/jackyzha0/quartz.git
-cd quartz
-npm i
-npx quartz create
-```
\ No newline at end of file
+Information is derived from reverse engineering, leaks, and information gathered by others concerning other games.
\ No newline at end of file

--
Gitblit v1.10.0