Thursday, 30 January 2014

Delays and plans

Right, so first off is an apology to anyone having issues with RPGMaker Trans. The delay in getting a "fully functional" version out has been caused by my laptop breaking in early January, and the ensuing problems with getting a replacement. Then when I did get said replacement, there was a slight issue with the replacement only having access to Linux, which isn't a whole lot of use when debugging a Windows only problem. That said, all of this has been sorted now.

As to when a new version will be out which fixes these problems: I'm aiming for this weekend. Then onto more interesting things, like VX support.

Monday, 4 November 2013

RPGMaker Trans 1.99 Fixed... Again

OK, I've updated 1.99 to fix the 'download a new release' problems. Again. If you need the 1.99 version, download it again and it should now work.

However, wierd bugs like this one is basically  the reason that I'm doing the version 2 as a near complete rewrite. The v1.x series are pretty much completely unmaintainable.

Status on 2.0 bugs: Currently being worked on. I'm still unable to reproduce them, but I'm relatively confident that locale issues are at play. I'm currently setting up some VMs to do proper testing etc.

Note: If you have issues with 2.0 at the moment, please let me know. I am planning to kill off the 1.x series as soon as I can, so I really do need to get all bugs etc ironed out.

EDIT: Link fixed. Sorry, my bad.

Friday, 1 November 2013

Bugs

Right, so two bugs that have popped up:

1) RPGMaker Trans 2.0 RC2 sometimes doesn't pick up a game
2) RPGMaker Trans 1.99 update checker has triggered for some reason.

If you need to use RPGMaker Trans 1.99 because 2.0 does not work, delete the config file before running 1.99. I'll try to post a fixed version of 1.99 as soon as I can.

Wednesday, 30 October 2013

RPGMaker Trans v2.0 RC2 Released

So that took a little longer than I thought it would... the blame for this lies solely with Disgaea D2.

New RC is out, and it should actually work this time.

There's a few known bugs, but nothing is a deal-breaker as such:
  • Progress bar sticks at 99%, even after patching has completed.
  • CLI mode is untested, but probably won't work due to bugs in either Windows or the Python implementation on Windows. Not sure which.

Link: Dropbox

Saturday, 19 October 2013

RPGMaker Trans v2.0 RC1 Released

OK, so the new version of RPGMaker Trans, after months of delays, is finally almost here. I'm releasing this as a release candidate because simply, due to Windows-problems, I haven't been able to do the level of testing on this that I'd like.

So disclaimer: I only think this works. No testing on the windows binary has been done, other than to confirm it runs. No guarantees. If your computer grows green hair and teeth and proceeds to eat your cat, I'm not to blame.

EDIT: Pulled due to a crippling bug. An RC2 will be released as soon as possible.
EDIT2: There are more bugs in the Windows version that I thought. RC2 may be delayed until Friday, depending on how fast I can squash them.

Thursday, 3 October 2013

Progress

Checking in with a progress report... Nothing amazing, but here's the run down.

  • Translator core: 100% done.
  • CLI Mode: 100% done (could be improved, but error reporting will handle the current problems)
  • GUI Mode: 100% done
  • Final Testing: 50% done
For those wondering about CLI (command line interface, useful for scripting and stuff), it will hide behind a --cli switch. Thanks to the magic of Python,  there is already fully documented command line help, so it should be pretty easy to use.

I'm wary of saying it, but unless something goes badly wrong, expect a release within a week.

EDIT: So I'm updating this post with progress as stuff gets done. Italics and strikeouts indicate changes.

Monday, 2 September 2013

Incidentally

For those wondering about VX support, I refer thee to this article.
.
Basically, VX support is 95% done. The problem that remains is parsing Ruby to pull the strings out of it. It's not easy; most of my attempts either don't get all strings, or fall into some endless loop. Currently looking at the rubylexer library, or possibly Topaz's lexer - not sure if either is particularly usable for my purposes... but hopefully I can work something out.

With a bit of luck, there should be a new version of RPGMaker Trans, with a shiny new GUI and stuff, by the end of this week. Make that by the 15th. Some problems came up. Why do I even bother setting a date? Soon.

Stupid Python Multriprocessing Daemonic subprocess not being able to have child processes...