- Joined
- May 14, 2018
- Messages
- 44
- Reaction score
- 4
- First Language
- Spanish
- Primarily Uses
- RMMV
I have been trying to set up my character sprites, but i don´t seem to get it right, and since the tutorial in moghunters page isn´t that much elaborated i cant seem to my find my mistake.
I´ll begin by saying i´m trying to use a 8 frames animation sprite.
According to what i read in the instructions the sprite should be set up like this:
FILE_NAME + _Idle
This is how each pose should be saved acording to the page, except for the walking pose, since that is is the one that will be used as reference for the other sprites, so it should be like this
$Actor01.png That will be the walking sprite, then you set up the others, the idle would look like this.
$Actor01_idle.png
also it says this if you want extra frames:
$FILENAME(F + Number_of_Frames)
EG
$Actor(F9).png
Now ill get to my problem
Mi normal walking sprite is 8 frames long and also mi idle.
so it name the sprite:
actor01(f8).png
actor01_idle(f8).png
The game correctly loads the walking sprite.
but then it starts giving me errors loading the other sprites,
it would say something like this:
Failed to load:img/characters/%24actor01(8)__idle
But it only fails with certain sprites, since the attacking ones do get loaded, but not the idle
I have also tried it naming it like this
Actor01_(f8).png
But then it gives me this error
Failed to load: img/characters/%24actor01_(f8)_idle
I´ll begin by saying i´m trying to use a 8 frames animation sprite.
According to what i read in the instructions the sprite should be set up like this:
FILE_NAME + _Idle
This is how each pose should be saved acording to the page, except for the walking pose, since that is is the one that will be used as reference for the other sprites, so it should be like this
$Actor01.png That will be the walking sprite, then you set up the others, the idle would look like this.
$Actor01_idle.png
also it says this if you want extra frames:
$FILENAME(F + Number_of_Frames)
EG
$Actor(F9).png
Now ill get to my problem
Mi normal walking sprite is 8 frames long and also mi idle.
so it name the sprite:
actor01(f8).png
actor01_idle(f8).png
The game correctly loads the walking sprite.
but then it starts giving me errors loading the other sprites,
it would say something like this:
Failed to load:img/characters/%24actor01(8)__idle
But it only fails with certain sprites, since the attacking ones do get loaded, but not the idle
I have also tried it naming it like this
Actor01_(f8).png
But then it gives me this error
Failed to load: img/characters/%24actor01_(f8)_idle
Last edited: