Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Nailhead on February 25, 2002, 09:15:26 AM

Title: AGI Studio v1.34 released
Post by: Nailhead on February 25, 2002, 09:15:26 AM
Ok it's been a while but here's a new release. Enjoy!
http://www.nailhead.org/agistudio/download.shtml

___________________________________________________
Version 1.34 (02/25/2002):
Title: Re: AGI Studio v1.34 released
Post by: Chris Cromer on February 25, 2002, 09:37:10 AM
Yeah this should be great I am getting it now. :D

Good job.
Title: Re: AGI Studio v1.34 released
Post by: eidolon on February 25, 2002, 09:46:45 AM
Goody, goody!

But forgive me for asking; what about unknown182() ?
Title: Re: AGI Studio v1.34 released
Post by: Chris Cromer on February 25, 2002, 09:56:21 AM
I don't beleive 182 was in the pc version of the interpreter. That would explain the reason it is not in AGI Studio since most of it is based on the pc version.
Title: Re: AGI Studio v1.34 released
Post by: Chris Cromer on February 25, 2002, 10:25:28 AM
Hey Nailhead just thought I would mention that the splash screen still says 1.33 instead of 1.34.
Title: Re: AGI Studio v1.34 released
Post by: Joel on February 25, 2002, 10:36:10 AM
It looks like you've done a lot of cool stuff with this new version. Unfortunately, I can't test it all out. When I open up the logic editor settings and change from the General tab to the Display tab, my computer locks up (I tried several times, twice with a game open and once without -- the first time I had changed a setting in the general tab the next two times I hadn't).
Title: Re: AGI Studio v1.34 released
Post by: Nick Sonneveld on February 25, 2002, 10:49:09 AM
cmd.adj.ego.move.to.x.y?

Yeh, that's an amiga command.   I wouldn't mind it for when i edit amiga games.

- Nick
Title: Re: AGI Studio v1.34 released
Post by: Chris Cromer on February 25, 2002, 10:59:52 AM
This is great I love the view animator. The view animator does have one bug that I noticed. It starts at cel 0 goes to the last cel then it instead of going back to cel 0 it goes to cel 1.
Title: Re: AGI Studio v1.34 released
Post by: Nailhead on February 25, 2002, 12:21:52 PM
Joel, the only thing that goes on in that tab is a combobox is filled with your installed fonts. I've limited it to only TrueType fonts so maybe it won't crash now? The default font is set to 'Courier New', if that font is not installed on your machine it may crash (but everyone who is running Windows should have it). I've fixed the splash screen too. I'm looking into why the animator isn't resetting to cel 0 also.

I've reuploaded the current version with these changes. Let me know if that fixes it, and if it doesn't I'll just disable that control all together.
Title: Re: AGI Studio v1.34 released
Post by: Joel on February 25, 2002, 01:40:41 PM
No, I downloaded it again and it still locks up. I definitely do have Courier New installed on my computer. I use it in all the (many) other programming tools I've got installed on my computer. I can tell you that the problem is definitely localized in that one tab, though, because I can switch between the syntax color and the general tab without any problems (also, a little more info: it doesn't matter whether the AGI Studio window is maximized or not; it also doesn't matter whether I go to that tab from the general tab or the syntax color tab).

I think the view animator is cool, too, although I could use a slightly bigger speed control. It's really small at 1024x768.
Title: Re: AGI Studio v1.34 released
Post by: Joel on February 25, 2002, 01:52:11 PM
There appear to be some bugs in the view animator, too (it actually might just be one bug)...aside from the looping back to cel 1, I'm also getting playback beyond the last cel.

For my ego walking animation, loops 0 and 1 play fine (each has 8 cels), but loops 2 and 3 have only 6 cels but they play through to 8 cels. Also, another view with a death scene I had played through the maximum cel number of 12 to cel two hundred and something.
Title: Re: AGI Studio v1.34 released
Post by: Chris Cromer on February 25, 2002, 03:48:28 PM
I had a problem with the view animator also. I tried it on one of the big space ships in V. The animator went crazy showing loops blurring them and mixing them.

Also in the advanced settings on the general tab the smart tab box does not work. Every time I click it the box never has a check in it.
Title: Re: AGI Studio v1.34 released
Post by: Andrew_Baker on February 27, 2002, 06:38:19 PM
The loop animator only seems to go beyond the max cel number if the other loops in that view have a higher cel count than the loop currently previewed.  (E.G., if Roger Wilco walking left is 8 cels long, and Roger walking forward is 6 cels long, then the loop animator will make walking forward 8 cels and will show a cropped image of earlier cels to fill in the 'missing' cels 7 and 8.)
Title: Re: AGI Studio v1.34 released
Post by: Joel on February 27, 2002, 06:56:18 PM
I can reproduceably get the cel number to go up and up without limit on certain views. I've also run into another oddity where the animator wouldn't play all the way through one animation. It cycles back to cel 1 after 6 of 9.
Title: Re: AGI Studio v1.34 released
Post by: Nailhead on February 28, 2002, 05:38:22 PM
Thanks everyone for your input, this is helping me figure this thing out. One day I'll fully understand Peter's code.  :-/