Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - GaiaTruce

1
Sea of Code / [C#] How to load .rxdata files?
August 03, 2013, 01:25:56 pm
First of all, I'm very sorry if my English is very bad. I'm not a native speaker and obviously English isn't my native tongue.

Maybe this topic is frequently discussed here. I found same topics all around the place while searching. Like this : How can I create a form in Windows7 to manage Object of RGSS ? and RMXP Raw Data Reading.

Well, like those topics, I want to know how to load .rxdata files that are created by RMXP. The reason is I want to create a program that add many features to RMXP but I can't do that if I can't open the rxdata files.

I've tried to use IronRuby v. 1.0 and 1.1.3 but neither of them works. I use .NET Framework 4.0 and Visual C# 2010 Express.

Whenever I try to use the IronRuby v.1.0, I keep getting errors that I think have something to do with Microsoft.Scripting.Core. But when I use IronRuby v.1.1.3,  C# keeps saying "Method not implemented.". I think it means that I call a method that hasn't been defined. The error shows up when I use ExecuteFile command to open Ruby(.rb) file that contains methods and class that are used by the .rxdata (Table, Color, Tone, and RPG Module Class). In the official website, there is someone who reports the same error.

If someone can give me the source code of the program that can open rxdata, I will be very grateful. But if you can't, just tell me what I have to do or at least the basic concept. Please keep in mind that I just started programming in C# 1 year ago. So maybe I can't understand some terms.