From a232e35305b627703bc83b7a1f6b19c3a4420df8 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 2 Jun 2020 11:59:31 -0500 Subject: [PATCH] Updated Using VScript as a HL2 mapper (markdown) --- Using-VScript-as-a-HL2-mapper.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Using-VScript-as-a-HL2-mapper.md b/Using-VScript-as-a-HL2-mapper.md index 651676d..5681bc6 100644 --- a/Using-VScript-as-a-HL2-mapper.md +++ b/Using-VScript-as-a-HL2-mapper.md @@ -1,8 +1,8 @@ This article is for Half-Life 2/Source 2013 mappers who have no experience with VScript to learn what it is and how they can use it in their maps. -## Using VScript to simplify map logic +Most mappers think VScript is too complicated since it's basically in-map programming and most mappers are not programmers. For that crowd, it actually works best when it makes things *less* complicated. -As a Half-Life 2/Source 2013 mapper, VScript may seem unfamiliar or complicated for you since it's basically in-map programming. For that crowd, it actually works best when it makes things *less* complicated. +## Using VScript to simplify map logic Source's logic entities *(and Mapbase's expansions to them)* make the I/O system a flexible tool for doing complex things, like math or storage. However, this can get very complicated very quickly, as several different outputs fire several different inputs on several different entities as one big, messy jumble of icons in Hammer's 3D view. @@ -12,6 +12,6 @@ If you want to learn how to use VScript, it may be best to start by doing it *al ## Using VScript to do what's not possible with I/O -While you can just use VScript to simplify map logic, it also unlocks a lot of potential in other areas. It's a pathway to many abilities some mappers would consider...unnatural. If you're already a programmer, then it may already be natural. If not, then it may seem a bit more complex. +While you can just use VScript to simplify map logic, it also unlocks a lot of potential in other areas. It's a pathway to many abilities some mappers would consider...unnatural. Of course, if you're already a programmer, then using this side of VScript may come naturally. If not, then it may seem a bit more complex, but if you think you can benefit from what it's capable of, then it would definitely be worth the trouble. -[Click here to go to a tutorial which makes it simpler and easier to understand.](https://github.com/mapbase-source/source-sdk-2013/wiki/VScript-:-Basic-Entity-Code-Tutorial) \ No newline at end of file +[Click here to go to a tutorial which makes it simple and easy to understand.](https://github.com/mapbase-source/source-sdk-2013/wiki/VScript-:-Basic-Entity-Code-Tutorial) \ No newline at end of file