Desync is out of control
This has been in the development manifesto for some time, and it's been about a month since I posted this (This is a long post):
Spoiler
" Videos of serious Desync:
Spoiler
https://www.youtube.com/watch?v=j8wTE71aXFI https://www.youtube.com/watch?v=a7SI0S5b6fE https://www.youtube.com/watch?v=oWOL_HTMT3o http://www.youtube.com/watch?v=ECylSvEGqbg& http://www.twitch.tv/ephixagames/c/4710896 -- Rank 1 death... http://www.twitch.tv/willywonka_hc/c/4661939 http://www.twitch.tv/qstep/c/4797990 Examples of bullshit logic that don't need to be stated in this thread
Spoiler
It's part of the game, deal with it If only that were applied everywhere in life we'd still be wiping our ass with leaves in caves. Don't play using a build that is prone to desync. Fuck you. If they didn't want us to use a skill, they should remove it from the game. This happens in other games when a skill is bugged. Stop treating Desync like it's not a bug. It is. It allows us to do X/Y/Z, and for me, that's worth it For 1: This isn't about you princess. This is about making a game that's fun for EVERYONE. 2. Other games that don't have desync don't suffer from these issues and have similar features. I can use leap slam in Diablo 3 to avoid a fireball and not rubber band back into creeps. I never desync, therefore it's not a big issue Great, either your ISP has better routing, or you live closer to Dallas, I'm glad it works well for you, but that's not universal. You're not hungry but that doesn't mean we've wiped out worldwide hunger. You're confusing desync and lag I'm a network engineer, I know what latency is. I'd like to begin this thread by saying 9 things. 1. I do not suck at video games. 2. I enjoy playing hardcore in games. I have a level 70 hardcore char in EVERY class in Diablo 3 that can solo in at least Torment 4. 3. I am employed as a network engineer, still working for the largest CDN in the world. 4. I also work as a programmer, and as a programming teacher, where I teach roughly 25,000 students in C++ and Java (Online, obviously). 5. I really love playing path of exile, it's an AWESOME game that really puts a gigantic focus on customization and player-choice. 6. The above fact is totally ruined by desync. Not latency. Desync. 7. I have a 75/50 internet connection (FIOS) and my average ping to the POE servers is around 50-65ms 8. I desync roughly every 30-50 seconds. I blamed this on my build (flicker crit) for a very long time. I have started running with Ele Buzzsaw and I still have a GREAT deal of issues with desync. 9. I have died more times to desync (which is a bug) than to every legitimate gameplay mechanic combined. Calling this a "security feature" is a SLAP IN THE FACE to the players that support you. As I stated in my post on the development manifesto, it comes down to trusting the client. If you trust the client about nothing else, you HAVE to trust it about it's current position. Code in cheat protection around the limits of how far a character should be able to move under certain circumstances... but at the end of the day, you HAVE to trust that the client knows where the player is. If you don't, you ruin the gameplay experience for the player. This really isn't an issue that you can continue to hide from. ![]() Combined between my 2 primary characters I have about 750 deaths, couple in all my other characters (level 39 - 72) and I'm at over 1000. And there's no doubt that a good amount of those I've earned on my own. I've probably died to Atziri double bosses a solid 15-20 times. Swapping gear on Dominus to cull is probably another 15-20. And sometimes I'd run out of frenzy charges in the middle of a swarm of monsters on my flicker crit char. Those all happened. I totally deserved those deaths. The other probably...600-700 times that I've died? I didn't deserve those. That's not what I entered into my client. And each one of those times that I've died despite taking action that would have prevented me from dying. ![]() Based solely on the information I've provided so far I can tell you a few things as fact. When I'm playing any other MMORPG / MOBA / RTS / Action game (be it Diablo 3, Wildstar, League, Dota2, etc) I don't experience the type of lag / desync that I experience in Path of Exile. Are there any plans to even look at this issue? Is there anything at all being done about this? Last edited by demonskye#3413 on Nov 14, 2014, 10:13:26 AM
This thread has been automatically archived. Replies are disabled.
|
![]() |
You must have missed the part where the devs said that putting complete trust in the client encourages hacking and cheating, and will not be done.
Sure - they COULD put a ton more trust in the client side of the game, but they won't. http://www.pathofexile.com/forum/view-thread/889669 All online games have this situation. The server has to dictate whether things happen or not, but there's a 50-250ms delay before data gets to the server and back. There are three ways that games can solve this: Trust the client. This means people can cheat, but the results are instant. We will not do this. Wait until data arrives back from the server before doing anything. This is a very common strategy in RTS and MOBA games. If you click to move, the unit will only start moving once the server says so, which is 50-250ms later. If you are close to the server, you'll quickly get used to the lag and everything feels pretty good. If you're far away (New Zealand, for example), it feels like you're playing drunk. Every time you issue an order, nothing happens for quarter of a second. This does not work well for Action RPGs - the immediacy and pace of combat requires that actions start to execute instantly. Start predicting the result of the action as though the server said yes, immediately. When the server later gets back to you with a result, factor it in. This is what Action RPGs including Path of Exile do. It means that when you click to move, or click to attack, it occurs instantly and feels great. The problem is what happens when the server decides that the action can't have occurred - that's when the game gets badly out of sync. Last edited by JuniorHakensheath#1699 on Oct 28, 2014, 7:09:24 PM
|
![]() |
" Yes, I also read that post, and if you believe it you're just plain deluded. Placing "ANY" amount of trust in the client does not enable cheating. Placing full reliance of a server doesn't automatically disable cheating either. I can use google to find websites with undetected bots for this game. How is desync preventing that? Furthermore, placing trust in the client with server-side checks on bounds makes a LOT more sense than just distrusting EVERYTHING the client says and making sure the server is okay with every move. It's insane. For people like me on the East Coast (I'm a 12ms ping from the largest Colocated DataCenter in Boston, which happens to be where I spend a good portion of my time) I have to connect to Dallas (173.192.12.40 goes to a Dallas DataCenter). Bare minimum with no packet loss I have a 60ms ping time. This is acceptable, but for a lost packet to timeout and be re-requested and to retransmit we're talking about 250+ms, which is still acceptable... but it often isn't even that clear. It usually ends up being more like 500-2500ms. Which just isn't good enough to play with. Again, I don't care if the client doesn't trust where my attacks are, and those need to sync, at the VERY least you need to trust where I say I am. I don't run into the middle of a pack of mobs and then not attack. I'm sorry, I just don't do that. The client saying differently doesn't change that. Lastly, let's use D3 as a broilerplate example again. Why can I dodge attacks and projectiles in that game in real time, and yet cheating isn't an issue there? It's possible, shit it's not even THAT hard, you just need to trust your client, implement some logical kind of anti-cheat (one that punishes users with slower internet / that live further from Dallas is INSANE) and move forward with a MUCH better game. You can't have this on your development manifesto and do nothing about it. That's just paying lip service and admitting that a task is above your skill level. You made a MMOARPG, settling an issue of client trust and the latency issues it resolves should really be a no-brainer. |
![]() |
Bump for attention
|
![]() |
actually, thanks to action prediction system (which is btw the only possible system), you are slightly out of sync ALL OF THE TIME.
desync problems are easily avoidable in case your computer and connection is ok. I dont remmember when I died to desync for the last time. People reporting constant desync dieing suffer from at least one of these issues: 1) lag and packet loss caused either by crappy system or connection (on client or ISP side) 2) high latency caused by long distance from server (usually coupled with #1 ^) 3) keeping on doing something stupid that makes deync go out of control - like using movement skills through the door, trying to run through enemies in crowded areas etc 4) inability to make survivable builds and blaming desync for their own incompetence desync is something we have to pay for having such complex game mechanics, and for not having game completely full of hackers, cheaters and duped items.. IGN: Eric_Lindros CET: Timezone Last edited by Ludvator#6587 on Oct 30, 2014, 10:03:46 AM
|
![]() |
" 1. In the OP I mentioned that I have a very capable system. I've shown screenshots of my FPS / Latency. When I die, I'm getting 200fps and no latency. I die, POE has a lag spike of like .971 reported then it goes back down to 50. 2. Boston > Dallas is kinda far. 3. Why have movement skills in the game? I rarely use them, but don't see any correlation to using them and my desync killing me. 4. Yeah, that's clearly not the issue. |
![]() |
Bump.
|
![]() |
Don't know why you are bumping.
Desync is not a bug...they know about it. it can't be fixed....any future "fix" is going to make you rubber band more. Go read the manifesto. Ancestral Bond. It's a thing that does stuff. -Vipermagi
He who controls the pants controls the galaxy. - Rick & Morty S3E1 |
![]() |
" I've read the manifesto, reject their summary because it's essentially bullshit that they "can't" fix it. They refuse to. There's a clear-cut difference between the two. No other ARPG suffers from these issues and no other ARPG is suffering from wide-spread hacking the way they're concerned about. Plain and simple it's an engineering problem. This is literally what I do for work, I know what I'm talking about. |
![]() |
" Yeah, I am sure they "refuse to fix desync", a problem that drives some players away, because they hate money right? “Demons run when a good man goes to war"
|
![]() |