Chaos Project

RPG Maker => Tutorials => Tutorial Requests => Topic started by: winkio on February 05, 2008, 08:39:44 pm

Title: Scripting-ish tutorial
Post by: winkio on February 05, 2008, 08:39:44 pm
no, i dont want a tutorial on how to script.  I already know how.

What i do want is a tutorial or list that lists the common classes (such as battler, character) and their attributes and what they are used for.  Basically, a short summary of all the built in classes of RMXP.  Doesn't have to be very long or in-depth, just a quick reference, because I keep forgetting what does what, and I hate reviewing all the code.

Thanks :D
Title: Re: Scripting-ish tutorial
Post by: Blizzard on February 05, 2008, 08:57:25 pm
Download the full package of my e-book abou scripting. There's an English enhanced RMXP help file which can be pretty useful. It has all methods, definitions, properties and so on from built-in classes. If you wanna know about the classes in the scripts, simply read the comments in the code. Basically 1 slot if for one class. Sometimes more than 1 slot is for 1 class (like Game_Character, Scene_Battle, etc.)
Title: Re: Scripting-ish tutorial
Post by: winkio on February 05, 2008, 10:03:19 pm
ok, thanks.  Who ever would have thought to look in the Help file?

*Bangs head on keyboard*
Title: Re: Scripting-ish tutorial
Post by: Fantasist on February 06, 2008, 08:11:07 am
And here's a REALLY good reference (imo):

www.phylomortis.com/html/rgss.html

At the left is a list of all classes, and on clicking them, you'll get the code, and a brief-deep explanation of each method. Just have a look at least, it's worth it.
Title: Re: Scripting-ish tutorial
Post by: winkio on February 06, 2008, 05:33:43 pm
WOW :o

Thanks a ton Fantasist!  That is pretty much exactly what I need!
Title: Re: Scripting-ish tutorial
Post by: Fantasist on February 10, 2008, 12:47:44 am
Thank RPG Advocate, it's his site and he made everything ^_^
Title: Re: Scripting-ish tutorial
Post by: winkio on February 10, 2008, 11:22:44 am
all right.  I'll be sure to credit him.
Title: Re: Scripting-ish tutorial
Post by: Fantasist on February 10, 2008, 11:28:14 am
I'm not asking you to credit him in every script you make if that's what you're thinking :o

That's a resource, and you've learnt from it. Credit him if you feel like it ^_^
Title: Re: Scripting-ish tutorial
Post by: winkio on February 11, 2008, 08:08:35 pm
of course not in every script I make.  But in the game credits, ill put hiim down as a scripting reference or something like that  ;)