RPG Maker XP
Sideview Battle System Tankentai XP
Introduction
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 important feature of this script, is that you can use normal Character Sets instead of Special Battlers.(you can configure it to use Special Battlers, but its up to you)
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 Enus 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 lots of new features for the XP Version.
Screenshots
Downloads
enu-sbs-tanketai-xp-1.zip
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Instructions
It highly recommended that you use the demo as Base for your project. But if that is not possible, theres some things you must be careful of:
You must copy from the demo the flowing things:
Database
Status: from 17 to 20
Animations: 102 and 103
Graphics
GraphicsAnimationsarco.png
GraphicsCharactersshadow00.png
GraphicsCharactersshadow01.png
GraphicsPicturesBalloon.png
GraphicsPictures?16-Thief01.png
Credits & Thanks
Converted to XP by Atoa Translation to english by cairn Original VX translation by Enu VX original translation to English by Kyrlock and Mr.Bubbles
Terms & Conditions
Credit must also be giving to the following: Atoa(Converting to XP), Enu(Orginal VX Version), Kylock & Mr.Bubble(Original VX English Translation), cairn(XP Translation to english)
Comments (142)
No problem. Need anything else just ask
Hello.
I downloaded this and I am very interested. The animations look great
Nope you dont need RGSS knowledge to do this because it has great comments.
All you really need to do is open the script editor on the demo for the script and copy them scripts into your game exactly how they have it then copy over all the graphics from them demo to your game. It should work perfectly.
Theres a script called * SBS Config, and * SBS Config – XP. I would suggest only messing with * SBS Config – XP.
The comments in the script will help you what each thing does. Make sure you read all the green text before messing with anything.
I would also make a copy of your project before messing with this incase you dont like it or mess up on the config some how. or just mess with the demo then make the changes on your project.
Hope this was helpful [img]http://www.rmxpunlimited.net/forums//public/style_emoticons/default/biggrin.png[/img]
tavoeltav
I've been getting an "error" with this script, and have absolutely no idea how to go about fixing it…
But I am getting strange amounts of EXP after battles. Example. In the simple setup where you fight three ghosts, you only receive 1 exp instead of the 6 you should be receiving. I changed their exp amount to 17 points each, then the team only received 12 points… This is a great script, but that little detail is really ruining it for me… :\
Polraudio
Thats because EXP Share is turned on. Go to * SBS Config – XP on Line 53 and change
[CODE]
EXP_SHARE = true
[/CODE]
To
[CODE]
EXP_SHARE = false
[/CODE]
tavoeltav
Thank you so much! I've been looking through the scripts and couldn't figure out what it was. Guess I must have missed that. Thanks again.
Polraudio