WC3MapTranslator
WC3MapTranslator copied to clipboard
Translate war3map ⇄ json formats for WarCraft III .w3x maps
I'm sorry if this is such a low level question but I am trying to edit the war3map.doo file for a map and I honestly have no idea how to...
Hello 👋 sorry if this is trivial, but I could not get the v4.0.0 of this package working. I tried multiple ways to run the example in the readme, but...
Hello, currently using this to make a language translation tool. Is the plan to support only latest wc3 version file format or multiple? Want to know if I should just...
Use the return object of each translator to store ❌ **errors** that occur in translating. Before any translation takes place, validation should be performed to check the input schema: -...
Hello. Thank you for the wonderful program! I noticed one issue that prevents seamless translation between w3a Json. Specifically, the "Crs" field of abilities "Acrs" and "ACcs" (Curse) is three...
So I got same issue as people before so I installed 4.0.0 as u adviced then downgraded but still it doesn't work. I don't know if downgrade was 100% successful....
Allow users to use the tool via CLI commands instead of programmatically. **TODO:** * [x] Allow user to specify which translator/method to use if the file name is not standard...
I cant figure out what branch to target @ChiefOfGxBxL (fixes from @cipherxof mdx-m3-viewer)
CLI tool
Include a command-line interface so users can translate files without having to write code. We can use `npx` if the user does not want to install the tool.
Hello! Based on WC3MapTranslator, I have created a parser that converts all content of a map file to JSON and back. My issue is that when testing with different maps,...