thanks Caedmon!!!, i don understand that the original set needs to have ANIM in the firts place, I am very grateful for your help
everything works great for now, I just would like to ask you something more, how i idisable the weapons icon in the war battle scene
im I'm looking for it in the script but i can find where is that option or where i had to modife it.
any way a big thanks for the help!
Hey exel. It was a little hard to understand exactly what you wanted, but I'll try and give it a shot. In order to make your actors appear correctly in the MiNI battle scene, here are some steps that I did to accomplish that:
1. In your Characters Folder (Sprites) create a spritesheet of your character that is only 3x4 and not the large spritesheet. Rename this sheet to read $InsertnameANIM.png (obviously change Insertname to your characters name.
2. Make sure you use this new spritesheet in your database for the character.
3. Copy this same spritesheet into your Battlers folder.
4. Have your Holder sheet also in your Battlers folder and name it $InsertnameANIM_MINI (Again changing Insertname to the EXACT same name as your spritesheet. If you change this name at all it will not pick it up correctly.
This next part requires going into your Scripts for your game and checking a few lines. This is how I got mine to work, but I realize there may be other ways,
5. Go to [GTBS] Animation Config and check line 19 reads DEFAULT_ANIMATION_METHOD = :CHARSET
6. Go to [GTBS] Actor&Class Setup and check around line 143 for this:
ACTOR_Animation_Mode_MINI = {}
ACTOR_Animation_Mode_MINI[1] = :MINKOFF
ACTOR_Animation_Mode_MINI[2] = :MINKOFF
*Note: I add the bottom line for every actor to make sure each one uses the method.
This should get you started. Let me know if there is something still not right and I'll try to help.
thanks Caedmon!!!, i don understand that the original set needs to have ANIM in the firts place, I am very grateful for your help
everything works great for now, I just would like to ask you something more, how i idisable the weapons icon in the war battle scene
im I'm looking for it in the script but i can find where is that option or where i had to modife it.
any way a big thanks for the help!
