level 3
x3258
楼主
在网上查到的关于cl_fixtimerate这个参数的英文解释:Cl_fixtimerate is the # of msec per frame of clock drift fixup. Since the server is sending timestamps in every packet, but we only read networking once per frame, we dont want to just accept the server clock, so we use it as a target and correct toward it by the fixtimerate (unless the delta becomes too large and we snap the client to the server clock).
但是我读了好几遍,虽然好像是能读懂,但是又觉得无法理解真正的意思。字面意思我感觉是:cl_fixtimerate是一个时钟偏移框架下的毫秒数,由于服务器在每个数据包中发送时间戳,但是我们只能在每一帧读取网络数据,我们不想斤斤接受服务器时钟,所以我们以此来朝这个方向调整和修正(除非偏移值太大以至于我们的客户端不得不强制与服务器统一)。不知道我翻译对了没有,但是好像什么都没懂。这个参数到底代表什么意思,修改大或小有什么影响呢?
2022年08月25日 13点08分
1
但是我读了好几遍,虽然好像是能读懂,但是又觉得无法理解真正的意思。字面意思我感觉是:cl_fixtimerate是一个时钟偏移框架下的毫秒数,由于服务器在每个数据包中发送时间戳,但是我们只能在每一帧读取网络数据,我们不想斤斤接受服务器时钟,所以我们以此来朝这个方向调整和修正(除非偏移值太大以至于我们的客户端不得不强制与服务器统一)。不知道我翻译对了没有,但是好像什么都没懂。这个参数到底代表什么意思,修改大或小有什么影响呢?
