aboutsummaryrefslogtreecommitdiff
path: root/docs/SUMMARY.md
blob: 2b23989982f9eed1d27569714cfeeecc966b9cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Table of contents

* [Welcome to Northstar](README.md)
* [Contributing](contributing.md)

## Installing Northstar

* [Basic Setup](installing-northstar/basic-setup.md)
* [Troubleshooting](installing-northstar/troubleshooting.md)

***

* [Using Northstar](installing-northstar/using-northstar/README.md)
  * [Mods](installing-northstar/using-northstar/mods.md)
  * [Server Browser](installing-northstar/using-northstar/server-browser.md)
  * [Direct Connect](installing-northstar/using-northstar/direct-connect.md)
  * [Gamemodes](installing-northstar/using-northstar/gamemodes.md)
  * [Commands](installing-northstar/using-northstar/commands.md)
  * [Launch arguments](installing-northstar/using-northstar/launch-arguments.md)
  * [Playing on Linux](installing-northstar/using-northstar/playing-on-linux.md)
* [FAQ](faq.md)

## Hosting a server with Northstar

* [Prerequisites](hosting-a-server-with-northstar/prerequisites.md)
* [Hosting a Basic Listen Server](hosting-a-server-with-northstar/basic-listen-server.md)
* [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md)
  * [Best practices](hosting-a-server-with-northstar/dedicated-server/best-practices.md)
  * [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md)
* [Troubleshooting](hosting-a-server-with-northstar/troubleshooting.md)
* [Guides](hosting-a-server-with-northstar/hosting-guides.md)

## Modding and Development

* [Modding](modding/README.md)
  * [Getting Started](modding/getting-started.md)
  * [Modding Tools](modding/tools.md)
  * [Tutorials](modding/tutorials/modding-tutorials.md)
  * [Cheatsheet](modding/cheatsheet.md)
  * [Squirrel](modding/squirrel/what-is-squirrel.md)
    * [Handling threads](modding/squirrel/handling-threads-and-waits.md)
    * [Basic control blocks](modding/squirrel/loops-functions-and-if.md)
    * [Respawn's functions](modding/squirrel/respawns-functions.md)
    * [Tables and arrays](modding/squirrel/tables-and-arrays.md)
    * [Callbacks](modding/squirrel/what-are-callbacks.md)
    * [Gamemode modding](modding/squirrel/gamemode-mods/creatinggamemodes.md)
      * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md)
    * [Custom settings](modding/squirrel/setting-mods/settingmodsintro.md)
      * [The JSON](modding/squirrel/setting-mods/the-json.md)
      * [The Language File](modding/squirrel/setting-mods/the-language-file.md)
      * [The mod file](modding/squirrel/setting-mods/the-mod-file.md)
  * [Keyvalues](modding/keyvalues.md)
  * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md)
  * [Localisation](modding/localisation\_files.md)
  * [Publishing](modding/publishing.md)
* [Development](development.md)

## Other

* [Credits](credits.md)