Skip to content

AnotherPillow/STF2CP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STF2CP

Usage

  1. Download the latest release, if not present or not up to date, clone this repository with git clone https://github.com/anotherpillow/STF2CP.git --recurse-submodules.
  2. Install Python, 3.11 was used for the development of this.
  3. Depending on your platform and your Python install, install requirements using:
    • pip install -r requirements.txt
    • py -m pip install -r requirements.txt
    • python3 -m pip install -r requirements.txt
    • python -m pip install -r requirements.txt
  4. Place your STF mod in STF2CP's folder so that its manifest is <STF2CP Folder>/[STF] Cool Mod/manifest.json
  5. Rename the mod to input, so that the manifest is <STF2CP Folder>/input/manifest.json
  6. Run main.py, preferably through a terminal using one of the following commands:
    • py main.py
    • python3 main.py
    • python main.py
  7. Find the converted mod in output/

About

Converter to convert STF mods to CP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages