diff --git a/docs/Wiki/development/repositories/atlas.md b/docs/Wiki/development/repositories/atlas.md index 9f67c75f..f5e4ef2e 100644 --- a/docs/Wiki/development/repositories/atlas.md +++ b/docs/Wiki/development/repositories/atlas.md @@ -5,3 +5,76 @@ description: A new Northstar master server written in Go # Atlas TODO + +## Main menu promos + +For defining main menu promos shown to players, Atlas sends a JSON that defines them. + +The endpoint for this is `/client/mainmenupromos` + +```json +{ + "newInfo": { + "Title1": "%$rui\/bullet_point%`2Northstar vX.Y`0 is now live!", + "Title2": "%$rui\/bullet_point%`2Highlighted`0 defailt", + "Title3": "%$rui\/bullet_point%Make sure to `2update`0 your game!" + }, + "largeButton": { + "Title": "Blog Title", + "Text": "Short Summary", + "Url": "https://northstar.tf/blog/REPLACE-ME/", + "ImageIndex": 0 + }, + "smallButton1": { + "Title": "Join the Discord!", + "Url": "https://northstar.tf/discord", + "ImageIndex": 22 + }, + "smallButton2": { + "Title": "Check out the Northstar Wiki!", + "Url": "https://northstar.tf/wiki", + "ImageIndex": 12 + } +} +``` + +`ImageIndex` corresponds to the index of the corresponding spotlight + 1 + +### Spotlights + +The spotlights are: + +| Name | Image | +| -------------- | -------------------------------------------------------------------- | +| `spotlight_01` | ![spotlight_01](../../../_static/images/spotlights/spotlight_01.png) | +| `spotlight_02` | ![spotlight_02](../../../_static/images/spotlights/spotlight_02.png) | +| `spotlight_03` | ![spotlight_03](../../../_static/images/spotlights/spotlight_03.png) | +| `spotlight_04` | ![spotlight_04](../../../_static/images/spotlights/spotlight_04.png) | +| `spotlight_05` | ![spotlight_05](../../../_static/images/spotlights/spotlight_05.png) | +| `spotlight_06` | ![spotlight_06](../../../_static/images/spotlights/spotlight_06.png) | +| `spotlight_07` | ![spotlight_07](../../../_static/images/spotlights/spotlight_07.png) | +| `spotlight_08` | ![spotlight_08](../../../_static/images/spotlights/spotlight_08.png) | +| `spotlight_09` | ![spotlight_09](../../../_static/images/spotlights/spotlight_09.png) | +| `spotlight_10` | ![spotlight_10](../../../_static/images/spotlights/spotlight_10.png) | +| `spotlight_11` | ![spotlight_11](../../../_static/images/spotlights/spotlight_11.png) | +| `spotlight_12` | ![spotlight_12](../../../_static/images/spotlights/spotlight_12.png) | +| `spotlight_13` | ![spotlight_13](../../../_static/images/spotlights/spotlight_13.png) | +| `spotlight_14` | ![spotlight_14](../../../_static/images/spotlights/spotlight_14.png) | +| `spotlight_15` | ![spotlight_15](../../../_static/images/spotlights/spotlight_15.png) | +| `spotlight_16` | ![spotlight_16](../../../_static/images/spotlights/spotlight_16.png) | +| `spotlight_17` | ![spotlight_17](../../../_static/images/spotlights/spotlight_17.png) | +| `spotlight_18` | ![spotlight_18](../../../_static/images/spotlights/spotlight_18.png) | +| `spotlight_19` | ![spotlight_19](../../../_static/images/spotlights/spotlight_19.png) | +| `spotlight_21` | ![spotlight_21](../../../_static/images/spotlights/spotlight_21.png) | +| `spotlight_22` | ![spotlight_22](../../../_static/images/spotlights/spotlight_22.png) | +| `spotlight_23` | ![spotlight_23](../../../_static/images/spotlights/spotlight_23.png) | +| `spotlight_24` | ![spotlight_24](../../../_static/images/spotlights/spotlight_24.png) | +| `spotlight_25` | ![spotlight_25](../../../_static/images/spotlights/spotlight_25.png) | +| `spotlight_26` | ![spotlight_26](../../../_static/images/spotlights/spotlight_26.png) | + +!!! note + These images are lower scaled version of the originals. + For the high quality original images, check the game files. + +!!! note + `spotlight_20` does not seem to exist \ No newline at end of file diff --git a/docs/_static/images/spotlights/spotlight_01.png b/docs/_static/images/spotlights/spotlight_01.png new file mode 100644 index 00000000..598a5255 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_01.png differ diff --git a/docs/_static/images/spotlights/spotlight_02.png b/docs/_static/images/spotlights/spotlight_02.png new file mode 100644 index 00000000..71222a30 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_02.png differ diff --git a/docs/_static/images/spotlights/spotlight_03.png b/docs/_static/images/spotlights/spotlight_03.png new file mode 100644 index 00000000..68c7ccf7 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_03.png differ diff --git a/docs/_static/images/spotlights/spotlight_04.png b/docs/_static/images/spotlights/spotlight_04.png new file mode 100644 index 00000000..ffef457f Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_04.png differ diff --git a/docs/_static/images/spotlights/spotlight_05.png b/docs/_static/images/spotlights/spotlight_05.png new file mode 100644 index 00000000..098706b4 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_05.png differ diff --git a/docs/_static/images/spotlights/spotlight_06.png b/docs/_static/images/spotlights/spotlight_06.png new file mode 100644 index 00000000..c91d0c32 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_06.png differ diff --git a/docs/_static/images/spotlights/spotlight_07.png b/docs/_static/images/spotlights/spotlight_07.png new file mode 100644 index 00000000..532d1a19 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_07.png differ diff --git a/docs/_static/images/spotlights/spotlight_08.png b/docs/_static/images/spotlights/spotlight_08.png new file mode 100644 index 00000000..b1f822fc Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_08.png differ diff --git a/docs/_static/images/spotlights/spotlight_09.png b/docs/_static/images/spotlights/spotlight_09.png new file mode 100644 index 00000000..c5325857 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_09.png differ diff --git a/docs/_static/images/spotlights/spotlight_10.png b/docs/_static/images/spotlights/spotlight_10.png new file mode 100644 index 00000000..bbbc13a2 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_10.png differ diff --git a/docs/_static/images/spotlights/spotlight_11.png b/docs/_static/images/spotlights/spotlight_11.png new file mode 100644 index 00000000..2dbd63ef Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_11.png differ diff --git a/docs/_static/images/spotlights/spotlight_12.png b/docs/_static/images/spotlights/spotlight_12.png new file mode 100644 index 00000000..389e7963 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_12.png differ diff --git a/docs/_static/images/spotlights/spotlight_13.png b/docs/_static/images/spotlights/spotlight_13.png new file mode 100644 index 00000000..a56cdf10 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_13.png differ diff --git a/docs/_static/images/spotlights/spotlight_14.png b/docs/_static/images/spotlights/spotlight_14.png new file mode 100644 index 00000000..7417a910 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_14.png differ diff --git a/docs/_static/images/spotlights/spotlight_15.png b/docs/_static/images/spotlights/spotlight_15.png new file mode 100644 index 00000000..ff2617d4 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_15.png differ diff --git a/docs/_static/images/spotlights/spotlight_16.png b/docs/_static/images/spotlights/spotlight_16.png new file mode 100644 index 00000000..bd555140 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_16.png differ diff --git a/docs/_static/images/spotlights/spotlight_17.png b/docs/_static/images/spotlights/spotlight_17.png new file mode 100644 index 00000000..68acd5d9 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_17.png differ diff --git a/docs/_static/images/spotlights/spotlight_18.png b/docs/_static/images/spotlights/spotlight_18.png new file mode 100644 index 00000000..d8d144d5 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_18.png differ diff --git a/docs/_static/images/spotlights/spotlight_19.png b/docs/_static/images/spotlights/spotlight_19.png new file mode 100644 index 00000000..0c27143f Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_19.png differ diff --git a/docs/_static/images/spotlights/spotlight_21.png b/docs/_static/images/spotlights/spotlight_21.png new file mode 100644 index 00000000..f6d22f84 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_21.png differ diff --git a/docs/_static/images/spotlights/spotlight_22.png b/docs/_static/images/spotlights/spotlight_22.png new file mode 100644 index 00000000..53eea221 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_22.png differ diff --git a/docs/_static/images/spotlights/spotlight_23.png b/docs/_static/images/spotlights/spotlight_23.png new file mode 100644 index 00000000..bbf4e022 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_23.png differ diff --git a/docs/_static/images/spotlights/spotlight_24.png b/docs/_static/images/spotlights/spotlight_24.png new file mode 100644 index 00000000..f8ad14f8 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_24.png differ diff --git a/docs/_static/images/spotlights/spotlight_25.png b/docs/_static/images/spotlights/spotlight_25.png new file mode 100644 index 00000000..bdf24d9c Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_25.png differ diff --git a/docs/_static/images/spotlights/spotlight_26.png b/docs/_static/images/spotlights/spotlight_26.png new file mode 100644 index 00000000..5d4e45f1 Binary files /dev/null and b/docs/_static/images/spotlights/spotlight_26.png differ