Tsukihime 1,489 Posted February 4, 2013 (edited) Import Parameters -Tsukihime This script allows you to maintain your class parameters in spreadsheet software such as Microsoft Excel, and then import them into the database editor. It should be somewhat easier to fine-tune your parameters. Download Script: http://db.tt/lcT1R4Fh Import Template: http://db.tt/UOhKJsaM (fill this out) Usage 1. Download the import template: http://db.tt/UOhKJsaM 2. Create a backup of your classes.rvdata2 file. 3. Each file contains data for a single class, so if you have multiple classes, then you will have multiple copies of this template. 4. The first number in the top-left corner (cell A1) is the class ID. The rows represent the parameters for that level (given in column 1), and the columns along the top are the parameters: you simply need to fill out each cell in the table. Only up to level 99 is supported. 5. Place your csv files inside your project folder the same place where game.exe is) 6. In the configuration, enter the list of csv files to load data from, and optionally specify the delimiter if you are not using a comma. 7. Run script. If successful, a success message should appear 8. Close testplay, close project without saving, and re-open project 9. The new data should appear in your database editor Edited February 4, 2013 by Tsukihime 1 Share this post Link to post Share on other sites
Sievnn 14 Posted February 4, 2013 nice that all I could say Share this post Link to post Share on other sites
Ocedic 249 Posted February 4, 2013 This is awesome, Tsuki. Being able to import external files for data could change the way large games handle their data. Share this post Link to post Share on other sites
Wren 179 Posted February 5, 2013 It would certainly help teams who want to split up work on the database, instead of having to keep sharing the game file they could just coordinate excel spreadsheets. Can something like this be used to also handle skills, weapons, armor, enemy, troop, animations, or other database tabs? Share this post Link to post Share on other sites
g_melodyta 0 Posted February 5, 2013 can you make script to export from database editor to spreadsheet software? (opposite from this script) thanx *sorry for my bad english Share this post Link to post Share on other sites
Tsukihime 1,489 Posted February 5, 2013 CSV files are very limited when it comes to working with data. You can only realistically work with simple values like numbers or strings. It would be unfeasible to try to manage things like features. Share this post Link to post Share on other sites