From 83af51534bf16bf048aea1cd3b74a0308ed9dd71 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 26 Nov 2017 21:07:54 -0500 Subject: Started work on writing tutorials Wrote tutorials for * Setup * Addon structure * Inventories * Items --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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} -- cgit v1.2.3-70-g09d2