A python scripts for importing Source 1 assets such as materials, models, and particle effects into Source 2
Set of scripts for importing Source 1 assets such as materials, models, and particle effects into Source 2. Inspired by Valve’s own source1import.exe (written in C++ and Perl), this one is in Python. Requires: Python 3.9python -m pip install -r requirements.txt Installing: Download as ZIP and ExtractOpen folder, press Ctrl + L, enter cmd and run the following commands python -m pip install -r requirements.txt cd utils All set. Use python materials_import.py –help or read below examples to get started. […]
Read more