feat: initial import of arikigame.com static site
Deploy arikigame.com / deploy (push) Successful in 56s

Migrated from tinqs/studio/web/arikigame/ into its own repo
(tinqs/ariki-website, currently under ozan/ for the bootstrap).
Game marketing is no longer hosted in the studio/platform monorepo.

What's in this commit:

- public/  — the live static site (Next.js static export, 39 files
            served by S3 + CloudFront). Last deploy from old location
            was 2026-06-12 (commit 02ccbbf0a in tinqs/studio).
- README.md — self-contained, no longer references the studio tree.
- .gitea/workflows/deploy.yml — same S3 sync + CloudFront invalidation
  pipeline, triggered on push to main when public/** changes. S3 bucket:
  arikigame-com-website, CF distribution: EDMY8TXLTDXLQ.

Verified:
- tinqs clone ozan/ariki-website  (clone ok)
- aws s3 sync public/ s3://arikigame-com-website/  (deploy will run
  on first push to main)
- curl https://arikigame.com  (live content unchanged until first push)

Next steps after this commit lands:
1. Confirm the deploy workflow ran green on tinqs.com → check
   /tinqs/ozan/ariki-website/actions/runs
2. Verify the live site still loads (S3 sync should be a no-op diff since
   the source matches what's already deployed)
3. Transfer ownership: settings → transfer → tinqs org (if you want
   it under tinqs/ariki-website instead of ozan/ariki-website)
4. Remove tinqs/studio/web/arikigame/ + .gitea/workflows/deploy-arikigame.yml
   in a separate studio commit (depends on the deploy here working first)

Co-Authored-By: DeepSeek V4 Pro <noreply@deepseek.com>
This commit is contained in:
2026-06-13 02:56:50 +01:00
parent ba4e115f00
commit 4130272855
83 changed files with 412 additions and 2 deletions
+40
View File
@@ -0,0 +1,40 @@
name: Deploy arikigame.com
on:
push:
branches: [main]
paths:
- 'public/**'
- '.gitea/workflows/deploy.yml'
concurrency:
group: deploy-ariki-website-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: deploy
steps:
- uses: tinqs/ci/checkout@v1
- uses: tinqs/ci/setup-aws@v1
- name: Deploy static site to S3 + CloudFront
env:
S3_BUCKET: arikigame-com-website
CF_DISTRIBUTION: EDMY8TXLTDXLQ
run: |
set -e
SRC="public"
if [ ! -d "$SRC" ]; then
echo "Missing $SRC — nothing to deploy"
exit 1
fi
echo "Syncing $SRC -> s3://${S3_BUCKET}/"
aws s3 sync "$SRC" "s3://${S3_BUCKET}/" --delete \
--cache-control "public, max-age=300"
echo "Invalidating CloudFront ${CF_DISTRIBUTION}..."
aws cloudfront create-invalidation \
--distribution-id "${CF_DISTRIBUTION}" \
--paths "/*"
echo "OK arikigame.com deployed from ozan/ariki-website/public"
+64 -2
View File
@@ -1,3 +1,65 @@
# ariki-website
# arikigame.com — Ariki game marketing site
arikigame.com - Ariki game marketing site (moved from tinqs/studio/web/arikigame/ on 2026-06-13)
Player-facing marketing site for **Ariki**, the game we build with Tinqs Studio.
| | |
|---|---|
| **URL** | https://arikigame.com |
| **Source** | this repo (`ozan/ariki-website`, will move to `tinqs/ariki-website` when transferred) |
| **Deploy** | Gitea Actions — `.gitea/workflows/deploy.yml` on push to `main` |
| **Hosting** | AWS S3 `arikigame-com-website` + CloudFront `EDMY8TXLTDXLQ` |
| **Owner** | Ozan (Ariki Dev) |
## Layout
```
ariki-website/
├── public/ ← static files served at arikigame.com (today)
│ ├── index.html (landing page)
│ ├── team-tool.html (team-tool client)
│ ├── 404.html (not-found)
│ ├── _next/ (Next.js framework)
│ ├── img/ (game screenshots, art)
│ └── team-tool/ (team-tool sub-app)
├── .gitea/workflows/
│ └── deploy.yml (S3 sync + CloudFront invalidation)
└── README.md
```
## Deploy
Push to `main` triggers `.gitea/workflows/deploy.yml`:
- `aws s3 sync public/ s3://arikigame-com-website/ --delete`
- `aws cloudfront create-invalidation --distribution-id EDMY8TXLTDXLQ --paths "/*"`
## History
- **2026-06-13** — moved out of `tinqs/studio/web/arikigame/` into its own repo
(`tinqs/ariki-website` after ownership transfer). Game marketing no longer
lives in the studio/platform monorepo.
- **2026-06-12** — last deploy from old location: `chore: editor re-import
metadata, sim checkpoints/telemetry, mountain QA script` (commit
`02ccbbf0a`).
- **2026-05-22** — old `tinqs/website` Next.js company-landing app was
deleted. The `tinqs.com` platform marketing moved to
`tinqs/studio/templates/home.tmpl` (Go-served). Game marketing stays at
`arikigame.com` (this site).
## Future work
- Replace `public/` with a live Next.js app (currently a static export).
- Add a `web/` Next.js source tree; the workflow should `next build` then
sync the `out/` to S3.
- Brand refresh: Cannarin's generated images in `tinqs/design` + Özlem's
rebranding (TBD).
## Verify a deploy
```bash
# Pipeline run
tinqs api /repos/ozan/ariki-website/actions/runs?limit=1
# Live content
curl -sI https://arikigame.com | head -3
PATH=/c/Program\ Files/Amazon/AWSCLIV2:$PATH aws s3 ls s3://arikigame-com-website/ | head
```
+1
View File
File diff suppressed because one or more lines are too long
After
+9
View File
@@ -0,0 +1,9 @@
1:"$Sreact.fragment"
2:I[47257,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ClientPageRoot"]
3:I[52683,["/_next/static/chunks/0dbhjjzl8qfwv.js","/_next/static/chunks/0gvr7_lt8~_gd.js"],"default"]
6:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0gvr7_lt8~_gd.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
4:{}
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
8:null
+21
View File
@@ -0,0 +1,21 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
4:I[47257,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ClientPageRoot"]
5:I[52683,["/_next/static/chunks/0dbhjjzl8qfwv.js","/_next/static/chunks/0gvr7_lt8~_gd.js"],"default"]
8:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"OutletBoundary"]
9:"$Sreact.suspense"
b:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
d:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
f:I[68027,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default",1]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
:HL["/_next/static/media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/f5031e7b18bdfbb3-s.p.17530ebvtj~5g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0gvr7_lt8~_gd.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"2-er91c1qgDujDF_0CwHI"}
6:{}
7:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
10:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
a:null
e:[["$","title","0",{"children":"Ariki — Polynesian survival colony sim"}],["$","meta","1",{"name":"description","content":"Rise from castaway to chieftain across a Pacific archipelago. A Polynesian survival colony sim from Tinqs — co-op multiplayer, Early Access."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L10","19",{}]]
+6
View File
@@ -0,0 +1,6 @@
1:"$Sreact.fragment"
2:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
3:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
4:"$Sreact.suspense"
5:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Ariki — Polynesian survival colony sim"}],["$","meta","1",{"name":"description","content":"Rise from castaway to chieftain across a Pacific archipelago. A Polynesian survival colony sim from Tinqs — co-op multiplayer, Early Access."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","19",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
+5
View File
@@ -0,0 +1,5 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
+5
View File
@@ -0,0 +1,5 @@
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
:HL["/_next/static/media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/f5031e7b18bdfbb3-s.p.17530ebvtj~5g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"2-er91c1qgDujDF_0CwHI"}
@@ -0,0 +1,11 @@
self.__BUILD_MANIFEST = {
"__rewrites": {
"afterFiles": [],
"beforeFiles": [],
"fallback": []
},
"sortedPages": [
"/_app",
"/_error"
]
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
@@ -0,0 +1 @@
self.__MIDDLEWARE_MATCHERS = [];self.__MIDDLEWARE_MATCHERS_CB && self.__MIDDLEWARE_MATCHERS_CB()
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long
After
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+6
View File
@@ -0,0 +1,6 @@
1:"$Sreact.fragment"
2:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
3:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
4:"$Sreact.suspense"
5:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Ariki — Polynesian survival colony sim"}],["$","meta","1",{"name":"description","content":"Rise from castaway to chieftain across a Pacific archipelago. A Polynesian survival colony sim from Tinqs — co-op multiplayer, Early Access."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","19",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
+5
View File
@@ -0,0 +1,5 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
@@ -0,0 +1,5 @@
1:"$Sreact.fragment"
2:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"OutletBoundary"]
3:"$Sreact.suspense"
0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
4:null
+5
View File
@@ -0,0 +1,5 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
4:[]
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"2-er91c1qgDujDF_0CwHI"}
+2
View File
@@ -0,0 +1,2 @@
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"2-er91c1qgDujDF_0CwHI"}
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0a0e14"/>
<text x="16" y="23" text-anchor="middle" fill="#c9935a" font-family="Georgia,serif" font-size="22" font-weight="700">A</text>
</svg>

After

Width:  |  Height:  |  Size: 251 B

+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0a0a0f"/>
<text x="16" y="23" font-family="Georgia, serif" font-size="18" font-weight="bold" fill="#c9935a" text-anchor="middle">T</text>
</svg>

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

File diff suppressed because one or more lines are too long
After
+21
View File
@@ -0,0 +1,21 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
4:I[47257,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ClientPageRoot"]
5:I[52683,["/_next/static/chunks/0dbhjjzl8qfwv.js","/_next/static/chunks/0gvr7_lt8~_gd.js"],"default"]
8:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"OutletBoundary"]
9:"$Sreact.suspense"
b:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
d:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
f:I[68027,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default",1]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
:HL["/_next/static/media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/f5031e7b18bdfbb3-s.p.17530ebvtj~5g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L4",null,{"Component":"$5","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@6","$@7"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0gvr7_lt8~_gd.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"2-er91c1qgDujDF_0CwHI"}
6:{}
7:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
10:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
a:null
e:[["$","title","0",{"children":"Ariki — Polynesian survival colony sim"}],["$","meta","1",{"name":"description","content":"Rise from castaway to chieftain across a Pacific archipelago. A Polynesian survival colony sim from Tinqs — co-op multiplayer, Early Access."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L10","19",{}]]
+3
View File
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://arikigame.com/sitemap.xml
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://arikigame.com</loc>
<lastmod>2026-05-31</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://arikigame.com/press</loc>
<lastmod>2026-05-31</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
</urlset>
File diff suppressed because one or more lines are too long
After
+30
View File
@@ -0,0 +1,30 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
f:I[68027,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default",1]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
:HL["/_next/static/media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/f5031e7b18bdfbb3-s.p.17530ebvtj~5g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"c":["","team-tool"],"q":"","i":false,"f":[[["",{"children":["team-tool",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"style":{"background":"#0a0a0a","minHeight":"100vh","color":"#e0e0e0","fontFamily":"system-ui, -apple-system, sans-serif"},"children":["$","main",null,{"style":{"maxWidth":720,"margin":"0 auto","padding":"40px 24px","lineHeight":1.6},"children":[["$","div",null,{"style":{"marginBottom":32},"children":[["$","h1",null,{"style":{"fontSize":28,"fontWeight":700,"marginBottom":4,"color":"#fff"},"children":"Tinqs Team Tool"}],["$","p",null,{"style":{"color":"#888","fontSize":14,"margin":0},"children":"Live transcription, dual-engine (Edge + ElevenLabs), speaker diarization, screenshots, team chat."}]]}],["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#ef4444","margin":"0 0 10px"},"children":"Before you start"}],["$","ol",null,{"style":{"paddingLeft":20,"color":"#9ca3af","fontSize":13},"children":["$L4","$L5","$L6"]}]]}],"$L7","$L8","$L9","$La","$Lb"]}]}],null,"$Lc"]}],{},null,false,null]},null,false,"$@d"]},null,false,null],"$Le",false]],"m":"$undefined","G":["$f",["$L10"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"2-er91c1qgDujDF_0CwHI"}
11:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"OutletBoundary"]
12:"$Sreact.suspense"
15:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
17:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
4:["$","li",null,{"children":[["$","strong",null,{"style":{"color":"#fca5a5"},"children":"Uninstall Tailscale"}]," — we no longer use it.",["$","br",null,{}],["$","span",null,{"style":{"color":"#6b7280","fontSize":12},"children":"Windows: Settings → Apps → Tailscale → Uninstall."}]]}]
5:["$","li",null,{"children":[["$","strong",null,{"children":"Clear old bash/shell records"}]," — remove any Tailscale references from your shell config:",["$","pre",null,{"style":{"background":"#0d0d0d","border":"1px solid #222","borderRadius":6,"padding":"10px 14px","fontSize":13,"overflowX":"auto","fontFamily":"ui-monospace, Consolas, monospace","color":"#c084fc"},"children":"# PowerShell: remove Tailscale from PATH if added manually\n# Check your $PROFILE for any Tailscale lines:\nnotepad $PROFILE"}]]}]
6:["$","li",null,{"children":[["$","strong",null,{"children":"Restart your machine"}]," — clean slate before installing."]}]
7:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#fbbf24","margin":"0 0 10px"},"children":"Install the Team Tool"}],[["$","h3",null,{"style":{"fontSize":14,"fontWeight":600,"color":"#d1d5db","margin":"14px 0 6px"},"children":"Option A — One-line install (recommended)"}],["$","p",null,{"style":{"color":"#9ca3af","fontSize":13,"marginBottom":8},"children":["Open ",["$","strong",null,{"children":"PowerShell"}]," and paste:"]}],["$","pre",null,{"style":{"background":"#0d0d0d","border":"1px solid #222","borderRadius":6,"padding":"10px 14px","fontSize":13,"overflowX":"auto","fontFamily":"ui-monospace, Consolas, monospace","color":"#c084fc"},"children":"irm https://bot.arikigame.com/setup-windows.ps1 | iex"}],["$","h3",null,{"style":"$7:props:children:1:0:props:style","children":"Option B — Manual download"}],["$","ol",null,{"style":"$0:f:0:1:1:children:1:children:0:props:children:0:props:children:props:children:1:props:children:1:props:style","children":[["$","li",null,{"children":["Download"," ",["$","a",null,{"href":"https://tinqs-cli-releases.s3.eu-west-1.amazonaws.com/team-tool/latest/TinqsTeamTool.exe","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"TinqsTeamTool.exe"}]]}],["$","li",null,{"children":["Install ffmpeg: ",["$","code",null,{"style":{"background":"#1a1a22","padding":"1px 6px","borderRadius":4,"fontSize":12,"color":"#c084fc"},"children":"winget install ffmpeg"}]]}],["$","li",null,{"children":["Run ",["$","code",null,{"style":{"background":"#1a1a22","padding":"1px 6px","borderRadius":4,"fontSize":12,"color":"#c084fc"},"children":"TinqsTeamTool.exe"}]]}]]}]]]}]
8:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#60a5fa","margin":"0 0 10px"},"children":"Get your token"}],[["$","ol",null,{"style":"$0:f:0:1:1:children:1:children:0:props:children:0:props:children:props:children:1:props:children:1:props:style","children":[["$","li",null,{"children":["Go to"," ",["$","a",null,{"href":"https://git.arikigame.com/user/settings/applications","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"Git Studio → Settings → Applications"}]]}],["$","li",null,{"children":["Token Name: ",["$","code",null,{"style":"$7:props:children:1:4:props:children:2:props:children:1:props:style","children":"tinqs-team-tool-yourname"}]]}],["$","li",null,{"children":"Permissions: select all → Generate Token"}],["$","li",null,{"children":["Copy the token — you","'","ll need it on first launch"]}]]}],["$","p",null,{"style":{"color":"#6b7280","fontSize":12,"marginTop":8},"children":["Can","'","t access Git Studio? Ask Ozan or Jeremy for an invite."]}]]]}]
9:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#10b981","margin":"0 0 10px"},"children":"What the tool does"}],["$","ul",null,{"style":{"paddingLeft":0,"color":"#9ca3af","fontSize":13,"listStyleType":"none"},"children":[["$","li",null,{"style":{"marginBottom":6},"children":[["$","span",null,{"style":{"color":"#fbbf24"},"children":"Left column"}]," — Edge Web Speech (real-time, free, instant)"]}],["$","li",null,{"style":{"marginBottom":6},"children":[["$","span",null,{"style":{"color":"#60a5fa"},"children":"Right column"}]," — ElevenLabs Scribe V2 (5s chunks, speaker IDs, higher accuracy)"]}],["$","li",null,{"style":{"marginBottom":6},"children":"Screenshot bar — capture Unity, Chrome, Full Screen, or All Windows"}],["$","li",null,{"style":{"marginBottom":6},"children":"Language switch — English / Turkish"}],["$","li",null,{"style":{"marginBottom":6},"children":"Auto-updates — checks every 5 min, one-click apply"}]]}]]}]
a:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#f97316","margin":"0 0 10px"},"children":"Troubleshooting"}],["$","table",null,{"style":{"width":"100%","borderCollapse":"collapse","fontSize":13},"children":["$","tbody",null,{"children":[["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"No mic"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":"Windows Settings → Privacy → Microphone → Allow"}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"No blue column"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":"ELEVENLABS_API_KEY not set — ask Ozan or Jeremy"}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"ffmpeg error"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":[["$","code",null,{"style":"$7:props:children:1:4:props:children:2:props:children:1:props:style","children":"winget install ffmpeg"}]," then restart"]}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"Won't start"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":["Kill old instance: ",["$","code",null,{"style":"$7:props:children:1:4:props:children:2:props:children:1:props:style","children":"taskkill /f /im TinqsTeamTool.exe"}]]}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"Can't reach Git Studio"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":["Make sure you can open ",["$","a",null,{"href":"https://git.arikigame.com","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"git.arikigame.com"}]," in your browser"]}]]}]]}]}]]}]
b:["$","div",null,{"style":{"borderTop":"1px solid #222","marginTop":40,"paddingTop":16,"color":"#444","fontSize":12},"children":["Tinqs Team Tool ·"," ",["$","a",null,{"href":"https://git.arikigame.com/tinqs-ltd/bot","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"source"}]," ·"," ",["$","a",null,{"href":"https://git.arikigame.com/tinqs-ltd/bot/issues","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"issues"}]," ·"," ",["$","a",null,{"href":"https://www.tinqs.com","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"tinqs.com"}]]}]
c:["$","$L11",null,{"children":["$","$12",null,{"name":"Next.MetadataOutlet","children":"$@13"}]}]
14:[]
d:"$W14"
e:["$","$1","h",{"children":[null,["$","$L15",null,{"children":"$L16"}],["$","div",null,{"hidden":true,"children":["$","$L17",null,{"children":["$","$12",null,{"name":"Next.Metadata","children":"$L18"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
10:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
19:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
13:null
18:[["$","title","0",{"children":"Tinqs Team Tool — Setup"}],["$","meta","1",{"name":"description","content":"Install the Tinqs Team Tool for live transcription and team collaboration."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L19","19",{}]]
+30
View File
@@ -0,0 +1,30 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
f:I[68027,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default",1]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
:HL["/_next/static/media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/f5031e7b18bdfbb3-s.p.17530ebvtj~5g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"c":["","team-tool"],"q":"","i":false,"f":[[["",{"children":["team-tool",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","div",null,{"style":{"background":"#0a0a0a","minHeight":"100vh","color":"#e0e0e0","fontFamily":"system-ui, -apple-system, sans-serif"},"children":["$","main",null,{"style":{"maxWidth":720,"margin":"0 auto","padding":"40px 24px","lineHeight":1.6},"children":[["$","div",null,{"style":{"marginBottom":32},"children":[["$","h1",null,{"style":{"fontSize":28,"fontWeight":700,"marginBottom":4,"color":"#fff"},"children":"Tinqs Team Tool"}],["$","p",null,{"style":{"color":"#888","fontSize":14,"margin":0},"children":"Live transcription, dual-engine (Edge + ElevenLabs), speaker diarization, screenshots, team chat."}]]}],["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#ef4444","margin":"0 0 10px"},"children":"Before you start"}],["$","ol",null,{"style":{"paddingLeft":20,"color":"#9ca3af","fontSize":13},"children":["$L4","$L5","$L6"]}]]}],"$L7","$L8","$L9","$La","$Lb"]}]}],null,"$Lc"]}],{},null,false,null]},null,false,"$@d"]},null,false,null],"$Le",false]],"m":"$undefined","G":["$f",["$L10"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"2-er91c1qgDujDF_0CwHI"}
11:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"OutletBoundary"]
12:"$Sreact.suspense"
15:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
17:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
4:["$","li",null,{"children":[["$","strong",null,{"style":{"color":"#fca5a5"},"children":"Uninstall Tailscale"}]," — we no longer use it.",["$","br",null,{}],["$","span",null,{"style":{"color":"#6b7280","fontSize":12},"children":"Windows: Settings → Apps → Tailscale → Uninstall."}]]}]
5:["$","li",null,{"children":[["$","strong",null,{"children":"Clear old bash/shell records"}]," — remove any Tailscale references from your shell config:",["$","pre",null,{"style":{"background":"#0d0d0d","border":"1px solid #222","borderRadius":6,"padding":"10px 14px","fontSize":13,"overflowX":"auto","fontFamily":"ui-monospace, Consolas, monospace","color":"#c084fc"},"children":"# PowerShell: remove Tailscale from PATH if added manually\n# Check your $PROFILE for any Tailscale lines:\nnotepad $PROFILE"}]]}]
6:["$","li",null,{"children":[["$","strong",null,{"children":"Restart your machine"}]," — clean slate before installing."]}]
7:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#fbbf24","margin":"0 0 10px"},"children":"Install the Team Tool"}],[["$","h3",null,{"style":{"fontSize":14,"fontWeight":600,"color":"#d1d5db","margin":"14px 0 6px"},"children":"Option A — One-line install (recommended)"}],["$","p",null,{"style":{"color":"#9ca3af","fontSize":13,"marginBottom":8},"children":["Open ",["$","strong",null,{"children":"PowerShell"}]," and paste:"]}],["$","pre",null,{"style":{"background":"#0d0d0d","border":"1px solid #222","borderRadius":6,"padding":"10px 14px","fontSize":13,"overflowX":"auto","fontFamily":"ui-monospace, Consolas, monospace","color":"#c084fc"},"children":"irm https://bot.arikigame.com/setup-windows.ps1 | iex"}],["$","h3",null,{"style":"$7:props:children:1:0:props:style","children":"Option B — Manual download"}],["$","ol",null,{"style":"$0:f:0:1:1:children:1:children:0:props:children:0:props:children:props:children:1:props:children:1:props:style","children":[["$","li",null,{"children":["Download"," ",["$","a",null,{"href":"https://tinqs-cli-releases.s3.eu-west-1.amazonaws.com/team-tool/latest/TinqsTeamTool.exe","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"TinqsTeamTool.exe"}]]}],["$","li",null,{"children":["Install ffmpeg: ",["$","code",null,{"style":{"background":"#1a1a22","padding":"1px 6px","borderRadius":4,"fontSize":12,"color":"#c084fc"},"children":"winget install ffmpeg"}]]}],["$","li",null,{"children":["Run ",["$","code",null,{"style":{"background":"#1a1a22","padding":"1px 6px","borderRadius":4,"fontSize":12,"color":"#c084fc"},"children":"TinqsTeamTool.exe"}]]}]]}]]]}]
8:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#60a5fa","margin":"0 0 10px"},"children":"Get your token"}],[["$","ol",null,{"style":"$0:f:0:1:1:children:1:children:0:props:children:0:props:children:props:children:1:props:children:1:props:style","children":[["$","li",null,{"children":["Go to"," ",["$","a",null,{"href":"https://git.arikigame.com/user/settings/applications","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"Git Studio → Settings → Applications"}]]}],["$","li",null,{"children":["Token Name: ",["$","code",null,{"style":"$7:props:children:1:4:props:children:2:props:children:1:props:style","children":"tinqs-team-tool-yourname"}]]}],["$","li",null,{"children":"Permissions: select all → Generate Token"}],["$","li",null,{"children":["Copy the token — you","'","ll need it on first launch"]}]]}],["$","p",null,{"style":{"color":"#6b7280","fontSize":12,"marginTop":8},"children":["Can","'","t access Git Studio? Ask Ozan or Jeremy for an invite."]}]]]}]
9:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#10b981","margin":"0 0 10px"},"children":"What the tool does"}],["$","ul",null,{"style":{"paddingLeft":0,"color":"#9ca3af","fontSize":13,"listStyleType":"none"},"children":[["$","li",null,{"style":{"marginBottom":6},"children":[["$","span",null,{"style":{"color":"#fbbf24"},"children":"Left column"}]," — Edge Web Speech (real-time, free, instant)"]}],["$","li",null,{"style":{"marginBottom":6},"children":[["$","span",null,{"style":{"color":"#60a5fa"},"children":"Right column"}]," — ElevenLabs Scribe V2 (5s chunks, speaker IDs, higher accuracy)"]}],["$","li",null,{"style":{"marginBottom":6},"children":"Screenshot bar — capture Unity, Chrome, Full Screen, or All Windows"}],["$","li",null,{"style":{"marginBottom":6},"children":"Language switch — English / Turkish"}],["$","li",null,{"style":{"marginBottom":6},"children":"Auto-updates — checks every 5 min, one-click apply"}]]}]]}]
a:["$","section",null,{"style":{"marginBottom":20,"padding":"14px 18px","background":"#111","borderRadius":8,"border":"1px solid #1a1a1a"},"children":[["$","h2",null,{"style":{"fontSize":15,"fontWeight":600,"color":"#f97316","margin":"0 0 10px"},"children":"Troubleshooting"}],["$","table",null,{"style":{"width":"100%","borderCollapse":"collapse","fontSize":13},"children":["$","tbody",null,{"children":[["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"No mic"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":"Windows Settings → Privacy → Microphone → Allow"}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"No blue column"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":"ELEVENLABS_API_KEY not set — ask Ozan or Jeremy"}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"ffmpeg error"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":[["$","code",null,{"style":"$7:props:children:1:4:props:children:2:props:children:1:props:style","children":"winget install ffmpeg"}]," then restart"]}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"Won't start"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":["Kill old instance: ",["$","code",null,{"style":"$7:props:children:1:4:props:children:2:props:children:1:props:style","children":"taskkill /f /im TinqsTeamTool.exe"}]]}]]}],["$","tr",null,{"style":{"borderBottom":"1px solid #1a1a1a"},"children":[["$","td",null,{"style":{"padding":"6px 10px 6px 0","color":"#fbbf24","fontWeight":600,"whiteSpace":"nowrap","verticalAlign":"top"},"children":"Can't reach Git Studio"}],["$","td",null,{"style":{"padding":"6px 0","color":"#9ca3af"},"children":["Make sure you can open ",["$","a",null,{"href":"https://git.arikigame.com","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"git.arikigame.com"}]," in your browser"]}]]}]]}]}]]}]
b:["$","div",null,{"style":{"borderTop":"1px solid #222","marginTop":40,"paddingTop":16,"color":"#444","fontSize":12},"children":["Tinqs Team Tool ·"," ",["$","a",null,{"href":"https://git.arikigame.com/tinqs-ltd/bot","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"source"}]," ·"," ",["$","a",null,{"href":"https://git.arikigame.com/tinqs-ltd/bot/issues","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"issues"}]," ·"," ",["$","a",null,{"href":"https://www.tinqs.com","target":"_blank","rel":"noopener noreferrer","style":{"color":"#60a5fa","textDecoration":"none"},"children":"tinqs.com"}]]}]
c:["$","$L11",null,{"children":["$","$12",null,{"name":"Next.MetadataOutlet","children":"$@13"}]}]
14:[]
d:"$W14"
e:["$","$1","h",{"children":[null,["$","$L15",null,{"children":"$L16"}],["$","div",null,{"hidden":true,"children":["$","$L17",null,{"children":["$","$12",null,{"name":"Next.Metadata","children":"$L18"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
10:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
16:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
19:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
13:null
18:[["$","title","0",{"children":"Tinqs Team Tool — Setup"}],["$","meta","1",{"name":"description","content":"Install the Tinqs Team Tool for live transcription and team collaboration."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L19","19",{}]]
+6
View File
@@ -0,0 +1,6 @@
1:"$Sreact.fragment"
2:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"ViewportBoundary"]
3:I[97367,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"MetadataBoundary"]
4:"$Sreact.suspense"
5:I[27201,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"IconMark"]
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Tinqs Team Tool — Setup"}],["$","meta","1",{"name":"description","content":"Install the Tinqs Team Tool for live transcription and team collaboration."}],["$","meta","2",{"name":"author","content":"Tinqs Limited"}],["$","meta","3",{"name":"keywords","content":"Ariki,Polynesian survival game,island colony builder,co-op survival sim,Pacific island exploration,tribe management,village builder,Early Access,Steam,Tinqs"}],["$","link","4",{"rel":"canonical","href":"https://arikigame.com"}],["$","meta","5",{"property":"og:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","6",{"property":"og:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","7",{"property":"og:url","content":"https://arikigame.com"}],["$","meta","8",{"property":"og:site_name","content":"Ariki"}],["$","meta","9",{"property":"og:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"Ariki — a Polynesian survival colony sim"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"Ariki — Polynesian survival colony sim"}],["$","meta","16",{"name":"twitter:description","content":"The tribe is the game. Rise from castaway to chieftain across a Pacific archipelago."}],["$","meta","17",{"name":"twitter:image","content":"https://arikigame.com/img/og-cover.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","19",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
+5
View File
@@ -0,0 +1,5 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0f8ke_5mods34.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0dbhjjzl8qfwv.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_8dfe1ae-module__0h3oSq__variable libre_baskerville_668cf65e-module__0vLKoa__variable","children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","type":"image/svg+xml","href":"/img/favicon.svg"}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\",\"logo\":\"https://www.tinqs.com/img/favicon.svg\",\"foundingDate\":\"2020\",\"description\":\"Indie game studio crafting Ariki — a Polynesian survival colony sim set in a Pacific archipelago.\",\"email\":\"hello@tinqs.com\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"London\",\"addressCountry\":\"UK\"},\"sameAs\":[\"https://arikigame.com\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"VideoGame\",\"name\":\"Ariki\",\"url\":\"https://arikigame.com\",\"description\":\"A Polynesian survival colony sim. Rise from castaway to chieftain across a Pacific archipelago.\",\"genre\":[\"Survival\",\"Colony Sim\",\"Action RPG\"],\"gamePlatform\":[\"PC\",\"PlayStation\",\"Xbox\"],\"applicationCategory\":\"Game\",\"operatingSystem\":[\"Windows\",\"macOS\"],\"author\":{\"@type\":\"Organization\",\"name\":\"Tinqs Limited\",\"url\":\"https://www.tinqs.com\"}}"}}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"2-er91c1qgDujDF_0CwHI"}
+5
View File
@@ -0,0 +1,5 @@
:HL["/_next/static/chunks/0f8ke_5mods34.css","style"]
:HL["/_next/static/media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/f5031e7b18bdfbb3-s.p.17530ebvtj~5g.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"team-tool","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"2-er91c1qgDujDF_0CwHI"}
File diff suppressed because one or more lines are too long
+5
View File
@@ -0,0 +1,5 @@
1:"$Sreact.fragment"
2:I[39756,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
3:I[37457,["/_next/static/chunks/0dbhjjzl8qfwv.js"],"default"]
4:[]
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"2-er91c1qgDujDF_0CwHI"}
File diff suppressed because one or more lines are too long
After