Maxxis221 0 Report post Posted January 7, 2008 Sorry i dont know where to post this.. What is rgss? Share this post Link to post Share on other sites
Wyzrd 12 Report post Posted January 7, 2008 I'm not exactly how it is explained but RGSS is Ruby Scripting or something like that. It's the language that RMXP is wrote in. Share this post Link to post Share on other sites
BiddyPocket 0 Report post Posted January 7, 2008 RGSS is a script just like any other that is set specifically to RMXP. It's what governs the entire RPG creation. By altering it, you can change practically anything about the game from type of battle system, to types of images that appear on the screen, to different effects within the game itself. just like Java or HTML, RGSS is a script that is the basis for RPG maker XP. However, I know nothing about how to use it. You'll probably get a better response from someone else... Share this post Link to post Share on other sites
isaacsol 10 Report post Posted January 10, 2008 Basically, RGSS stands for Ruby Game Scripting System. It is a version of the programming language Ruby, that was edited for use in RPG Maker XP, and now with RGSS2, RPG Maker VX. It has been changed to make it better, more versatile and easier to use. Nothing much else really... Share this post Link to post Share on other sites
Trickster 1 Report post Posted January 11, 2008 Actually RGSS is not a programming langauge, isaacsol was correct into what RGSS stands for (Ruby Game Scripting System). RGSS is actually a library written in C that extends the Ruby programming language Actually let me quote my tutorial on RGSS 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. Share this post Link to post Share on other sites