View Single Post
  #1  
Old 09-06-2019, 13:30
Perykles Perykles is offline
Registered User
 
Join Date: Oct 2014
Location: NoWhere
Posts: 4
Thanks: 29
Thanked 2 Times in 2 Posts
Perykles is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Cities Skylines
v1.12.1-f2 + all DLC

4.58 GB

Someone has better options?
4.41 GB
Compress all raw music files with OptimFROG in Cities Skylines directory
batch compress :

for /R .\ %%X in (*.raw) do (
ofr --encode --preset 7 --deleteafter --raw "%%X"
)

batch decompress :

for /R .\ %%X in (*.ofr) do (
ofr --decode --deleteafter "%%X"
if exist "%%~dX%%~pX%%~nX.pcm" ren "%%~dX%%~pX%%~nX.pcm" "%%~nX.raw"
)
Reply With Quote
The Following User Says Thank You to Perykles For This Useful Post:
shiyamrrc (01-07-2019)
Sponsored Links