I've done the WikiFAQ & forum search. Got zero results.
Also is there any document (better written by developers) with description per each key in springsettings.cfg?
What does parameter HardwareThreadCount stand for?
Moderator: Moderators
Re: What does parameter HardwareThreadCount stand for?
The HardwareThreadCount is as far as i know only used by the SMP-Branch yet. If you're using it you have to enter there your number of processors..
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: What does parameter HardwareThreadCount stand for?
Leave it on 0 and spring uses as much threads as you have CPU cores (or double, if you have HT). Set to 1 to disable threading (only used in Pregame-Pathing currently).