(0017376)
|
Korshun
|
2017-04-27 20:06
(edited on: 2017-04-27 20:16) |
|
Oh no, severity should be "feature", not "major". Also, it is fine if this request is postponed indefinitely due to lack of a reliable client -> server communication system in Zandronum. It can be worked around if you write ACS correctly, but most modders don't know how to do that.
|
|
(0017378)
|
jdagenet
|
2017-04-27 21:16
(edited on: 2017-04-27 21:19) |
|
I'd imagine this would require a complete overhaul of the netcode and script puking system -- something that's not exactly a concern nor a demand at the moment.
From what I've found, puked scripts that fail are the result of unstable connections from the client. That is, frequently dropped connections and packets not ever reaching the server.
As you mentioned, stacked executions of puke commands will lower the chance of the packet not ever reaching the server. If the server STILL doesn't receive those packets then there's nothing you can really do on your end but code in fail-safes and sanity checks to account for situations like that.
|
|