Quick question about Ruby/RGSS. I am thinking of making my own map maker program in C# and was wondering if anyone knows if I would be able to open a saved file from my map maker using ruby. I know the module marshal is used for the IO in Ruby, but I don't really know the specifics. In C# your output to a file is written using BinaryWriter and the overloaded method write. So what I'm asking is can output from BinaryWriter be read and correctly interpreted using marshal.load method? Thanks for the help in advance!