I Cataloged Every Confirmed Detail About ARK 2 — Here Is What the Data Says
ARK 2 is one of the most anticipated survival games in development. It is also one of the most hyped — and hype creates noise. Separating confirmed details from speculation and wishful thinking is a full-time job.
So I made it my side project.
The Problem With Game Pre-Release Info
Game studios announce things in different places: a tweet here, a Discord Q&A there, an interview with IGN, a Steam community post that gets buried in 48 hours. By the time the game launches, half the community "knows" things that were never confirmed — they just saw it repeated enough times on Reddit.
I wanted a single source of truth. One page per feature, linked to the original source, with a clear label: Confirmed, Rumored, or Debunked.
What ark2wiki.net Tracks
ark2wiki.net catalogs every piece of information about ARK 2 with source attribution:
- Creatures — every dinosaur and creature confirmed or strongly hinted, with concept art links
- Mechanics — Souls-like combat, world traversal, crafting system changes vs ARK 1
- Story — what we know about Santiago, the Aratai, and the narrative timeline
- Release info — platform announcements, engine details (UE5 confirmed), early access plans
Each page has a status badge at the top: Confirmed, Likely, Speculation, or Debunked. The source link is always the second thing on the page, right after the summary.
The Build Philosophy
This is not a Fandom wiki with auto-playing video ads and 47 tracking scripts. It is handwritten HTML pages with a shared CSS system. No JavaScript framework. No build step. No database.
Why? Because when ARK 2 actually drops and 100,000 people search "ARK 2 creature list" simultaneously, the site needs to serve static pages from a CDN edge node in under 200ms. It does.
The content pipeline is: research from primary sources → write markdown → convert to HTML with a Python script → deploy to Cloudflare Pages. Adding a new creature page takes about 10 minutes, 9 of which are finding and verifying the source.
Pre-Release Traffic Is Real
Traffic data from similar game wikis shows that pre-release pages start getting meaningful search volume 3-6 months before launch. The people searching "ARK 2 dinosaurs list" in month -4 are the same people who will be the power users on day one. Building the wiki now, before the launch rush, means the content is indexed and ranking when the search volume spikes.
If you are following ARK 2 development: ark2wiki.net. Everything confirmed, nothing guessed.
Top comments (0)