Save-Point
Sideview Battle System Tankentai XP - Version 2.2xp - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Sideview Battle System Tankentai XP - Version 2.2xp (/thread-590.html)

Pages: 1 2 3


Sideview Battle System Tankentai XP - Version 2.2xp - Victor Sant - 02-09-2010

Sideview Battle System Tankentai XP

Please don't post this script in other sites or comunity without autorization.

I'm no longer adding features to this battle system, the next updates will contain only bug fixes.

Updated to Version 2.2 | June - 02 - 2009

UNSUPPORTED SYSTEM.
Due to lack of updates by the original creator, this system is no longer supported by its poster.
Download Link no longer available.



Last Updates

- Orginal VX Version By Enu
- Original VX English Translation by Kylock and Mr.Bubble
- XP Translation to english by cairn


Finally! The SBS Tankentai XP is fully translated (thank cairn).
For the ones that don't know this script, this is an highly customizable side view battle system.

The most importante feature of this script, is that you can use normal chasets instead of Special Battlers.(you can configure it to use Special Battlers, but it's up to you :lol: )

It was originally made by Enu for the RMVX. Enu made an RMXP version too, but it really outdated.
This version is very different from Enu's XP version.

One of the main differences is that this script is 90% compatible with VX add-ons (most of them just need an few adjustment, due to the XP char height).

And more: i've added lot's of new features for the XP Version.

instalation

screen shots

Download

Useful Links

Credits and Thanks



Sideview Battle System Tankentai XP - Version 2.2xp - effeff - 02-16-2010

I would like to know if anyone can help me to modify this script.

If you attack the enemy the enemy sprite "goes a step back" and goes back again to the original position. I would like to disable this "movement" (Not good in RGSS-Scripting and dont want to juggle around in the source ^^ )


Sideview Battle System Tankentai XP - Version 2.2xp - deValdr - 02-16-2010

I'll download the script and help you effeff ;)


Sideview Battle System Tankentai XP - Version 2.2xp - effeff - 02-16-2010

That would be great "thumbs up"

Its probaly just a variable to change .

The reason why I would like to deactivate it is because I have several attacks where the enemy is attacked multiple times(kind of limit breaks), and after 5-6 attacks the enemy is out of the screen and never going to be seen again. Its a nice feature and looks good , but its uncomfortable with my limit attacks -.-


Sideview Battle System Tankentai XP - Version 2.2xp - deValdr - 02-16-2010

Haha :D


Sideview Battle System Tankentai XP - Version 2.2xp - effeff - 02-16-2010

Thats not funny, Nelson -.-


;) :P


Sideview Battle System Tankentai XP - Version 2.2xp - deValdr - 02-16-2010

Welcome to the forum btw!
We need friendly people like you ;)
here you go:
Go to the script called SBS config
go to line 202 and exchange that line with this:
Code:
"DEAL_DAMAGE"             => [  0,  0,   0,  4,  -1,   0,  "DAMAGE"],



Sideview Battle System Tankentai XP - Version 2.2xp - effeff - 02-16-2010

Allrighty , works fine, i knew its easy as pie for pros like you :)


Thanks for you help and your welcome greetings :)

*page bookmarked*


Sideview Battle System Tankentai XP - Version 2.2xp - deValdr - 02-16-2010

Hehe :D
I'm no pro.


Sideview Battle System Tankentai XP - Version 2.2xp - effeff - 02-17-2010

Valdred,

do you think you are able to manage following :

Maybe its possible to keep the animation alive but just disabled if certain skills (like the limit break) are used.

Like you have the normal "DEAL_DAMAGE" and also have "DEAL_DAMAGE_WITHOUT_BACKMOVEMENT" and you can just set up which skills and attacks having this back-forward-animation and which not . :-/