Skip to content

Instantly share code, notes, and snippets.

View APie357's full-sized avatar

Andrew APie357

View GitHub Profile
@FlyTechVideos
FlyTechVideos / fontkiller.py
Created March 25, 2026 23:39
Script which modifies all fonts inside a given directory according to your desires. I can't think of any reasonable use cases for this.
#!/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'
@Codingale
Codingale / hl2_misc_dir.vpk.txt
Created May 11, 2024 18:48
a list of all hl2 models
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