Creating a Plugin Tutorial Overview

This is the fourth in the series of basic Ares coding tutorials.

What We’ll Cover

In this tutorial, we’ll examine the design of the Cortex plugin, a simplified implementation of the Cortex Classic RPG System used in the Firefly and Leverage RPGs.

You can find the full code for the Cortex plugin in GitHub.

What You’ll Need

Unlike the other two, this is not a “Try It!” tutorial. It’s more of a walk-through showing you how the Cortex plugin was built.

Getting Help

If at any point you run into trouble, you can Get Help.

This article is part of the Creating a Plugin tutorial.