@Ygdrassill
Hello, in your sprite configuration, try to set up your character like this at first (I'm assuming you character sheets have 3 frames like it is by default, if not change the number accordingly) :
<letbs_sprite>
pose(idle): _idle, 3
pose(dead): _dead, 3
turn_order: auto
status_sprite: auto
</letbs_sprite>
(There is an alternative if you add the character index, you won't have to crop it by yourself)
And then disable the plugin LeTBS_RTPUse (just put it on "OFF")
Here is an example with "Harold", here is his _idle sprite :
View attachment 90186
(If you want him to be REALLY idle, you can delete the left and right frame just to keep the middle one and set your sprite configuration to 1 like this :
View attachment 90192
And here is his _dead sprite :
View attachment 90185
Alternatively, you can also have just 1 frame for dead pose like this :
View attachment 90190
If you set up the you configuration like this for the dead pose :
pose(dead): _dead, 1
You can also have it faced the way it died if you want like this (I have not tried this one, it might not work) :
View attachment 90191
If you do not have the damages sprite for your characters, you can also just put it in black and white like this :
View attachment 90193
Or if you do not put the dead sprites, they will be removed from the battle when they die (but can not be resurrected in battle)
For the timeline, by default it is 40x40, so you can put this inside the turn Order (Call the sprite: Harold) :
View attachment 90187
And this is for the status you can either put one frame of the character or a little bit of the face set (be careful 144x144 does not fit so you will have to reduce it a bit, 80x80 or 80x144 fits like this:
View attachment 90188
Or like this :
View attachment 90194
Put one of them in the "status" folder.
Now you are ready to go!
If you can do this for one, you can do this for all of them.
When you will be more comfortable with it, you can add more poses like _cast, _victory and so on!
Try it on your project and if it does not work, send me a PM