AAO25.com
America's Army => General Chat => Topic started by: Forza on Sunday, February 05, 2012, 05:46:07 AM
-
Hello developers,
As you might know, the pings on the scoreboard are displayed wrongly. This happened somewhere around the 2.3 patch. The ping that shows for yourself is correct, but the pings of other people have been divided by 1000/255. So if it shows an opponent has 15 ping, it's actually about 60 ping (which is a lot more realistic). The number is also 'capped' by 255, and starts counting from 0 again if you exceed 255 (modulo 255). It has always bothered me.... and especially that other people do not know this and think they really have only 15 ms lag.
Is it in your ability to modify the output on the hud to finally show it correctly? The fixes I've seen for AA25assist are all pretty much workarounds that do not touch the ingame code, so I have my doubts. If it's not possible, then this post is at least somewhat informative :).
-
Yes I'm sure it could be done, But i doubt anyone where would want to devote the huge amount of time that would be needed to fix this, also it would require another update that would break backwards compatibility and you have see the mess that happened last time we did such an update.
-
It seems pretty straightforward to me, but I might be missing some details. Do you have full access to the engine code? To me, it seems then that you could look up the line where the ping values for your opponents are assigned, and multiply it by 1000/255, as a quick fix. This would still be buggy for people with more than 1 second of lag, but fixes it for most. Anything I'm overlooking?
Of course, if you touch the main files, everybody would have to download em again, so I see the problem with backwards compatibility. But this could be part of a 'big update', if it really is as simple as I think it is.
-
I think things like this just add more to what can break in the future for little reward.
-
Yes I'm sure it could be done, But i doubt anyone where would want to devote the huge amount of time that would be needed to fix this, also it would require another update that would break backwards compatibility and you have see the mess that happened last time we did such an update.
Quoted for truth.
-
You see, right now people can use the original installation of 2.5. Assist takes care of merging and adding files to run properly, but if we were to start modifying core components of the game, then everything gets messy and we have to worry about much more.