Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Viviatus on February 10, 2009, 08:53:04 am

Title: Small Problam with animations
Post by: Viviatus on February 10, 2009, 08:53:04 am
Well picturs say more than words, right?
So here I go:

Spoiler: ShowHide
(http://img9.imageshack.us/img9/9592/wftjt6.jpg)


That animation is supposed to target the enemys. I don't know where the coordinates for animations are stored and how I change them to the right value. I'd be glad if someone could help me out there. would be cool if all fullscreenanimations are displayed in the middle of the screen, without being cutoff by an invisible bitmap, or layer...

Thanks
Title: Re: Small Problam with animations
Post by: Blizzard on February 10, 2009, 09:45:18 am
Animations' max height is 320 pixels. You probably need to size up the animations. Or try moving them upwards.
Title: Re: Small Problam with animations
Post by: Viviatus on February 11, 2009, 07:00:53 am
Well, then how do I size them up or how do I move them upwards? And there's no way to to increase the height to 480 pixels? Sad....
Title: Re: Small Problam with animations
Post by: Fantasist on February 11, 2009, 07:34:40 am
Hey, isn't it also about the viewport size? I mean I saw some explosions in CP which are like in that screenshot.
Title: Re: Small Problam with animations
Post by: Viviatus on February 11, 2009, 07:39:41 am
Well, I guess so. that's why I set every viewport to a height of 480 pixels...

But I can't say whether that's actually a good thing.
Title: Re: Small Problam with animations
Post by: Blizzard on February 11, 2009, 09:13:32 am
You can move them or change their zoom in the animation editor. :P
Title: Re: Small Problam with animations
Post by: Viviatus on February 11, 2009, 09:30:44 am
blizzy you're so smart, really   :roll: ... that's what I was trying to tell... it's getting cut off my something invisible at the top.

Title: Re: Small Problam with animations
Post by: Viviatus on February 13, 2009, 10:05:03 am
Bump... Well I found out what was wrong. Actually: nothing! xD I just like to know HOW to set the x and y coordinates for fullscreen animations. That would help a lot!
Title: Re: Small Problam with animations
Post by: Fantasist on February 13, 2009, 11:24:59 am
QuoteWell, I guess so. that's why I set every viewport to a height of 480 pixels...

Did you also move the viewport up? Something like this:
@viewport.y = 0
Title: Re: Small Problam with animations
Post by: Viviatus on February 13, 2009, 11:29:26 am
Good idea, actually. But I don't know which viewport needs to be moved. If it is possible at all...

EDIT:

Alright, I tried lifting up the 4 viewports I know but almost everything moved but the battle animations...
Title: Re: Small Problam with animations
Post by: Blizzard on February 13, 2009, 01:05:51 pm
I think the animation method in RPG::Sprite needs to be edited for this. :/
Title: Re: Small Problam with animations
Post by: Viviatus on February 13, 2009, 01:31:17 pm
Yeah, I fear so, too.