PyCASCLib: CASC interface for Warcraft III
CASC interface for Warcraft III. This repo provides bindings for JCASC: https://github.com/DrSuperGood/JCASC Jdk is required for installation. You can either download it manually and set jdk_path or let the installer do it automatically.for windows: python setup.py install –new –version=16 python setup.py install –jdkpath “path_to_your_jdk” for unix: python3 setup.py install –new –version=16 python3 setup.py install –jdkpath “path_to_your_jdk” main functions are: read_temp, open_image, open_file, read_text
Read more