WildStar Data Table Editor menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    WildStar Data Table Editor

    [WildStar Data Table Viewer]


    Summary:

    Greetings.

    Here is an open-source table viewer/exporter for extracted WildStar .tbl files. It currently supports all tables and can convert them to plain-text comma-separated values files (.csv) or MySQL executable files (.sql). Future updates are likely to include the ability to edit rows and export it back to .tbl files.

    The code is a great improvement over the previous release of my table viewer, which has since been taken down. Table processing is done by a library written in C++/CLI, which is completely portable and may be used in other projects. The interface is written in C#.


    Downloads:



    Usage:

    - Open a file from the menu bar, or drag a data table file into the program.
    - Move between pages from the menu bar, or select a specific page to skip to. You can also click the page identifier in the bottom right of the main window to specify a page number, or use the mouse wheel while hovering the page identifier to go to the previous or next page.
    - Export the page to comma-separated values or a MySQL executable file from the menu bar.
    - Using external descriptors is recommended, or the column alignment may be incorrect. You can download the latest descriptors from the option in the menu bar.


    Developer notes:

    It is released under the MIT license so you may edit it, release it etc. as you wish.


    Thanks to:

    - Cromon
    - DrakeFish

    WildStar Data Table Editor
  2. #2
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Updated to v1.0.1.
    =============


    Supports version 0 WildStar data tables.

    • Fixes file access bug.
    • Added WildStar r6356 table descriptors.
    • Added WildStar r6373 table descriptors.
    • Added WildStar r6376 table descriptors.
    • Added global exception logging.
    Last edited by Jadd; 11-15-2013 at 04:22 AM.

  3. #3
    inikamoze's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just downloaded dtblviewer1.0.1.zip but when i run DtblViewerClient.exe i get an a error "DbtlViewerClient has stopped working"

  4. #4
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by inikamoze View Post
    I just downloaded dtblviewer1.0.1.zip but when i run DtblViewerClient.exe i get an a error "DbtlViewerClient has stopped working"
    That doesn't really help me fix the problem, download the source and run it under a debugger and tell me where it breaks.

  5. #5
    inikamoze's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    That doesn't really help me fix the problem, download the source and run it under a debugger and tell me where it breaks.
    I downloaded the program already compiled from this link https://github.com/Jadd/DtblReader/releases can you recommend me a free and smaller program than visual studio to compile the solution and debug with it ?

  6. #6
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    mono or vs express

  7. #7
    inikamoze's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error 1 error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets line 44 column 5 DtblProcessor

    Error 2 Metadata file 'D:\DtblReader-master\Build\Debug\DtblProcessor.dll' could not be found d:\DtblReader-master\DtblViewerClient\CSC DtblViewerClient

    I used visual studio express 2012.3 my OS is win7 x64 not win8.
    Last edited by inikamoze; 11-08-2013 at 09:45 AM.

  8. #8
    SSJ15's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got the same error
    Last edited by SSJ15; 11-08-2013 at 10:46 AM.

  9. #9
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Change the platform toolset for DtblProcessor (Right click DtblProcessor -> Properties -> Platform Toolset.)

    Edit: Or, you know, download VS 2013. Or don't, your loss.

  10. #10
    inikamoze's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    Change the platform toolset for DtblProcessor (Right click DtblProcessor -> Properties -> Platform Toolset.)

    Edit: Or, you know, download VS 2013. Or don't, your loss.
    Problem is VS 2013 can be installed only on windows 8. Cant u make this program run on win 7 as well or is gona remain win8 only ?

  11. #11
    SSJ15's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    Change the platform toolset for DtblProcessor (Right click DtblProcessor -> Properties -> Platform Toolset.)

    Edit: Or, you know, download VS 2013. Or don't, your loss.
    i tried vs2013 he told me something about windows update missing, so i couldn't install it, even though my windows is up to date.
    I changed the toolset from v120 to v100 now and got a lot more errors.

    https://i.imgur.com/6NadCuO.png

    i don't know why the errors are german, everything else is english oO

  12. #12
    SSJ15's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK working now, thx for the tool

  13. #13
    Ryoflash's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I'm not sure why but when I open the .tbl files it keeps trying to use adobe reader to open them which throws an error as unsupported file type.

  14. #14
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ryoflash View Post
    So I'm not sure why but when I open the .tbl files it keeps trying to use adobe reader to open them which throws an error as unsupported file type.
    This doesn't set the default file association, instead open the table viewer application and drag in the .tbl file or open it via. "File -> Open..."

  15. #15
    Ryoflash's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jadd View Post
    This doesn't set the default file association, instead open the table viewer application and drag in the .tbl file or open it via. "File -> Open..."
    Hmm well I was going through the files and forcing them through table viewer because I wasn't able to actually get table viewer to launch. Downloaded the 1.01 zip unzipped to desktop clicked the exe but nothing goes, and like past users I am still on 7 so my Visual studio is 2010 so I can't run the build to see whats going on =/. Do you need to download both the source code and the latest release or should just release work?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Database] Setting a account to GM level with Data base editor
    By Jimbo13 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 02-08-2015, 05:20 PM
  2. Replies: 38
    Last Post: 08-01-2010, 03:49 PM
  3. Error with the Area Table Editor
    By titibec in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 02-27-2010, 09:29 AM
  4. Replies: 3
    Last Post: 06-06-2009, 07:08 PM
  5. ? Getting Data in and out of Tables Quickly
    By Tritan in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 06-10-2008, 11:26 AM
All times are GMT -5. The time now is 02:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search