Tutorials tagged rpg

Short for "role playing game". A role playing game is a game in which players assume the roles of characters in a fictional setting.

Report Tag

12 tutorials with this tag
4
This content is deleted
Tutorial
Trigger Random Encounters like in Pokèmon (C2+C3)
5 favourites

My goal was to create a system, where you just need to fill in all possible encounters of a zone and the associated probabilities. The system automatically work...

9
This content is deleted
Tutorial
Creating RPG-style NPCs
33 favourites

Welcome to this NPC tutorial – now complete and with the example project included! The aim of this is to show you how to create a system to control multiple typ...

13

In this tutorial, we’re going to be looking at adding a Line of Sight-based system where an NPC can notice the player and trigger an action. It will function in...

22
This content is deleted
Tutorial
Building an RPG-Style Inventory
64 favourites

Welcome to this tutorial covering how to make a robust inventory system. In any game which uses items, you'll usually need some way for the player to view and u...

3
This content is deleted
Tutorial
Create an inventory with crafting station
12 favourites

This video shows how to create an advanced inventory with crafting possibilities for multiple characters. Contact me on Fiverr if you want further assistance :

2
This content is deleted
Tutorial
Turn Based RPG Status Conditions (Turn Skips) Pt.1
4 favourites

This time, we'll make a "Turn Skip". Which is exactly what it sounds like; A Status Effect/Condition that causes the affected character to have their turn skipp...

27
This content is deleted
Tutorial
A Basic Turn-Based Battle System
43 favourites

Welcome to the first in a series of tutorials about building up a turn-based battle system. This tutorial will eventually become part of a larger course coverin...

10
This content is deleted
Tutorial
Turn-Based Battle - Accuracy Checks
17 favourites

This tutorial builds on the last tutorial project. The basic structure is the same, but we'll be making some changes. If you've not seen the last tutorial, it's...

14
This content is deleted
Tutorial
Turn-Based Battle - Keyboard Controls & Textboxes
16 favourites

Up until now, the mouse has been used to control the battle system. We're going to make some changes in this version to swap to keyboard controls and have a tex...

11
This content is deleted
Tutorial
Turn-Based Battle - Damage Calculations
16 favourites

Damage Calculations can be as simple or as complicated as you need them to be. In Pokemon for example, a move's damage is calculated by a complex formula and is...