SPRITE BASED SIDE VIEW BATTLE SCRIPT

RPG Maker VX Ace

Uses an actor's sprite as it's battler.

Uses an actor's sprite as it's battler. It automatically uses the middle facing left sprite pose.

Posts

Pages: first 123 next last
oh cool. So this works with the default battle system no problem?
Sorry, this might be kind of a newb question, but which script module do I place this awesome custom made script? I cant wait to try this out!
Where it says materials in the script editor if you click insert you'll get a new page. Copy the script in to that.
why my sprite is on the top of the screen?
If you don't like where they appear you can edit their location e.g.:
def screen_y
return 180 + self.index * 40
end
Err i have a problem :/ i place this under materials but it still shows the default battle system :(
Does it show thee sprites of the party?

If not are you using any other scripts?
Im not using any scripts at all. It only shows the default BS (Frontal view battle system)
Weird. If you upload a project I'll have a look.
But I'm away for a week so I won't be able to look for a while.
When I input the code it comes up with the error that it's unable to find Game_Battler. I don't know what I have done wrong since i did do a direct CnP.
It works perfectly for me, this is a simple and usefull script!... but, I see just the immobile sprite... is there a way to put them may be in walking action during the battle? thanks!
author=FieryGameMaster
It works perfectly for me, this is a simple and usefull script!... but, I see just the immobile sprite... is there a way to put them may be in walking action during the battle? thanks!


I second this. I'd like to have them step forward when they act.
Is there a way the characters can be on the left, facing right, and the enemies facing left, but on the right? What i'm saying is, can it be like the battle scene in the Mario & Luigi series?

Like this.
youtube]http://www.youtube.com/watch?v=0z_zqUm_pUg
around 1:50
just wondering, is all.
Thanks so much for this script, it is exactly what I was looking for. Cheers
I'm having an issue with when characters die. If they die they fade but if they're revived they stay invisible until they perform an action. Is there anyway to fix this?
have a problem too
I copy and paste the script but my character isinvisible and ennemies jumps on invisible me.
can someone help me ?
I plugged it in and the sprites don't seem to be showing up...

It actually worked for me before, but suddenly it's not working anymore... I've tried to put it into a fresh project and I still don't see the characters show up as sprites...

EDIT: Nevermind, I fixed it.
Pages: first 123 next last