Re: RPG Maker Hentai Games
Anyone want to test something?
This is my (to-be) rvdata editor.
Basically it's a save editor.
It's built on .net 3.5 and uses IronRuby for ruby processing.
I will need to know if
1: people can actually run it with just .net on their systems (eg: don't need ruby). I chose 3.5 because it comes with XP I think and most people should have it these days (compared to 4.0)
2: it successfully loads some save files (VX and Ace only, no XP support yet)
You know it has loaded when a list of names appears in the box.
Or maybe a list of names doesn't appear. Something must've happened, and it seems when things go wrong on ruby's end nothing happens.
I use ruby scripts to parse the data files, and then export them to a temporarily text file. The exe then loads the text file and populates all of the fields. This will be the base design, and so basically the only reason I have C# is for the GUI and it doesn't really care about what ruby's doing. They communicate using the text file and that's it.
Download:
Iron Ruby Libraries:
You must be registered to see the links
Exe and ruby scripts:
You must be registered to see the links
Just place them all in the same folder and run the exe. The exe takes some time to load because it has to initialize the ruby engine, but after that it should be ok.
It doesn't support custom attributes yet, so some games that are heavily customized will likely fail to load. I have to think about how to deal with that.