Tagged Questions
1
vote
2answers
75 views
MMOFPS Player Positions [closed]
I'm working on a MMO game project. I have a question about MMOFPS game architecture. (I have basic network knowladge)
(MMOFPS) I want to send player position to other players(clients) and other ...
-12
votes
2answers
165 views
Extremely Hybrid Game requirements [closed]
What system specifications would a game need if it was:
Total players per planet: ~20000
Total players per team:~1M
Total players per map(small volume of space or small surface over a planet): ...
2
votes
1answer
199 views
How many UDP ports for an MMOFPS
I'm designing an MMOFPS. I'm not sure whether to use one UDP port for all clients or one UDP port per client. Or is there another alternative?
Currently UDP is only being used for position data ...
2
votes
2answers
383 views
What is the proper term for “permanent world”?
How to name the fact that for a MMO game there's one big session, the same things are happening for all the players, you log out and after two days log in to the same place as the same person ?
I'd ...