From 5fd5f2b3d1c77c3b85355c452ffc7e1fe2e12162 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 28 Feb 2018 09:41:23 -0500 Subject: Fixed some types, worked on 0x050 Fixed typos in a bunch of tutorials, did a little more work on 0x050 - Entities --- tutorials/tut020_nrequire.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorials/tut020_nrequire.md') diff --git a/tutorials/tut020_nrequire.md b/tutorials/tut020_nrequire.md index 2d0cb6d..2881236 100644 --- a/tutorials/tut020_nrequire.md +++ b/tutorials/tut020_nrequire.md @@ -86,7 +86,7 @@ garrysmod/addons/artery_routelite/data/artery/global/somefile.lua nrequire() is automatically loads all the other modules in artery. It runs them in the client or server domain depending on their file name, much like DarkRP. If the file begins with `sv_` it is run on the server only, if it begins with `cl_` it is sent to the client and run on the client only. Anything else will be run on both the server and the client. -Much likes the main files of artery, the files under `garrysmod/addons/artery_rougelite/data/artery/global` will follow the same scheme. If you want your data to only be run on only the server or client, just name the file beginning with `sv_` or `cl_`. +Much like the main files of artery, the files under `garrysmod/addons/artery_rougelite/data/artery/global` will follow the same scheme. If you want your data to only be run on only the server or client, just name the file beginning with `sv_` or `cl_`. ## Using artery modules @@ -105,7 +105,7 @@ Note that we named the file `logthing.lua`, since the file does not begin with ` ## Next steps -From here the tutorials open up a bit. You can continue on, or read more in depth about the subject. Tutorials named tut030, tut040, ect. are in logical order needed to build an addon for Artery, tutorials named tut031, tut041, ect. would be continuations of tut030 and tut040 respectively. +From here the tutorials open up a bit. You can continue on, or read more in depth about the subject. Tutorials named tut030, tut040, ect. are in logical order needed to build an addon for Artery, tutorials named tut031, tut041, ect. would be continuations of tut030 and tut040 respectively that go more in depth or expand on the ideas about the content of their parent tutorial. These are not nessessarilly needed to complete the tutorial addon, but are recommended viewing before asking for help from the developer. Further reading: @{tut021_detouring.md} Next tutorial: @{tut030_inventories.md} -- cgit v1.2.3-70-g09d2