Administrator
2059 posts
Registered:
Jan 2006
I'm using the standard ezQuake teamplay message binds and more specifically tp_msgtook for reporting the last item i took. Sometimes i experience that ezQuake misses the item i take and report the previous item that i picked up.
Example: On DM3 i go pick up LG and then RL. When i press took bind to report that i picked up RL it sometimes says "Took LG" instead.
Anyone experienced the same? I'm using ezQuake 2.2.
www.facebook.com/QuakeWorld
Member
271 posts
Registered:
Feb 2006
took events trigger from sound events rather than stats or anything.
this means that they're subject to packetloss.
while there are some servers that send sounds reliably, this does not help on account of it using the previous entity frame to see which item you actually grabbed (all weapons use the same pickup sound, so there's not really any way around that).
Administrator
2059 posts
Registered:
Jan 2006
Had no idea that it triggered on the sound events, that probably explains it as i've experienced some pl on and off.
Thanks for the answer!
www.facebook.com/QuakeWorld
Member
280 posts
Registered:
Jan 2015
Had no idea that it triggered on the sound events, that probably explains it as i've experienced some pl on and off.
Thanks for the answer!
Is there any workaround for this?
Member
9 posts
Registered:
Nov 2008
I had this same problem quite some time.
Try to put in the console /setinfo rsnd 0
Works for me.
Member
280 posts
Registered:
Jan 2015
I had this same problem quite some time.
Try to put in the console /setinfo rsnd 0
Works for me.
Thank you!