Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> [VX-ACE] Tankentai Side View (Slightly translated)
XerX
post Jul 1 2012, 07:46 PM
Post #1


Team Mercury Leader
Group Icon

Group: Revolutionary
Posts: 108
Type: Artist
RM Skill: Intermediate




---Tankentai SideView Battle System---

Video of it in action: http://www.youtube.com/watch?feature=playe...p;v=Hc9AEY0TGbI

Just in case it isn’t clear: I DO NOT OWN “Enu’s RMVXA Tankentai SBS” AND DO NOT TAKE CREDIT FOR ANY OF HIS WORK. These installation instructions are meant for those who absolutely love the Tankentai system (like me) and are in need of an English Translation or are unable to fully comprehend how to use other more advanced side view battle systems (also like me). Whether or not you are able to use this system for commercial use is solely up to Enu.
Now, without further ado, on to the guide!

First thing is first: this is NOT a Full English Translation but rather a method to installing the script in such a way that you wouldn’t be able to really tell anyway. As of yet, I have not found a fully translated script on the net. However, I did find this:

Forum Post about Tankentai Ace in Full English: (by KrayZ – Demo included)
http://www.sendspace.com/file/fmo6pf

When I opened the file, it turned out to be very similar to what I’m about to show you guys how to do except for the fact that even more of the base engine/scripts are in Japanese. It looks very similar to Enu’s version of RMVXA. Yes, it works and almost everything is in English…I’m not sure how he did it (with so much still being in Japanese) but if you would rather use his version, by all means you may stop reading here. BUT! I will warn you that there may be some issues in adding other non-battle system type scripts or various modifications to the game if you are working out of his demo. Instead, these next steps, written by The Passive Lion, will help to ensure that your script transferring process is smooth and simple and produces the most English in the end. Shall we begin?

STEP 1: Make sure you have either KrayZ’s version of Tankentai Ace or Enu’s version of Tankentai Ace (which in my opinion look very similar to each other). If you do not have Enu’s version, you can download that here:

http://rpgex.sakura.ne.jp/home/ (I recommend using Google to Translate the webpage)

STEP 2: Open up either your own RPG Maker VX Ace project or a clean project that you intend to use for the future.

STEP 3: Open the Script Editor (F11) on both the TANKENTAI Project and YOUR Project.

STEP 4: On YOUR Project, add 1 line below the Materials heading (and above (insert here) if you still have it) but above the Main heading. Then add 9 lines below (insert here). If you do not have (insert here) simply add 11 lines below the Materials but above the Main heading. You can find all of this on the left side of the script editor. To add a line, simply right click over where you want it and then press Insert.



STEP 5: Now, we have just mirrored what the Japanese version of Tankentai has and will need to name those 11 lines accordingly. You can really name them whatever you want but just make sure that you NAME THEM in case RMVXA has an issue and crashes. This way you’ll be able to tell where and what went wrong. You could either copy and paste the Japanese names for these lines but for the sake of the tutorial, we’ll call them Lines 1-11. (Line 2 is the (insert here) and will not be used)



STEP 6: Go to the TANKENTAI Project’s Script Editor (F11). Copy the entire script from the line that reads “VXAce_SP1” and paste this into YOUR Project’s Script Editor (F11) under “Line 1”. Do this for the rest of the scripts. In the end, your copy method should look something like this:

“VXAce_SP1” copied to “Line 1”
“SideViewアクション設定”copied to “Line 3”
“SideViewバトラー設定” copied to “Line 4”
“Sideview” copied to “Line 5”
“Sprite_Sideview” copied to “Line 6”
“Battle_Camera” copied to “Line 7”
“エイリアス・再定義” copied to “Line 8”
“Line 9” is left blank
“テストプレイ高速化” copied to “Line 10”
“Line 11” is left blank



Now you have a functioning Tankentai script inserted into YOUR game! Sweet huh? But, the more you keep playing with it, you’ll start to realize it isn’t working right. Your game is going to crash just like mine did, and here’s why: the Tankentai Ace engine runs on a special set of Animations that are required for it to run so before we can enjoy it, there are a few more things we need to do. Pay careful attention!



STEP 7: Open the Resource Manager (F10) in the TANKENTAI Project. See all the little Red Dots above the Blue Dots when you click on the different folders? You need those files in YOUR Project to run. So! Click on each little Red Dot and then click on the Export button. Make sure you export them to an easy to find location. You need to export all the red dotted items in these folders:

Graphics/Battlebacks 1
Graphics/Battlebacks 2
Graphics/Characters
Graphics/Pictures
Graphics/System
Movies



Now open YOUR Project and then open the Resource Manager (F10). Import each file into the same respective folder in which you pulled it out of to begin with. In the end, the folders in YOUR Project should look identical to the folders in the TANKENTAI Project.

STEP 8: Close out of both YOUR Project (after saving of course!) and the TANKENTAI Project (I wouldn’t save this one). Open up the folder that you extracted earlier that contains the game demo for the TANKENTAI SBS.




STEP 9: Open the folder that reads DATA and locate the .rvdata2 file that reads ANIMATIONS. Right click on it and select Copy.



STEP 10: Close out of that and forget about it. Now locate where you saved YOUR Project and open it’s folder. It should look very similar to the last folder we were just in. With that said, open the DATA folder. Right click inside of it on an empty space and then click Paste. What you’re doing is replacing YOUR old Animations.rvdata2 file with the Japanese Animations.rvdata2 file. This tends to require administration permission to file replace like this so make sure you approve it or press allow.




Now this next part can get a little tricky so pay close attention.

STEP 11: Open YOUR Project and return to the Script Editor (F11). Click on “Line 3” (“SideViewアクション設定”if you kept the Japanese titles) to bring up it’s Script. Now go to Line 117 on the right side of the Script Editor. It should look like this:
"倒れ" => ["motion", "_1", 0, 0, 0, 12, 0, true,false, "" ],

If you were playing with the engine previously and were using custom made actors/characters you may have noticed that every time one of your actors/characters died or was inflicted with some status ailment that caused them to sleep or be paralyzed, the game would crash. That is because of this line right here. That “_1” means Tankentai is looking for a “YOURCHARACTERNAME_1” file to insert as an image in place of that character being dead or asleep. You’ll notice that when we were transferring files over, we received some new Actor1_1 file additions to our character list. This is why.

NOW! How do you still get to use custom characters in your games without having to make/draw a whole new set of little dudes in the “dead position”? Glad you asked. Just delete that little bit of text that says _1 and then change the first 0 to a 3. Line 117 should now look like this:

"倒れ" => ["motion", "", 3, 0, 0, 12, 0, true,false, "" ],


What this will do is tell Tankentai to use the “up” direction frame from your character sheet so it appears like they are laying on the ground when in actuality they are just “walking” into the ground. But don’t worry; it is only one frame being used so I can assure you they will remain motionless and utterly “dead” until a party member revives them.

Don’t forget to click apply and then save!

Well now what? Now it’s time to play your game, test out the new system and troubleshoot any issues you may run into. Here is one bug you might encounter:

**Your game still crashes every time someone uses an animated skill.
Solution: This is going to sound painful but I’m sure it will work. Open up the Resource Manager (F10) in the Japanese Version of Tankentai Ace (TANKENTAI Project). Click on the Graphics/Animations folder. You guessed it. You need to export out every single one of those animations and then re-import them into YOUR Project’s Graphics/Animations folder. This process can be a bit tedious but after it is completed there should be no issues running your game. You probably won’t need to do this though.


I sincerely hope that I haven’t forgotten anything but if I have, please let me know! If something isn’t working and you’re not sure why because I forgot to include it in this guide…let me know about that to! I guess what I mean to say is, just tell me how things are going…good or bad. In the end, I wanted to make this guide to compile everything I had learned about the Tankentai SBS for Ace and share that collected knowledge with the rest of the community of Tankentai lovers (and probably haters because I KNOW they will be reading this post no doubt).

Anyway, I hope this once again opens up choices of Sideview Battle Systems for non-scripters who won’t mind going the extra mile to incorporate a very satisfactory script into their games without needing advanced knowledge of scripting.


__________________________
-NOW UNDER A RELIABLE HOST!

Go to the top of the page
 
+Quote Post
   
Kaleb Daub
post Jul 2 2012, 08:13 AM
Post #2


Level Up!
Group Icon

Group: Revolutionary
Posts: 300
Type: Artist
RM Skill: Beginner




I have tried this only the battle system is in English, not the scripts so its hard to customize.Although I know some one that is putting the green text into English soon so with that we may be able customize this a bit easier when it is ready.

This post has been edited by mooshra: Jul 2 2012, 09:02 AM


__________________________
My games.
Go to the top of the page
 
+Quote Post
   
XerX
post Jul 2 2012, 10:17 AM
Post #3


Team Mercury Leader
Group Icon

Group: Revolutionary
Posts: 108
Type: Artist
RM Skill: Intermediate




QUOTE (mooshra @ Jul 2 2012, 10:13 AM) *
I have tried this only the battle system is in English, not the scripts so its hard to customize.Although I know some one that is putting the green text into English soon so with that we may be able customize this a bit easier when it is ready.


I'm having a hard time understanding you. Do you mean that you have tried an english version of this script for VX Ace or for the original VX?


__________________________
-NOW UNDER A RELIABLE HOST!

Go to the top of the page
 
+Quote Post
   
Kaleb Daub
post Jul 2 2012, 01:19 PM
Post #4


Level Up!
Group Icon

Group: Revolutionary
Posts: 300
Type: Artist
RM Skill: Beginner




Both, but I am referring to the this version. Sorry for not being clear, but the script's text isn't in English as you know, but I know some one who is translating the most of the Japanese text to English.


__________________________
My games.
Go to the top of the page
 
+Quote Post
   
XerX
post Jul 2 2012, 02:51 PM
Post #5


Team Mercury Leader
Group Icon

Group: Revolutionary
Posts: 108
Type: Artist
RM Skill: Intermediate




Oh ok. Some of the script is partly translated, but not enough for most english users to use it. Well, hopefully someone finishes the english one soon.


__________________________
-NOW UNDER A RELIABLE HOST!

Go to the top of the page
 
+Quote Post
   
Kaleb Daub
post Jul 2 2012, 04:06 PM
Post #6


Level Up!
Group Icon

Group: Revolutionary
Posts: 300
Type: Artist
RM Skill: Beginner




I already asked a Japanese person to translate it but it will be a few weeks because she is studying for exams I believe. So there should be a more translated version very soon. I only asked for the green Japanese text to be translated so it still won't be a full translation, but at least we should know where what sections do what in the scripts when its finished.

This post has been edited by mooshra: Jul 2 2012, 04:07 PM


__________________________
My games.
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 24th May 2013 - 10:44 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker