On Mon, 18 Jul 2011 23:27:44 -0700, Tony Paloma wrote:
Will. Combine the file parts in order to generate the .dem file.

I can't get this to work, i've tried both with and without the .dmx file, and TF2 tells me

--
] playdemo demofile.dem
demofile.dem has invalid demo header ID.
Failed to read demo header.
--

Process (from a bash shell)

1) ls -rt *.block > blockfiles (to generate a filelist, with files in order, to work from)
2) for bfile in `cat blockfiles`; do cat $bfile >> demofile.dem; done;

I've tried adding the .dmx file both to the start and end of the blockfiles filelist, but no cigar.

Any ideas, or should I be using another tool than cat?


/Peter

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to