
well done everyone involved
second as I promised heres the simple mod that virtually removes all lag slide from the client code
file: gCycle.cpp
function: bool gCycle::TimestepCore(REAL currentTime){
remove or comment out these 5 lines
clamp(ts, -10, 10);
clamp(correctTimeSmooth, -100, 100);
clamp(correctDistSmooth, -100, 100);
clamp(correctSpeedSmooth, -100, 100);
clamp(speed, -1000, 1000);