aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index a532f63..a615ba6 100644
--- a/README.md
+++ b/README.md
@@ -30,3 +30,18 @@ In order to build your world, you will probably need to write a lot of your own
* To add randomly spawning monsters, place art_huntablespawn points around the map, and then create zones with bobbleheadbob's Zones tool. Configure the zone with the monsters, and chance of spawning you want.
* To add new items, see the items tutorial on [the documentation](https://cogarr.net/artery/)
* To stich servers together into a logical world, use the zones tool to place art_serverchagne volumes, configure the volume with the server to go to (ipaddress:port) and the location on the server to spawn the player.
+
+Server owner? See @{tut000_setup.md}
+
+Developer looking to use Artery? See the tutorials below!
+
+* @{tut000_setup.md}
+* @{tut010_first_addon.md}
+* @{tut020_nrequire.md}
+* @{tut021_detouring.md}
+* @{tut030_inventories.md}
+* @{tut031_metatables.md}
+* @{tut032_more_fields.md}
+* @{tut040_items.md}
+* @{tut041_not_enough_items.md}
+* @{tut042_too_many_items.md}