Thursday 22 December 2011

Current state of things...

This is just a post to say "I'm not dead". True, I've been working on RPGMaker Trans a lot slower than usual, but I'm not dead. So, with that, here's a little breakdown on what's been going on:

1: Bugfixes

I've found the cause of the bug involving the GUI build and non-ASCII directory names; a bugfix for this should be out soon. There also seems to be a more obscure bug floating around regarding conflicts with existing Python installs - I'm not sure what's going on there, and can't reproduce it. There may be an attempt to fix this, but I'm not sure.

2: Improvements

I've got to say: most of the parsing engine that's presently in use is pretty old code - and a lot of it is from when I was trying to figure out the RPGMaker 2k format. Whilst it's quite easy to work with from the reverse engineering point of view, as I'm sure everyone will have noticed, it isn't fast. I'm presently working on a new parser which is much, much faster - though only about 70% complete so far. It will also need a new rebuilder as well, but this should be fairly straightforward to make once the new parser is done. So expect a speed up in the near future.

3: XP/VX support

The big one, really. I'm still working on memory usage with this; there's some complex issues with regard to how Windows handles pipes (poorly) and Ruby 1.8s memory model (bad). Net result is that when I tried my current build of XP support on Windows, I used all 6GBs of memory before it blew up. I'm working on a new system which should solve the memory issue. So support for newer games is still on the menu, but will take a while.

4 comments:

  1. Any chance you might be implementing title changes as a translatable line in the near future?

    ReplyDelete
  2. Um... This is the disadvantage of working on incomplete information - I wasn't aware that you could change titles.

    Anyhow, the short answer is a "Yes", but I need a sample of a title change to work on. I'll have a look through my current samples (there probably is one in there), but it would be appreciated if you could e-mail me a sample file containing a title change, as well as whatever the title gets changed too.

    ReplyDelete
  3. Here is a sample I made. Guy shows title change. Girl shows name change.

    http://www.mediafire.com/?jf8lqp8sya8irpf

    ReplyDelete
  4. Got it. Right, the plan is that title changes will be translatable with the next release, which is penciled in for the first half of this month. It's taking a while because I'm fininshing my new parser, as I really would like to get performance up - I've seen too many "it's crashed" type reports because people got too bored waiting.

    ReplyDelete

Note: only a member of this blog may post a comment.