Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

Good python library for designing a mmo? Actor based design

i m trying to design a mmo game using python... I have evaluated stackless and since it is not the general python and it is a fork, i dont want to use it I am trying to chose between pysage ...
4
votes
4answers
1k views

Using Linux Virtual Server for load balancing of zones in MMO game

I'm a developer of a MMO game and currently we're at my company facing some scalability issues which, I think, can be resolved with proper clustering of the game world. I don't really want to ...
2
votes
2answers
45 views

Fast text parser for server-client messages - MMO

Application I am working on an MMO and have run into an issue. The MMO server I've built is fast and locally sending messages to my game client every ~50 milliseconds on UDP sockets. Here is an ...
2
votes
2answers
83 views

Actionscript 3.0 -> PHP -> MySQL Security Issue on a Game Application

I am planning on making a game with actionscript 3.0 (flash). However, I am having some security issues on saving user points. To be more specific, read below and you'll understand what's the exact ...
2
votes
1answer
686 views

looking python multiplayer game server project

looking for a python multiplayer game server project. just trying to learn more and i love to game
1
vote
1answer
77 views

PHP textbased MMO game tasks organization

I am developing a php text based game, I am organizing tasks in games. Basically tasks increase the understanding of game. A task is a group of small actions in game. e.g. TASK Description: You ...
1
vote
3answers
211 views

Saving data in MMO

What are your thought about saving data (such as character stats, achivements, items) on a MMO game? Clearly you want as little dataloss as possible if(when) the server goes down for some reason. ...
1
vote
1answer
406 views

What is the most popular MMO game that has an out-of-game API [closed]

World of Warcraft is off the table, because of the "WOW Glider Lawsuit" of 2008. Also see: Where is Blizzards official World of Warcraft API? But, what is the most popular (in terms of usership) MMO ...
1
vote
2answers
402 views

Open source Multiplayer Socket Server for Virtual World

Are there any open source multiplayer socket servers that can be used for virtual world development? I've been looking at SmartFoxServer & Electroserver, but there very pricey.
0
votes
1answer
49 views

What kind of database in regards to cap theorem should be used for an mmo?

Let's say an mmo was being created with the features of being first person view, having one world everyone plays in (like eve online), and being a sandbox game. What database would best suit it's ...
0
votes
3answers
74 views

Message rate between clients/server in MMORPG [closed]

How often should the clients send requests to the server? And how often should the server send updates to the clients? Are there any recommendations?
0
votes
5answers
545 views

How to make a javascript/php chatroom more efficient in terms of load time and sql communication

Right now the setup for my javascript chat works so it's like function getNewMessage() { //code would go here to get new messages getNewMessages(); } getNewMessages(); And within the ...
0
votes
2answers
3k views

looking for php game engine/framework

I'm looking for php game engine/framework. Free or cheap, preferably open source (but it's not requirement). If there's nothing like this available I'd be fine with modifying some open source game... ...
0
votes
1answer
531 views

Getting data to the client in an Java MMO

I'm trying to make an online MMO in Java. It will be a simple one where you get a character and can move around and shoot other players, all in top-down 2D. The server will be multithreaded and in ...
0
votes
3answers
664 views

High latency in an iPhone mmorpg

Right now I'm trying to make a mmorpg for the iPhone. I have it set up so that the iPhone requests for the player positions several times a second. How it does this is that the client sends a request ...
-2
votes
1answer
267 views

How fast is MySQL? [closed]

Does anybody how fast MySQL is? I am wondering this because I wan't to build an real time MMOG using MySQL for the database. To me, MySQL just doesn't seem fast enough. But IDK the facts! BTW: I'm ...
-2
votes
1answer
560 views

How to creat an online multiplayer game using flash or flex? [closed]

I want to know if there is any way to creat an online multiplayer game using flash or flex (flash builder) ... if we can, can you send me some tutorial in an answer Thenx BeForE