DazedTL/scripts/rvdata2json-fixed/README.md

29 lines
519 B
Markdown

** PLEASE TRY AT YOUR OWN RISK! **
These scripts require Jsonable:https://github.com/treeder/jsonable
for RPG Maker VX
----------------
put rgss2/to_json/to_rvdata.rb into your project folder.
### convert rvdata to json ###
ruby to_json.rb
### convert json to rvdata ###
ruby to_rvdata.rb
for RPG Maker VX Ace
--------------------
put rgss3/to_json2/to_rvdata2.rb into your project folder.
### convert rvdata2 to json ###
ruby to_json2.rb
### convert json to rvdata2 ###
ruby to_rvdata2.rb