Advertisement
poosh

Extract ScrN Balance from the Bundle

Jun 29th, 2020
1,858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.08 KB | None | 0 0
  1. @echo off
  2.  
  3. set zip="c:\Program Files\7-Zip\7z.exe"
  4. set BundleDir=c:\1
  5. set OutputDir=c:\1\Out
  6.  
  7. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\Animations Animations\ScrnAnims.ukx
  8. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\System System\ScrnBalanceSrv.int
  9. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\System System\ScrnBalanceSrv.u
  10. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\System System\ScrnBalanceSrv.ucl
  11. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\System System\ScrnSP.*
  12. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\System System\ScrnVotingHandlerV*.*
  13. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\Sounds Sounds\ScrnSnd.uax
  14. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\StaticMeshes StaticMeshes\ScrnSM.usx
  15. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\Textures Textures\ScrnAch_T.utx
  16. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\Textures Textures\ScrnTex.utx
  17. %zip% e %BundleDir%\ScrnBundlePart2.zip -aoa -o%OutputDir%\Textures Textures\TSC_T.utx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement