123456789101112 |
- -- 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
|