https://github.com/themuffinator/scripts
A collection of useful python scripts
https://github.com/themuffinator/scripts
Last synced: 30 days ago
JSON representation
A collection of useful python scripts
- Host: GitHub
- URL: https://github.com/themuffinator/scripts
- Owner: themuffinator
- Created: 2025-10-28T11:29:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-28T16:32:10.000Z (5 months ago)
- Last Synced: 2025-10-28T16:32:26.127Z (5 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts
## idTech4 texture conversion
The Doom 3 and Quake 4 texture pipelines now share a unified implementation in
`textures/idtech4_to_idtech23_converter.py`. The legacy entry points
(`d3_to_q3_full_converter.py` and `q4_to_q3_full_converter.py`) remain as thin
wrappers so existing automation can keep calling them, but all configuration is
now profile-driven via `textures/convert_config.json`.