scene.org File Archive

File download

<root>­/­parties­/­2019­/­uc9­/­demo_demohass/rufusul-soulsplitter_vs_the_underground.zip

File size:
276 775 698 bytes (263.95M)
File date:
2019-06-26 21:39:09
Download count:
all-time: 264

Screenshot (by pouët.net)

Screenshot

Preview

  • CocoonImporterReleaseCustomAllocatorx64.dll 355.50K
  • D3DCompiler_47.dll 3.98M
  • D3DX11d_43.dll 300.84K
  • Demo.exe 756.50K
  • demohass.nfo 321B
  • EngineReleasex64.dll 2.47M
  • fmodex64.dll 1.43M
  • Megademo.dat 267.37M
  • msvcp140.dll 618.30K
  • vcamp140.dll 532.30K
  • vccorlib140.dll 386.32K
  • vcomp140.dll 180.80K
  • vcruntime140.dll 85.82K

file_id.diz

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
}