932a39c41c9d4416d5014887bb2b405be5709d3a
armortools
3D content creation tools.
Updating cloned repository
git pull origin main
git submodule update --init --recursive
# Delete `armorpaint/build` directory if present
Generating a locale file
pip install typing_extensions -t armorpaint/Assets/locale/tools
python ./armorpaint/Assets/locale/tools/extract_locales.py <locale code>
# Generates an `armorpaint/Assets/locale/<locale code>.json` file
Release builds Optional, used for best performance
# Compile krom.js using the closure compiler
https://developers.google.com/closure/compiler
# Generate a v8 snapshot file
export ARM_SNAPSHOT=1
../armorcore/Kinc/make --from ../armorcore -g api
./ArmorPaint . --snapshot
# Generates a `krom.bin` file from `krom.js` file
Description