Source2Converter
Source2Converter copied to clipboard
Toolset for converting Source1 models to Source2
Source2Converter
Toolset for converting Source1 props to Source2 If you using "Download ZIP" button, make sure to download SourceIO and put content of downloaded SourceIO zip archive into Source2Converter/SourceIO
Pre requirements:
- Install python3.10 or higher
- Open a command line in /Source2Converter folder.
- Run command
pip install -r requirements.txtto install required modules - Run
python convert_model.py --helpto see all available arguments
~~How to use (semi GUI way)~~ DISABLED RIGHT NOW:
- Open a command line in /Source2Converter folder.
- Run
python convert_model.py - Select output folder in a pop-up window (Source2 mod content folder)
- Select input folder in a pop-up window (Source1 folder with models you want to convert, for single model use -m argument)
How to use (CLI way):
- Open a command line in /Source2Converter folder.
- Run
python convert_model.pywith arguments you need, use--helparguments to see available arguments