Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 RGSS Roadguide
#1
RGSS Roadguide
Your Detailed Roadmap to the RGSS library
By Trickster
Proofreading by PK8 and BloodSpawn.

Introduction
First and foremost RGSS is not a programming langauge. Many are confused on what RGSS actually is. RGSS is a library written in C that extends the programming langauge Ruby, and RGSS is an acronym for Ruby Game Scripting System. It is used within RMXP and provides Graphics, Audio, and Input functions for Ruby.

How to use this guide
Reading this will not teach you how to script. However, if you know how to script then this guide will improve your scripting for RMXP. This guide just goes over the classes, methods, and limitations of RGSS. I will state each class and all of its methods example calls and common pitfalls that you should look out for when using. This is intended to explain the RMXP helpfile for this information.

Method documentation will appear as follows:
method: method_name(<required parameters>, optional parameters)
description: This is a method RAWR!
parameters: An explanation of what class each parameter needs to be and what it does.
example calls: Acceptable calls to the method with visuals when necessary
comments: Comments from the wise one Trickster himself. I will tell you how useful or how crappy the method is. Things to watch out for and other stuff.
So what's included in RGSS?
  • Classes
    • Bitmap
    • Color
    • Font
    • Plane
    • Rect
    • Sprite
    • Table
    • Tilemap
    • Tone
    • Viewport
    • Window
    • RGSSError
    • RPG::Sprite
    • RPG::Weather

  • Modules
    • Audio
    • Graphics
    • Input
    • RPG
    • RPG::Cache

  • Methods
    • load_data
    • save_data


Bitmap

Color

Font
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Proper Script Placement and Usage for RGSS 1 through 3 kyonides 1 3,313 08-25-2019, 08:36 AM
Last Post: kyonides
Brick  WIP - Randomly Generating Terrain - RGSS azrith001 0 3,777 07-12-2012, 07:21 PM
Last Post: azrith001
   Next level RGSS - From beginner to expert deValdr 2 6,779 08-30-2011, 11:25 PM
Last Post: deValdr
   Regular Expressions in RGSS (Regexp) Zeriab 0 4,208 12-07-2008, 04:26 AM
Last Post: Zeriab



Users browsing this thread: