Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Game Development / Game Mechanics / Player movement on server on: 2011-08-10 15:57:06
Hello,

I'm currently programming the movement engine on my multiplayer game. The game is played through a server which validates everything and sends updates to other clients.
Now I'm at the point where it has to validate player movement and send updates to all clients seeing that player.

Now my question is how I should process movement packets from client. What I thought of: Having one extra thread which does movement validation. This thread has a queue which stores incoming movement packets based on the order in which they arrive. Then, in every iteration, it takes the next movement packet from the queue and validates it.

Also of note: the game has tile based movement. Meaning one movement advances the player one tile further.

Is this an OK approach or is there a better one?
2  Game Development / Networking & Multiplayer / Re: KryoNet - Suppress multiple connections from same user? on: 2011-08-03 20:01:50
I guess I'll use the mac address solution. Any objections to this?

Also, how could I make a KryoNet client send his mac address during connect (not after the connection is established, during establishment)?
3  Game Development / Networking & Multiplayer / Re: KryoNet - Suppress multiple connections from same user? on: 2011-08-03 19:23:31
Such controls must not be done at the IP layer because a lot of machines can share the same public IP address on Internet (when theses machines are on a LAN)
You should envisage an authentification protocol (based on a registered account) and refuse to have the same account with 2 connections in the same time (whatever their IPs are).

That is a given. Not allowing to log into the same account more than once.

But I also want to prevent the same person playing with more than one account on the same server (at least on the same machine).
4  Game Development / Networking & Multiplayer / Re: KryoNet - Suppress multiple connections from same user? on: 2011-08-03 18:56:33
Ok, but I would want to remove disconnected connections from the list. As far as I know you can't grab their IP/host anymore when they're disconnected, can you?

In that case I would need to iterate over the whole list and check for the disconnected connection id?
5  Game Development / Networking & Multiplayer / KryoNet - Suppress multiple connections from same user? on: 2011-08-03 17:31:23
Hello,

I am using KryoNet to implement multiplayer functionality in my game. Now I don't want the same person to play more than once on the same server. Or to describe it a bit different: I don't want the same person have more than one connection established to the server.

Now I know you can't always suppress this. When someone is on different hosts/machines, he can do that. But at least I want to suppress more than one connection per machine.

How can I do that using KryoNet? Does KryoNet have such a functionality or do I have to code it myself?

I would be glad if you could share your wisdom with me.
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (77 views)
2013-05-17 21:29:12

alaslipknot (89 views)
2013-05-16 21:24:48

gouessej (119 views)
2013-05-16 00:53:38

gouessej (113 views)
2013-05-16 00:17:58

theagentd (126 views)
2013-05-15 15:01:13

theagentd (113 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (179 views)
2013-05-12 17:10:36

kutucuk (179 views)
2013-05-12 15:36:09

UnluckyDevil (186 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.09 seconds with 21 queries.