| Home > Articles > Tutorials > Ruby Game Scripting System (RGSS)
|
| Ruby Game Scripting System (RGSS) Tutorials |
|
|
|
Ruby is the programming language that is used to script RPG Maker XP, and it has its own library called the Ruby Game Scripting System (RGSS) to suit programming for games. In this category of tutorials you will find tutorials on how to do various things with the RGSS, as well as learning about the scripting system itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Element Tagging for Complex Effects
|
 |
This tutorial shows you how to set up one-click assignment of complex scripted
effects to weapons, so that there is no need to code the effect individually for
each weapon.
|
|
|
Creating a Custom Window
|
 |
This tutorial teaches you how to create your own custom windows to display
information on the screen in a unique format. |
|
|
Selectable Window Fundamentals
|
 |
This tutorial will show you the basic concepts in manipulating selectable windows,
as well as give some tips on which selectable window classes are best used under
different circumstances.
|
|
|
RGSS and Ruby Lesson - Chapter 1
|
 |
Introduction to the Ruby programming langauge and the Ruby Game Scripting Language that RPG Maker XP uses. Highly recommended for beginner scripters!
|
|
|
RGSS and Ruby Lesson - Chapter 2
|
 |
Learn more about scripting with RGSS in the second part of the series. In this chapter you will learn about variables, conditional statements, windows, and more.
|
|
|
RGSS and Ruby Lesson - Chapter 3
|
|
Learn more about creating different types of windows for your custom systems and scenes, in the final installment of Dubealex's scripting tutorials.
|
|