About This File
About
This editor is a scripting support tool.
I made thid editor for my own use and Ruby study.
So don't request new feature
Requirement
-
Ruby
You can find some links to download binary installer for Windows at the top of the Official HP
I use RubyInstaller -
Ruby Gems
After Ruby installation finished,open command prompt and type commands below-
Gtk3
gem install gtk3
-
GtkSourceView3
gem install gtksourceview3
-
win32-clipboard
gem install win32-clipboard
-
Gtk3
Useage
- Open 'db.yml',and add your original ItemDB/MobDB file path
- Run 'editor.rb'
- Load item script by selecting `Load` button at the right-top of window
- Edit script
- Select `Inject Script` button to overwrite your ItemDB file
What's New in Version 0.6 See changelog
Released
v0.6
- Fixe GDK error asserted when selecting a parameter
v0.5
- Fix corrupting yaml file when injecting script is blank
- Add Equip/Unequip script load and inject feature(experimental)
- Add some scripts
- Improve to be able to select multiple parameter from dialog(for criteria)