The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => XP Scripts Database => Topic started by: Winged on September 27, 2006, 10:58:20 AM

Title: Non-animated Side-View Battle System
Post by: Winged on September 27, 2006, 10:58:20 AM
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:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg136.imageshack.us%2Fimg136%2F613%2Fislandcrusaders1nl7.png&hash=f9960aabd86b10efd944b3b1360dc5f07b424f28) (http://imageshack.us)

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
Title: Re: Non-animated Side-View Battle System
Post by: Nightwolf on September 27, 2006, 03:28:07 PM
not bad, it might come useful to some
Title: Re: Non-animated Side-View Battle System
Post by: veltonvelton on September 27, 2006, 04:26:51 PM
non aminated sounds boring. but battlers look good.
Title: Re: Non-animated Side-View Battle System
Post by: Winged on September 27, 2006, 09:54:34 PM
If you search for the island crusaders topic, there are a few more of anyone is interested  ;D

~Winged
Title: Re: Non-animated Side-View Battle System
Post by: veltonvelton on September 30, 2006, 10:07:55 AM
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.
Title: Re: Non-animated Side-View Battle System
Post by: Winged on October 01, 2006, 11:13:24 AM
umm..could you repeat that in english for me? ;D

~Winged
Title: Re: Non-animated Side-View Battle System
Post by: veltonvelton on October 02, 2006, 06:23:21 PM
Its a waste of time to put your name under your post. I was really fond of my reply/\  :'(
Title: Re: Non-animated Side-View Battle System
Post by: Winged on October 03, 2006, 12:46:54 PM
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)
Title: Re: Non-animated Side-View Battle System
Post by: Arrow on October 03, 2006, 08:17:03 PM
Loooooooooooooooooool.

~ Arrow.
Title: Re: Non-animated Side-View Battle System
Post by: GilgameshRO on October 03, 2006, 10:50:19 PM
Honestly I didn't even notice her typing that after every post.

~GilgameshRO
Title: Re: Non-animated Side-View Battle System
Post by: Winged on October 04, 2006, 12:04:48 AM
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
Title: Re: Non-animated Side-View Battle System
Post by: Arrow on October 04, 2006, 12:06:10 AM
I like it, and am deeply considering using it.
Title: Re: Non-animated Side-View Battle System
Post by: Tsunokiette on October 04, 2006, 12:06:50 AM
~ Tsuno Out
Title: Re: Non-animated Side-View Battle System
Post by: Arrow on October 04, 2006, 12:07:10 AM
~ lag much?
Title: Re: Non-animated Side-View Battle System
Post by: Winged on October 04, 2006, 12:12:15 AM
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
Title: Re: Non-animated Side-View Battle System
Post by: thingy on October 05, 2006, 02:46:33 AM
"~" thingy.
you rang?

~thingy
Title: Re: Non-animated Side-View Battle System
Post by: Arrow on October 05, 2006, 02:47:43 AM
~[0_0]~

I declare this to be pure awesome.
Title: Re: Non-animated Side-View Battle System
Post by: veltonvelton on October 05, 2006, 04:53:49 PM
ElEcTrOtoAd (My favourite tv show) (Its from Futurama) (Its that guy's sig)
Title: Re: Non-animated Side-View Battle System
Post by: Winged on October 07, 2006, 11:55:04 AM
seems like not much people are paying attention, I say, more spam!

~Winged
Title: Re: Non-animated Side-View Battle System
Post by: thingy on October 07, 2006, 02:46:54 PM
ElEcTrOtoAd (My favourite tv show) (Its from Futurama) (Its that guy's sig)
for the last time, its the hypnotoad
Title: Re: Non-animated Side-View Battle System
Post by: veltonvelton on October 09, 2006, 03:41:09 PM
Sorry i said that before you told me. anyway i like electrotoad (lol)
Title: Re: Non-animated Side-View Battle System
Post by: Sion_Barzad on March 04, 2007, 06:01:58 PM
Im not sure this works. I tried and it just bunched the actors up.
Title: Re: Non-animated Side-View Battle System
Post by: Winged on March 05, 2007, 08:35:03 AM
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
Title: Re: Non-animated Side-View Battle System
Post by: echos on March 07, 2007, 02:19:06 AM
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?
Title: Re: Non-animated Side-View Battle System
Post by: Winged on March 08, 2007, 10:04:54 AM
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
Title: Re: Non-animated Side-View Battle System
Post by: Irgna on March 10, 2007, 01:19:17 AM
I found one just like this at Phylomortis, but it supported any size party.

~Irgna
Title: Re: Non-animated Side-View Battle System
Post by: Winged on March 10, 2007, 11:28:39 AM
alright, I guess you all shouldn't use this then....

~Winged
Title: Re: Non-animated Side-View Battle System
Post by: Karo Rushe on March 25, 2007, 04:50:36 AM
As much ads I am Curious to Ask, is this Compatible with Blizzard's Soul Rage + Soul limit?

"Cause Minkoff's Side view Battle Tends to Bug me too much with errors and I don't dare to post the screenshots at RPGX.Org since they would put a link to download trial version...(Ugh)

I wanna know...since I need a Side View battle, even if they don't move, I got tired of making Battlers >='(
Title: Re: Non-animated Side-View Battle System
Post by: Irgna on March 25, 2007, 12:15:24 PM
If the DBS (default battle system) is compatable, the SVBS at Phylomortis will support it.
Title: Re: Non-animated Side-View Battle System
Post by: Snailer on March 25, 2007, 12:22:57 PM
really sweet thanks Winged
Title: Re: Non-animated Side-View Battle System
Post by: Karo Rushe on March 25, 2007, 01:06:45 PM
I kinda Figure out, it works great.

Compatibable With Soul-Rage and Soul-Limit.

kKinda like it.

Should be used for hose who simply are Too Lazy or doesn't know how to Sprite a Battle animation should use this, instructions are quite clear.
Title: Re: Non-animated Side-View Battle System
Post by: Blizzard on March 25, 2007, 04:03:27 PM
Maybe it's because the script isn't from hbgames.org... xD
Title: Re: Non-animated Side-View Battle System
Post by: Karo Rushe on March 25, 2007, 04:39:34 PM
 :tpg: I Agree...
Thou it doesn't work with the "Center-Battler"
Title: Re: Non-animated Side-View Battle System
Post by: Blizzard on March 25, 2007, 04:41:00 PM
Just lol!
Title: Re: Non-animated Side-View Battle System
Post by: Sandman777 on April 03, 2007, 02:09:01 PM
okay i did what you said, but this is what came out of it:

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg.photobucket.com%2Falbums%2Fv630%2FVash2290%2Funtitled-3.jpg&hash=5d3f2b52d74be6a03c14056a83ed6b5801f5a887)

how do i get the battlers to not be stacked?
help?
Title: Re: Non-animated Side-View Battle System
Post by: Karo Rushe on April 03, 2007, 03:42:29 PM
You gotta Resize the Character sprites in Paint =X

Since it's the size of the Battler which is affecting it.
Title: Re: Non-animated Side-View Battle System
Post by: Irgna on April 03, 2007, 11:00:56 PM
Yeah, it's designed for smaller battlers.
Title: Re: Non-animated Side-View Battle System
Post by: Karo Rushe on August 11, 2009, 10:22:28 PM
Quote
The following error or errors occurred while posting this message:
Warning: this topic has not been posted in for at least 60 days.
Unless you're sure you want to reply, please consider starting a new topic.
:V I'm reviving this, because everytime I search for it, I have to go throu my posts since the search keeps telling me it doesn't exist!

I Demand this either be sticky or putten in database, It's really one of a heck helpful script. >:0