Advertisement
loon4tic

Toontown Alpha Combiner content pack script

Aug 10th, 2020
2,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.19 KB | None | 0 0
  1. @echo off
  2. set /p resources-path=Enter vanilla resources path:
  3. set target-path=./
  4. python -m alphacombiner.Main --wipe-jpg --phase-files "%resources-path%" --convert-pack %target-path%
  5. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement