or Ruby Studio (It's both, really - Ruby's the language, RGSS is a library with methods for game making :P)
VB.net
UPDATED 2010/3/24
Overview
Before I knew RMXP, I used RPG Toolkit. In that program, every event was scripted, so beginners had a hard time starting their game. But a special program was released to help eventing in RPGcode. This tool was a powerful, non-visual studio for scripting, with every possible modifier or ect. On the side was things like if, def, class, and so on (not really, but you get the idea), and layouts were given to make scripting something simple such as a new message easier.
That's what I plan to do with RGSS. I know I can't make something that does all the work for you, or automatically generates everything, but I aim to make something that will somewhat simpify the steps to a good script.
So far
red = no progress, blue = working on, green = done
Layout 99% [ small bugs ]
Syntax Highlighting 50% [ some major bugs to fix ]
Line Numbering 100%
Intellisense 0%
Inserts (sidebar) 30% [ know how, just need to do it ]
Saving to file / Opening 0%
Options 0%
Basic Editing Functions 100%
Find and Replace 100%
Screenshots
http://bb.xieke.com/files/screeny-rgss.png[/img]]
Demo
Platform demo:
[ EXE Build ]
[ Source Files ]
Please report any bugs or issues you have while using the program.
Known bugs:
- issues with parsing pasted contents
- listbox does no dock properly
- class, if, def, and module titles and arguments are highlighted blue
- 'end' is not highilighted
- Cannot delete marks
Support RGSS Studio:
Use this picture: http://bb.vengeance-rpg.com/upload/rsuserbar.png
And link to this topic: http://bb.vengeance-rpg.com/upload/rsuserbar.png
Thanks to:
formlesstree4
ulqiorra (who can even spell his name?)
-abreaction