This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # The only requirement: fontTools (create venv, then pip install fontTools) | |
| import os | |
| from fontTools.ttLib import TTFont | |
| from fontTools.pens.ttGlyphPen import TTGlyphPen | |
| SOURCE_DIR = './fonts' | |
| TARGET_DIR = './fonts_modified' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| models\advisor.mdl | |
| models\airboat.mdl | |
| models\airboatgun.mdl | |
| models\alyx.mdl | |
| models\alyxmask.mdl | |
| models\alyx_animations.mdl | |
| models\alyx_emptool_prop.mdl | |
| models\alyx_gestures.mdl | |
| models\alyx_postures.mdl | |
| models\ambient_citadel_paths.mdl |