Skip to content

Latest commit

 

History

History
93 lines (82 loc) · 3.07 KB

README.md

File metadata and controls

93 lines (82 loc) · 3.07 KB

logo

SCS games modding tools in one place

GitHub Release python code style

Install

  • Windows
    • Download SCSHub_x.x.exe asset 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
    git clone https://github.com/AmirMahdaviAM/SCSHub
    • Install requirements
    pip install -r requirements.txt
    • Run app
    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
    • Convert whole archive
  • SXC Extractor
    • Single click finder & extractor (SXCFinder + My new path finder)
    • SXC Packer
    • SXC Finder
    • SXC Extractor
  • TOBJ Editor
    • Full attributes tobj editor and creator
    • Binary formant (import and export)
    • Text formant (only export)
    • 2D tobj support
    • Cube tobj support
  • Def creator
    • Create simple def from pmd/pim accessory folder
    • Custom directory names
    • Custom name and filenames
    • Create def for hookups
  • Sii Editor
  • Sii Decryptor
  • DDS to TGA
  • Save Editor
  • Font Creator

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