• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Tool] JASSExtractor

Level 2
Joined
Feb 6, 2025
Messages
1
Hi,

I wrote a command line app that can extract or dump functions from .j files into separate files and later on merge them back into the source file.

I found it useful for working on large war3map.j files, especially when they have been obfuscated (currently fixing bot item builds in an old DotA AI map), so I figured it might be of some use for you guys as well.

Written in Java, not exactly sure which version you need to run it, but at least Java12. Readme included, should be straightforward.

Source code on GitHub

Release page on GitHub
 

Attachments

  • JASSExtractor.zip
    13 KB · Views: 4
  • README.txt
    2 KB · Views: 2
Top