KYUU'S PROFILE
kyuu
0
Search
[DynRPG] RPGSS
Introduction
The Role Playing Game Scripting System is a plugin for Cherry's DynRPG (RM2k3 Plugin SDK). RPGSS is a (more or less) complete scripting environment for the RPG Maker 2003, based on the programming language Lua. It's most likely comparable to the RGSS (Ruby Game Scripting System), the scripting environment for the RPG Maker XP.
Features
Screenshots






Roadmap
Source Code
Check out RPGSS on GitHub
Documentation
Check out RPGSS docs on GitHub
Alternatively, each release contains the Programmer's Guide in PDF format.
Downloads
rpgss-0.5.0.7z
rpgss-0.5.1.7z
rpgss-0.5.2.7z
rpgss-0.6.0.7z
rpgss-0.7.0.7z
rpgss-0.8.0.7z
License
The MIT License (MIT)
The Role Playing Game Scripting System is a plugin for Cherry's DynRPG (RM2k3 Plugin SDK). RPGSS is a (more or less) complete scripting environment for the RPG Maker 2003, based on the programming language Lua. It's most likely comparable to the RGSS (Ruby Game Scripting System), the scripting environment for the RPG Maker XP.
Features
- MIT Licenced.
- Lua instead of C++. Lua is very easy to pick up, dynamic, powerful, extendable, widely used (even in commercial video games) and very fast ( compiles Lua code to machine code at run time).
- Rapid extension development and painless maintenance. An extension in RPGSS is simply a human-readable Lua source code file.
- Meaningful error messages and a detailed stack traceback, when something goes wrong, assist the developer.
- Most of the powerful C++ DynRPG API available to Lua scripts.
- Rich set of powerful standard libraries. RPGSS provides a lot of essential libraries out of the box with an easy to pick up API.
- Fast and powerful graphics routines. Unfortunately the graphics routines available to a DynRPG plugin developer are slow and simplistic. RPGSS provides a rich set of blazing fast graphics routines that open up new possibilities.
Screenshots






Roadmap
- Improve the documentation. (Priority: High)
- Add more scripts. (Priority: High)
- Add more graphics routines. (Priority: Middle)
- Optimize the graphics routines even more. (Priority: Middle)
- Add a spatial audio library. (Priority: Low)
Source Code
Check out RPGSS on GitHub
Documentation
Check out RPGSS docs on GitHub
Alternatively, each release contains the Programmer's Guide in PDF format.
Downloads
rpgss-0.5.0.7z
rpgss-0.5.1.7z
rpgss-0.5.2.7z
rpgss-0.6.0.7z
rpgss-0.7.0.7z
rpgss-0.8.0.7z
License
The MIT License (MIT)
Pages:
1













