Im tryin to download a file from my own server with q3dirtrav. When I use the official 1.2 patch and I try to download a server file which really exists, it gives this in the server console out:
Code:
...broadcast: print "THE FROSTY entered the game\n"
ClientBegin: 0
clientDownload: 0 : begining "/baseef/dangercity.pk3"
broadcast: print "THE FROSTY disconnected\n"
ClientDisconnect: 0...
and my client disconnects, the file also doesnt appears anywhere.
When I use the unofficial patch 1.37 by Thilo it lags me out (999 ping) and if I type in /download /baseEF/dangercity.pk3 strange things happens in server console
Code:
ClientConnect: 0
broadcast: print "GreenKiller! connected\n"
broadcast: print "GreenKiller! entered the game\n"
ClientBegin: 0
Client 1 connecting with 50 challenge ping
192.168.0.100:27961:reconnect
ClientDisconnect: 0
Why doesnt it work?