sc_disableThreading Command

Explore usage, syntax, and examples for the sc_disableThreading CS2 developer console command.

sc_disableThreading

CS2 Only

Command

sc_disableThreading

<0 / 1>

Turns off threading in the game, forcing all processes to run on a single CPU core. Use this mainly for debugging, as it can reduce performance and change how the game behaves.

<0 / 1>

Set to 1 to disable threading (single-core mode), or 0 to enable it (multi-core mode).

sv_cheats Required

Yes

Client or Server Command

Unspecified

Default Value

0

sc_disableThreading Generator

Command

sc_disableThreading

<0 / 1>
0/1 Arguments Selected

Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.

0 / 1

sc_disableThreading Examples

Command

sc_disableThreading

0

Turns threading on to use multiple CPU cores for better performance.

Command

sc_disableThreading

1

Turns threading off to run everything on one CPU core, useful for troubleshooting issues.