24 lines
696 B
Markdown
24 lines
696 B
Markdown

|
|
|
|
armortools
|
|
==============
|
|
|
|
3D content creation tools.
|
|
|
|
[armorpaint/](https://github.com/armory3d/armortools/tree/main/armorpaint)<br>
|
|
[armorlab/](https://github.com/armory3d/armortools/tree/main/armorlab)<br>
|
|
[armorsculpt/](https://github.com/armory3d/armortools/tree/main/armorsculpt)<br>
|
|
[armorforge/](https://github.com/armory3d/armortools/tree/main/armorforge)
|
|
|
|
**Generating a locale file**
|
|
```bash
|
|
./base/make --js base/tools/extract_locales.js <locale code>
|
|
# Generates a `base/assets/locale/<locale code>.json` file
|
|
```
|
|
|
|
**Embedding data files**
|
|
```bash
|
|
# Requires compiler with c23 #embed support (clang 19 or newer)
|
|
../base/make --embed
|
|
```
|