You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
615 B
INI
13 lines
615 B
INI
-- Settings stored here are only used in the Editor
|
|
|
|
-- Do not warn on Pak file access issues
|
|
sys_PakWarnOnPakAccessFailures=0
|
|
|
|
-- When editing terrain in the editor, the highest-detail octree nodes for any edited sector will be rendered until
|
|
-- the level is exported and saved, which can cause an artificial increase in the number of nodes that can get
|
|
-- queued for visibility checks. These numbers need to be set high enough to account for those increases.
|
|
|
|
-- Enable warnings when asset loads take longer than the given millisecond threshold
|
|
cl_assetLoadWarningEnable=true
|
|
cl_assetLoadWarningMsThreshold=100
|