Skip to content

DJLegends1011/Source2Converter

 
 

Repository files navigation

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.7 or higher
  • Open a command line in /Source2Converter folder.
  • Run command pip install -r requirements.txt to install required modules
  • Run python convert_model.py --help to see all available arguments

How to use (semi GUI way):

  • 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.py with arguments you need, use --help arguments to see available arguments

About

Toolset for converting Source1 models to Source2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%