soulsplitter vs the underground
soulsplitter vs the underground
by RufUsul
thanks cocoon and eha!
replaced 1 texture by hand, 235 using this:
$files = Get-ChildItem *.dds
foreach ($file in $files)
{
$rnd = -join ((65..79)| Get-Random -Count 1 | % {[char]$_})
$src = "c:\priv8\uc9\project\cropdds\" + $rnd + ".dds"
copy $src $file
}
[ back to the prod ]
