Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Online Game Server Architecture
Closed Thread
Old 06-28-2007, 05:11 AM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2007

Posts: 3

steve6t6 is on a distinguished road

Default Online Game Server Architecture

How do modern online FPS servers handle large numbers of clients? I mean take battlefield 2142 say there are 20 players per team and all 40 meet in the same area and start firing, thats hundreds of bullet entities to track and update, who does it? the server or the client. someones got to do the collision detection, then update all players of the effects of a collision as well as very frequent updates on all players positions and orientations.

What i,m trying to do is design a MMORPG server that can handle FPS style gaming with hundreds of clients, but I don't know where to start so I am trying to get examples of client server interaction from existing online FPS's like counter strike and battlefield, or simply suggestion from anyone who has had a good idea in the past
steve6t6 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Games for the Weekend Online Boardgames Osiris PC Gaming 0 05-18-2007 08:27 AM
Weekend Game World of Padman Osiris PC Gaming 1 04-27-2007 09:13 AM
Cannot ping when server & pc on same switch htcs Computer Networking & Internet Access 7 04-05-2007 11:31 AM