by Spike » Thu Jul 09, 2015 10:06 pm
wipx is dead. dos drivers for udp were kinda crap, so maybe you'd still want to use this if you've still got a dos port.
wins gives you udp / winsock support. if you're okay with requiring win95 users (lol) to install updates so they actually have winsock installed, then you can merge this with the linux/bsd socket code.
win provides the list of packet drivers (basically it names various wipx and wins functions)
dgrm provides the protocol layered on top of those unreliable packet devices.
vcr is dead. I assume id used it to record client->sever packets for debugging, but the output kinda requires too much determinism for regular demos. for anything else you can just use regular demos. this is just playback stuff. the record parts are in net_main assuming you want to strip that out too...
also, kill the IDGODS junk.
.