RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Non-animated Side-View Battle System

0 Members and 1 Guest are viewing this topic.

*****
<3
Rep:
Level 90
Before using this script, give credit to El Felixio for this script. However, theres a bug how they over lap each other so try and fix that up somehow.

Quote from: el felixio
Ok! Let's begin.
At the bottom Game_Actor in the script editor are these things:
Code: [Select]
Get Battle Screen X-Coordinate
and
Code: [Select]
Get Battle Screen Y-Coordinate
Copy the Get Battle Screen X-Coordinate section, and paste it over the Get Battle Screen Y-Coordinate section.
Now comes the important part.
Where is says: return self.index * 160 + 80, replace the 160 + 80 with
Code: [Select]
40 + 500
and where it has these numbers in the Get Battle Screen Y-Coordinate section, replace them with
Code: [Select]
40 + 180
This system looks best with the character facing left graphic.
(No screen shots yet)

And one more thing: This is nothing like RPG Advocate's version, his has a huge pointless part under Get Battle Screen Y-Coordinate, which just changes the layers. Petros is a complete dumb ass:P

Heres a more easire way to understand this...

Quote from: el felixio
At the bottom of Game_Actor, replace from part with def screen_x, to the end of def screen_y with this:
Code: [Select]
def screen_x
if self.index != nil
return self.index * 40+500
else
return 0
end
end
def screen_y
if self.index != nil
return self.index * 40+180
else
return 0
end
end

You probab don't understand this either...I'm not good with words.

Screen:


Any questions can be asked through me and I will asked El Felixio personally for you. Or, you can ask him yourself by joining the forum where I found this (hbgames.org).

Thankyou and have a nice day  ;D

~Winged



*
I love Firerain
Rep:
Level 97
=D
not bad, it might come useful to some
Arlen is hot.

****
Training Wheels
Rep:
Level 89
:)
non aminated sounds boring. but battlers look good.
  • Web designer
  • Music producer/DJ
  • Graphic Designer
Why am I 'training wheels'??

*****
<3
Rep:
Level 90
If you search for the island crusaders topic, there are a few more of anyone is interested  ;D

~Winged



****
Training Wheels
Rep:
Level 89
:)
It says who posted on the left.. It's just theres more chance if you write that extra bit that youll break a key on your keyboard.
  • Web designer
  • Music producer/DJ
  • Graphic Designer
Why am I 'training wheels'??

*****
<3
Rep:
Level 90
umm..could you repeat that in english for me? ;D

~Winged



****
Training Wheels
Rep:
Level 89
:)
Its a waste of time to put your name under your post. I was really fond of my reply/\  :'(
  • Web designer
  • Music producer/DJ
  • Graphic Designer
Why am I 'training wheels'??

*****
<3
Rep:
Level 90
oohh, sorry, didn't mean to do anything harmful. Its a habit I have developed during my experiances from other forums. I can always replace my keyboard, adding "~Winged" and ensure that its the real me posting  ;D

~Winged (laughs)



********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Loooooooooooooooooool.

~ Arrow.

*****
MANMACHINE
Rep:
Level 91
God of Dicks
Honestly I didn't even notice her typing that after every post.

~GilgameshRO

*****
<3
Rep:
Level 90
I think I brought a lil "in" thing to this forum....or not. Well since nobody thinks its good enough to use, someone mind locking this or something cause its just gonna take up space if people post about the "~" thingy.

~Winged



********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
I like it, and am deeply considering using it.

*
Full Metal Mod - He will pillage your women!
Rep:
Level 93
The RGSS Dude
~ Tsuno Out
"The wonderful thing about Tiggers
Is Tiggers are wonderful things
Their tops are made out of rubber
Their bottoms are made out of springs

They’re bouncy, trouncy, flouncy, pouncy
Fun, fun, fun, fun, fun!
But the most wonderful thing about Tiggers
Is I’m the only one, I’m the only one."

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
~ lag much?

*****
<3
Rep:
Level 90
Well spamming in this alot would attract a mod or admin's attention....
~[0_0]~         and now the ~wAvE~, another use for the "~" sign ^_^


~Winged



***
Rep:
Level 89
Zypher, Veltonvelton, and Dalton are secretly having a homosexual affair in hidden messages just like this one
research shows Fu is also involved, but not in a gross and creepy way

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
~[0_0]~

I declare this to be pure awesome.

****
Training Wheels
Rep:
Level 89
:)
ElEcTrOtoAd (My favourite tv show) (Its from Futurama) (Its that guy's sig)
  • Web designer
  • Music producer/DJ
  • Graphic Designer
Why am I 'training wheels'??

*****
<3
Rep:
Level 90
seems like not much people are paying attention, I say, more spam!

~Winged



***
Rep:
Level 89
ElEcTrOtoAd (My favourite tv show) (Its from Futurama) (Its that guy's sig)
for the last time, its the hypnotoad
Zypher, Veltonvelton, and Dalton are secretly having a homosexual affair in hidden messages just like this one
research shows Fu is also involved, but not in a gross and creepy way

****
Training Wheels
Rep:
Level 89
:)
Sorry i said that before you told me. anyway i like electrotoad (lol)
  • Web designer
  • Music producer/DJ
  • Graphic Designer
Why am I 'training wheels'??

**
Rep:
Level 87
Hell Hath No Fury
Im not sure this works. I tried and it just bunched the actors up.
Like, one time, I played RPG Maker, and I liked it.

*****
<3
Rep:
Level 90
Yea, like noted above. Its good for a one party member rpg (wtf? since when was there a 1 party member rpg?!) or a one party member game.

~Winged



**
Rep: +0/-0Level 87
Thanks a bunch!  For a newbie, this helps a lot!

How do I get my heros to have their battle animations instead of that frontal view?

*****
<3
Rep:
Level 90
Well, personally, I don't consider this a script, more like a modification. If you wanted a solution, try http://www.hbgames.org/forums/showthread.php?t=5853
and edit it enough to make the battlers non-animated by following the script modification "manual" like to make the battlers only one row which is the standing one and fade them out when they die, all that crap.

Don't worry, you'll understand it enough after playing around it by yourself, like what I did  ;D

Good luck

~Winged