Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Ravenith on March 02, 2010, 01:37:10 pm

Title: [resolved] Disable Knockback
Post by: Ravenith on March 02, 2010, 01:37:10 pm
Hey guys.
I'm casually working on a top-down space shooter (XP), using BABS , and have encountered a couple of  issues.

For starters, I'd like to deactivate the knockback option in BABS, but I can't figure out how.

I'd also like to change the way event sprites work, so that each sprite uses one tile instead of two.  
I can't explain it any better, I believe this is how it's in VX though...

Thanks in Advance :)
Title: Re: [BABS] Disable Knockback // Sprite Question
Post by: Aqua on March 02, 2010, 02:45:52 pm
Go to scripts editor
Press control + shift + F
Type in move_backward
Go to the part in the Blizz-ABS script
Delete the line

Events take up one space... o.o
Are you talking about the graphic like how the head reaches over a tile?
That's because the characters have some height instead of being just super deformed
If you don't want them to be 'tall', then you'd need to get custom graphics.
Title: Re: [BABS] Disable Knockback // Sprite Question
Post by: Ravenith on March 02, 2010, 05:51:40 pm
Thanks for the tip... :)

About the graphics thing, it has to do with how the script handles the sprites. When a sprite is more than a tile tall it divides it in two equal parts, upper and lower, then uses the lower part's center as the whole sprite's center. That's why "official" sprites are two tiles tall... i want that function gone...

EDIT: My bad, I realize this probably has to do with Game_Character... I'd still welcome a fix, though.
Title: Re: [BABS] Disable Knockback // Sprite Question
Post by: Ravenith on March 10, 2010, 02:25:14 pm
BUMP

The sprite thing is actually about sprite_character, i guess.
Should I make a new topic or abandon the thing altogether?