- 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
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