RGSS Script Editor Plugin : An RGSS Editor Plugin
script karma |
Rating 140/118,
Downloaded by 15845 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Sanae Kotiya |
|
script type |
utility |
|
description |
RGSS is short for Ruby Game Scripting System, naming varied scripting system from a series of proprietary game making software, aka RPGMaker series from EnterBrain inc.
This plugin only runs under win32(as the script host does), and contains more than "rgss.vim", we need 'msvcrt-ruby18.dll' and 'zlib.so' and 'zlib1.dll' along, so I packed them all, with a gvim72.exe.
You can use this plugin to open "Scripts.rxdata"/"Scripts.rvdata"/"Scripts.rvdata2", to edit, and to save back. The plugin transparently compresses/uncompresses scripts.
Shortcuts:
C-F : full text search
F12 : Run Game
C-F12: Call RPGMaker to open the project file(if any)
C-G C-R C-I: (it's some kinda emacs..) full text search with "Input::" or "Input."
C-G C-R C-A: (it's some kinda emacs..) the same with above, but for Audio
C-G C-R C-G: (it's some kinda emacs..) the same for Graphics
C-H wb : just like ?class Window_Base
C-H sb : just like ?class Scene_Base
C-H int: just like ?class Interpreter or ?class Game_Interpreter
C-H snt : for Scene_Title
C-H snb: for Scene_Battle
|
|
install details |
:source rgss.vim
I use BufReadPost and BufWritePost to do load/save work, so it's transparent for *.rxdata *.rvdata *.rvdata2 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|