Skip to content

Default system FTE settings by spoike #130

@WolveriNE-AUNZ

Description

@WolveriNE-AUNZ

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions