for same machine, try using:
Internet TCP/IP For DirectPlay - most machines these days come with a network card and your IP already set up...
On the machine that creates the session, leave the IP parameter blank, and on client(s) set the IP as 127.0.0.1
Don't try and set two different connection types, like TCP THEN serial, that just crashes DB without fail.
Edit:
just read this:
Quote: "PERFORM CHECKLIST FOR CONNECTIONS command returns no results"
this will be your problem, set net connection must use one of those results. it could be because you missed the word 'net' out (perform checklist for net connections) - secondly, it looks like you haven't 'set net connection' a net connection must be set before you can 'create net game' - create net game wants a number, the number of the connection type in the checklist.
so, rounded up:
perform checklist for net connections
for x=1 to checklist quantity()
print x + " - " + checklist string$(x)
next x
this shows all the net connetions you have and numbers them.
what I've done in the CLI sets the connection as IPX, NOW I can do create net game with the usual parameters
if perform checklist blah blah still return nothing - do you have any machines with a network card in them, or friends who have such machines, those two will be your best bet.
...maybe one day I'll finish a project
