Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
This isnt a Support forum for Developing other mods, or for tutorials on making one using RakNet.
You need to get the memory addresses for everything and control them by setting/reading their memory addresses. So if player 1 moves to 1.0,4.0 it shows the same guy on player 2's screen at 1.0,4.0.
I have very little knowledge of the structure and mechanics of MP systems, but if i had an idea it would be that.
Posts: 2
Threads: 1
Joined: Jul 2009
Reputation:
0
Sorry for being at the wrong place and i hope nobody is really angry. But i didnt know where to write it.
Well what you said, is what i have to archieve. The probleme is: You cant send datas every frame(so 60 times a second) it would mess up the game/internet connection. So you have to send, wait, send, wait,send and so on. The problems are the "Holes". The time when you dont send the required datas. There you have to use algorythm to interpolate the POSSIBLE behaviour of the character and still keep the character as close as possible to the original position.
And iam not asking for a RAkNet technique. I want to now some techniques in general. A Concept. Since my concept doesnt work really good v.v.
Greets
Memnarch
Posts: 707
Threads: 2
Joined: May 2005
Reputation:
0
Yeah, this isn't quite the place to ask. But just to make things clear, are you trying to smooth out movement from in between packets, or are you trying to extrapolate the player position based on ping? (Lag compensation).
And yes, you can send a data packet every frame, but it doesn't work out to well, as bandwidth usage would be massive.