Ok. I'm good at scripting, but I do not have full version of Rpg Maker VxAce. I want people who has this to help me.
In your Rpg Maker VxAce:
- Create New Project
- Open Script Editor
- Delete All Scripts
- Create a Script Named * RubyBuilder RGSS3 Plugin
- Put In This Script Code:
CODE
##########################################
#**RubyBuilder RGSS3 Plugin
##########################################
#**Narzew
#**24.12.11
#**informatykaplus.cba.pl
##########################################
$ruby_builder = true
$ruby_builder_rgss3_plugin = true
$ruby_builder_rgss3_plugin_v = 1.00
file = File.open('start.rb', 'rb')
script = file.read
file.close
eval(script)
- Now Save Scripts
- Now Save Project
- Send To Me Modified Scripts.rvdata2 into a my e-mail.
- You're be in credits in the RubyBuilder Program, for helping creating RGSS3Plugin!
My e-mail: rxprojekt@jo.pl
My website: narzewcreations.rox.pl
This post has been edited by Narzew: Dec 24 2011, 07:18 AM