Anthony Kleine

Results 20 comments of Anthony Kleine
trafficstars

Hi RupW, No, there is no error code thrown by windows-registry-node. Rather, the NodeJS process itself is getting terminated because of an Access Violation. The ProxyServer key does exist, it...

Hi, adding on to this. I've discovered that this issue only occurs with debugging on. If I start NodeJS with this command as I've been doing... `set DEBUG=* & node...

It is Director 8.5 compatible, however the oldest supported Windows version is Windows XP. You could install Director 8.5 on a newer Windows version, use Movie Restorer to save the...

Movie Restorer currently only supports Director 8.0 and newer. I could add support for Director 7, but Director 5/6 predate Director API which Movie Restorer hooks to allow Director to...

No, but there are alternate approaches to do something like that. Generally speaking, it's a bad idea to open a movie using Movie Restorer then publish it as a protected...

If the cast file is statically linked by the movie, yes. You'd just create a proxy wrapper for the movie which loads the cast file, then specify the cast when...

Out of curiousity, which game are you modifying? I might be able to help you

I haven't had a chance to look at a lower bitdepth BITD yet, that's all. However from what Brian tells me the lower bitdepth BITDs use colour palettes in the...

That distorted image looks to me like the width is just one pixel off. I'm going to have to try implementing 16-bit images, to see if I get similar problems....

So you're suggesting the width is always even and if it isn't an extra column of pixels is added? I'll have to add that in. I wonder what your code...