Learn how to make an RPG-like XP and leveling system using a combination of variables, conditional statements, loops, and arrays.
Continue reading ZDoom ACS Scripting Tutorial #5 (RPG XP System)Videos
(Door Kickers) Tips & Tricks
A collection of my most handy tips and tricks for Door Kickers, an excellent top-down tactical shooter/strategy game in which you command a SWAT team by drawing out each squad member’s path.
(Doom Builder) PolyObjects Tutorial
Learn how to make rotating walls, sliding doors, and more in Doom Builder using PolyObjects!
(Doom Builder) Deep Water Tutorial
An updated video tutorial showing how to create “deep water” in Doom Builder using 3D floors.
ZDoom ACS Scripting Tutorial #4 (Arrays)
Learn how to use arrays to store and manipulate collections of variables.
ZDoom ACS Scripting Tutorial #3 (Loops (While/For))
Learn how to use While and For loops to make portions of your code run more than once.
Continue reading ZDoom ACS Scripting Tutorial #3 (Loops (While/For))
ZDoom ACS Scripting Tutorial #2 (Variables & Conditional Statements)
Learn how to store information with variables and perform tests on that information via conditional statements.
Continue reading ZDoom ACS Scripting Tutorial #2 (Variables & Conditional Statements)
ZDoom ACS Scripting Tutorial #1 (Your First Script)
Have you ever wanted to write your own DOOM scripts? Are you a complete beginner with no programming or scripting experience whatsoever? If the answer to either of those questions is “Yes,” then this series is for you!
In this video I show you how to write your very first script as well as explain how scripts are structured.
Continue reading ZDoom ACS Scripting Tutorial #1 (Your First Script)
(Doom SnapMap) Custom Automap Tutorial
This extensive tutorial shows how to design your very own “automap” system in Doom SnapMap.
(Doom SnapMap) Double Power Station Door Tutorial
Learn how to design a door that requires two nearby power stations to be activated (with cores) before it unlocks.
Continue reading (Doom SnapMap) Double Power Station Door Tutorial