• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

W3Diff

This bundle is marked as pending. It has not been reviewed by a staff member yet.
W3Diff is a tool that allows for a plaintext view of Warcraft III maps' and campaigns' binary files.

One of the possible uses is allowing git diff to compare these files, configuration for which can be found here. This, in turn, enables map makers to have text diffs while keeping the map openable by editor. Diff for every extension can be separately disabled by commenting out the extension's entry in .gitattrbutes, so only some files get diffed when that is preferable.

Github page containing the source code: BogdanW3/W3Diff

Code:
Usage:
W3Diff [-d] [-f output] input
          -d            debug mode (output unknown fields)
          -f output     write output to file instead of to console
Contents

W3Diff (Binary)

Top