As I was organizing my extra methods/classes I organized them in four different sets (Ruby, RGSS A, RGSS B, and Extra Utility classes)
The Ruby set contains extra methods for classes like: String, Numeric, Array, Hash, etc.
The RGSS A set contains extra methods for RGSS built-in classes (ex. Sprite, Window, Bitmap, Plane, etc.)
The RGSS B set contains extra methods for other RGSS classes (Game_Actor, Game_BattleAction, Game_Troop, etc.)
And Extra Utility Classes is just a set of utility classes (stuff like my Zoomed_Sprite, Background_Sprite, Random class, Animated Sprite, etc)
What I'm thinking of doing is allow other scripters to send me their methods/ utility classes and make a whole package, for other scripters to use, to prevent them from "reinventing the wheel" and make scripting a bit easier.
I will also document each method and class with information on how to use and also useful information such as: number of arguments, type of each argument, what it does, what it returns, etc.
my method/class count so far is
Ruby -- in total 12, not released 2, released 10
RGSS A -- in total 44, not released 27, released 17
RGSS B -- in total 18, not released 0, released 18
Classes -- in total 12, not released 2, released 10
In total I already have 88 items to docuement and organize.
If you need an example of what stuff will be included then take a look at this thread
The Ruby set contains extra methods for classes like: String, Numeric, Array, Hash, etc.
The RGSS A set contains extra methods for RGSS built-in classes (ex. Sprite, Window, Bitmap, Plane, etc.)
The RGSS B set contains extra methods for other RGSS classes (Game_Actor, Game_BattleAction, Game_Troop, etc.)
And Extra Utility Classes is just a set of utility classes (stuff like my Zoomed_Sprite, Background_Sprite, Random class, Animated Sprite, etc)
What I'm thinking of doing is allow other scripters to send me their methods/ utility classes and make a whole package, for other scripters to use, to prevent them from "reinventing the wheel" and make scripting a bit easier.
I will also document each method and class with information on how to use and also useful information such as: number of arguments, type of each argument, what it does, what it returns, etc.
my method/class count so far is
Ruby -- in total 12, not released 2, released 10
RGSS A -- in total 44, not released 27, released 17
RGSS B -- in total 18, not released 0, released 18
Classes -- in total 12, not released 2, released 10
In total I already have 88 items to docuement and organize.
If you need an example of what stuff will be included then take a look at this thread