Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default system FTE settings by spoike #130

Open
WolveriNE-AUNZ opened this issue Aug 3, 2023 · 0 comments
Open

Default system FTE settings by spoike #130

WolveriNE-AUNZ opened this issue Aug 3, 2023 · 0 comments

Comments

@WolveriNE-AUNZ
Copy link

To avoid stutter

// System vars sys_disableTaskSwitch "0" sys_disableWinKeys "1" sys_clockprecision "1" //Attempts to control windows' interrupt interval, in milliseconds. This can cause windows to give better clock precision and shorter waits, but also more overhead from process rescheduling. sys_clocktype "" //Controls which system clock to base timings from. //0: auto //1: timeGetTime (low precision). //2: QueryPerformanceCounter (may drift, desync between cpu cores, or run fast with longer uptimes depending on cpu(s) and windows version). //3: QueryPerformanceCounter-with-force-affinity (shouldn't drift, but may result in less cpu time available). sys_highpriority "1" //Controls the process priority

For reference

https://discord.com/channels/417258901810184192/531050292003995648/1135666556148400238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant