by Spike » Sat Jan 23, 2010 1:34 am
in pr_csqc you can find the value 17105.
replace it with a proper define and change it to whatever csqc header crc you want it to run. mneh.
fteqcc currently claims 22390 to be the one for EXT_CSQC_1...
Which is also the one required for my csqctest mod, naturally.
I don't really remember how it got an old value, but that zip wasn't entirely complete in a few other ways.
Use 0 and it'll accept any, tbh, for the most part.
Your server is missing a few bits. clc_qcrequest isn't accepted, svc_csqcentities doesn't look like it can be generated, though I suppose that's wip. csqctest is generally happy enough with neither of those, so long as deltalisten works properly :)
I've not really looked at the client changes in detail. Mostly because I don't remember them.
Again I apologise, that original csqcwinquake build wasn't quite complete - avirox kinda released it for me when I got bored of porting stuff over. :)
From what I remember, sound control is also incomplete. I'm sure there were a few other bits.. but its too long ago for me to remember off hand without studying line by line.
svc_updatestat_byte and svc_csqcentities match the svc number and protocol in DP7. DP doesn't support stat floats or strings (at least not the same way), and DP7 has a superior svc_clientdata built in, hence why those svcs have other numbers in a range not claimed by LH.
.