Another Python goodie.
Displaying 1-6 of 6 total.
1
Miggle
|
Wouldn't Python support mean Online support? hmm things can get interesting.
Posted on 2001-06-04 17:23:34
|
andy
|
'Never confuse a single defeat with a final defeat.' -F. Scott Fitzgerald
Posted on 2001-06-04 18:18:51
|
cyberdude
|
I doubt anyone would make the server in VERGE, so you should definatly use DirectPlay. Besides, DirectPlay is really easy to use :)
Posted on 2001-06-04 23:51:28
|
Praetor
|
no matter what language you use...
if tSB wanted, I could let him use the networking API that I had already written for v2.7... but avoid DirectPlay...
Praetor - Strong enough for a man, but made for a woman.
Posted on 2001-06-05 00:05:44
|
andy
|
Most people I've talked to say that DirectPlay isn't worth the trouble, and to go straight to sockets/Winsock. (which are the same thing, really) Moreover, DirectPlay isn't portable.
This is something of a non-issue, though, since the standard Python distribution is packed with a socket library. :) (If necessary, I'll write a lil' abstraction over it to make it easier to use)
'Never confuse a single defeat with a final defeat.' -F. Scott Fitzgerald
Posted on 2001-06-05 19:02:07
|
sukuriya
|
Direct Play blows... its easier to make (not to mettion to port) if you make your own server code not this crappy piss ant direct x shit (sill M$ windows is for kinds)
Posted on 2001-06-06 09:03:46
|