SCS games modding tools in one place
[ external image ][ external image ][ external image ]
[ external image ]
Link
[ external image ]
Install
- Windows
- Download SCSHub_x.x.exe from releases and run file
- Or you can procced with below instruction
- Linux, Mac
- Required Python 3.10+ (maybe lower, not tested)
- Clone repo or download repo zip
Code: Select all
git clone https://github.com/AmirMahdaviAM/SCSHub - Install requirements
Code: Select all
pip install -r requirements.txt - Run app
Code: Select all
python SCSHub.py
Feature
- SCS Tools
- Official extractor and packer
- Implemented feature
- Converter PIX
- Multi base input
- Single Model and Single TOBJ mode with conversion
- Extract specific File or Folder without conversion
- Animation export
- Use old dds format
- Past 1.47 material attributes
- Animation finder
- File and string hasher
- SXC Extractor
- Single click finder & extractor (SXCFinder + My new path finder)
- SXC Packer
- SXC finder
- TOBJ Editor
- Full attributes tobj editor and creator
- Binary formant (import and export)
- Text formant (only export)
- 2D tobj support
- Def creator
- Create simple def from pmd/pim accessory folder
- Custom directory names
- Custom name and filenames
Known issue
- App
- Not tested in Linux and Mac
- Open log and Open Folder buttons in InfoBar only work in windows
- SCS Tools & SXC Extractor
- Only work in windows
Localization
If you want to help translate app to your language, Please check SCS Hub project in Crowdin
Thanks to
- zhiyiYo - PyQt Fluent Widgets and it's gallery app code
- mwl4 - Converter PIX project
- simon50keda - Converter PIX Wrapper for inspiration and code help