Page 1 of 1

Editing Effects

Posted: Mon Dec 19, 2022 11:51 am
by Cognition
I'm not sure what I am doing wrong, but the goomba that has multiple directions that I am working on doesn't seem to also have multiple directions apon death. I have it set for framestyle=1 and frames as 2, but it shows all 4 frames in grounds of 2. Here is the code.
Spoiler: show
[1]
import=AI_ARC
frames=2
framespeed=4
framestyle=1
Is there something elsewhere that I need to do? I am following the SMBX2 handbook.

Re: Editing Effects

Posted: Mon Dec 19, 2022 1:59 pm
by deice
have you tried explicitly specifying the size of the sprite? if "grounds of 2" means that the effect is displaying 2 frames at a time with an incorrect height, it might mean the game forgot to take the framestyle into account when automatically calculating the frame size.

Re: Editing Effects

Posted: Mon Dec 19, 2022 9:04 pm
by Emral
( Handbook is long deprecated by the docs https://docs.codehaus.moe/#/features/effect-config )

What is the effect's ID? IDs 1-161 cannot use effect config right now because they still use the 1.3 rendering.
I just noticed this information is missing from the docs page, so it should update momentarily.

Re: Editing Effects

Posted: Tue Dec 20, 2022 2:22 pm
by Cognition
The ID is 6 and 7 so it just wont work, and "instead" was meant to be the word, not "ground". Not sure how I let that slip. Sorry and thanks for the help.