Tagged Questions
0
votes
1answer
87 views
How to setup Authentication Database and Game Database?
I'm playing around with creating a game in C# using the XNA Framework. I've decided to use technologies that I'm pretty much familiar with and create things from scratch. There are probably frameworks ...
5
votes
1answer
215 views
How can I debug live multiplayer servers effectively?
I have a multiplayer server made by a small team of developers and we have bugs that crop up on our live server occasionally that we simply can't reproduce while playing with our small team on a live ...
2
votes
1answer
604 views
Scripting for a C#, multiplayer game
I have a multiplayer game written in C# and we've recently been creating a lot of content but have been looking for a way to give our entities customization logic that the designers can hook into. I ...
4
votes
2answers
489 views
Game Server on Windows Azure
What do you guys think of using Windows Azure for deploying a custom built game server. It's being built in C#, and I want to get a few things down before stretching too far into the project.
I like ...
3
votes
2answers
378 views
What platform should I use for a master server?
We are making a small FPS, and want people to be able to play it online and fetch a list of all servers from a master server. We only have experience in C#, and we have already written a master server ...
8
votes
9answers
1k views
18
votes
5answers
6k views
Is C# viable for a real-time game server?
Most of the question is in the title.
Basically, I'm starting to develop a 2D multiplayer action game. The client is (probably) going to be in XNA, and I thought I'd ask here about whether it's a ...
2
votes
1answer
249 views
Server related questions and it is available options?
i went thru a lot pages here searching for information about the "server side" of a multiplayer game, while i did found some information they were not exactly what i was looking for.
What is the ...