I'd generally prefer having Python scripts over bash scripts, Python runs on more operating systems and seems easier to maintain.
doesnt bash run on more operating systems? i mean it runs on almost all systems (windows, mac, linux) - without the need of an additional intepreter like python, even tho i highly agree that its easier to maintainCSmoothTime
const float TimeSinceLastTick = (float)std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - LastTickTime).count();
float GameTickTime = TimeSinceLastTick / 1000.f;
so something like this would be correct?TimeSinceLastTick / (1000.f / (float)SERVER_TICK_SPEED)
?const float TimeSinceLastTick = (float)std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - LastTickTime).count();
float GameTickTime = TimeSinceLastTick / 1000.f;
so something like this would be correct? TimeSinceLastTick / (1000.f / (float)SERVER_TICK_SPEED)
? CSmoothTime
does thenCSmoothTime
even is (edited)void SetAdjustSpeed(EAdjustDirection Direction, float Value);
&&
and ||
keys? bind shift+space "say space"
and simultaneously bind space +jump
?