• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Move your object data into EXCEL - War3 Super Data Editor

Status
Not open for further replies.
Level 2
Joined
Mar 7, 2015
Messages
5
I find a SERIOUS bug from my tool's dependent tool.
This bug make the tool cannot run in normal.
So I'm sorry to say that please do not download this tool in the near future.
It's time for me to write the complete tool.
It needs about two or more ( maybe ) months to do this.
I'm updating my map, so I have to spend others time for my map.
Sorry for this, I'll be quick.


excel.png
( Data comes from a open source Gaia's Retaliation, if you're the author and you don't want it be shown here, tell me please, and I'll replace those data right away. )

Base on w3x2txt-master, I made this tool.

First, Move your .w3x file into our tool's base folder.

Then you could drag your .w3x file ( without encrypted ) into "/unpack.bat", then get UnitData.xlsx, ItemData.xlsx, etc.. at "/work/".
After that, you could double click "pack.bat", then get .w3u, .w3t, etc.. at "/work/output/".

You could do almost everything you could do by microsoft excel, even work with others by microsoft excel online.

While this tool is on developing, I'm still adding new function so I didn't write the tool's full function, sorry about this.
But you could ask me how to use it. ( I will gather them into the questions box. )


View attachment War3 Super Data Editor 0.9.2.a EN.rar

Log

  Fix a bug which makes almost all text disappear.


View attachment War3 Super Data Editor 0.9.2 EN.rar

Log

  Fix a bug from w3x2txt-master, it's chaos skill's description which level   larger than 1.
  Fix a bug chaos 0.9.1's output data.
  Reorganized unpack processing, it's quickly than before.
  Now you can't see level 2, level 3's data, if this data's level is smaller than 2.
  Now you can use dictionary to replace text automatically, edit your dictionary at "work/TranslateDictionary.lua".
  Move "config.lua" to root folder.


View attachment War3SuperDataEditor 0.9.1.rar

Log

 Fixed a bug, this bug upside down aup1's text.
  For Example, I have a skill which level is 3.
  It's aup1 have 3 text, should be show as "{1}A {2}B {3}C"
  But this bug made it "{1}C {2}B {3}A"


View attachment War3SuperDataEditor 0.9.0 Final.rar

Notice

 Don't use all " ' [[ or " ' ]] or " ' [[ ]] in a string.
 Use "null" to replace data you want delete.
 This tool just unpack .w3x file.
 This tool won't create .wts file, all string will insert into .w3u .w3t etc..
 Before unpack, backup your .xlsx at "/work/" before.
 Before unpack, close your map editing at World Editor.
 Before unpack, close your editing UnitData.xlsx, ItemData.xlsx etc..
 Before pack, close your editing UnitData.xlsx, ItemData.xlsx etc..
 If the tool crashed, try unpack/pack again, if still crashing, report bug with your map ( if could ) please.

The tool is still updating, if there is any bug, leave your message, thanks!

My E-Mail: [email protected]

Special thanks to :
 异域之星 - A man helps me a lot, include infomation & techlonogy.
 最萌小汐 - w3x2txt-master's author, War3 Super Data Editor depend on that tool.
 You - Thank you for use.

[First post at here, if I break any rule, please tell and I'll fix it.]
[Thanks Google Translate :D]
 
Last edited:
Status
Not open for further replies.
Top