Deathmatching Game

General discussion for topics related to the FreeBASIC project or its community.
Marcade
Posts: 8
Joined: May 27, 2005 14:01
Location: Shanghai, China
Contact:

Incase you can't move and your screen looks red ..

Post by Marcade »

.. it's likely because either your router isn't forwarding port 8000 and/or your firewall blocks it.
The Car
Posts: 102
Joined: Jul 08, 2005 19:02
Location: MN, USA

Post by The Car »

Yes, if your firewall isn't letting UDP 8000 through then you will connect and see the red with a loss of 100%.
anarky
Posts: 80
Joined: Jun 02, 2005 14:54
Location: Australia
Contact:

Post by anarky »

May I suggest the client use random ports? Perhaps a port range of 8000-8009? Otherwise, a great start. I haven't tested yet, but the screenies look wicked. I'd play if we can get a following.

Hell I'd even contribute...
The Car
Posts: 102
Joined: Jul 08, 2005 19:02
Location: MN, USA

Post by The Car »

Hi anarky,

Thanks for the comments!

Only the first version used 8000 because I wasn't using the same UDP socket for send/recv (this is my first project using freebasic, irrlicht, and udp, so it is a learning experience).

Since the first patch clients have been using values from 20200 to 202XX where XX is the max # of clients the server can handle. You shouldn't need to mess with your firewall now to get it to work.

Let me know if you can connect!

Eric
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Post by D.J.Peters »

works great here

if i start the client i can't move ping=0
but if i press [ALT]+[TAB] and bring the console window in foreground
and press it again to go back to the game window
i have a ping of 200 all works fine.

Joshy
Post Reply