editor.cfg 615 B

123456789101112
  1. -- Settings stored here are only used in the Editor
  2. -- Do not warn on Pak file access issues
  3. sys_PakWarnOnPakAccessFailures=0
  4. -- When editing terrain in the editor, the highest-detail octree nodes for any edited sector will be rendered until
  5. -- the level is exported and saved, which can cause an artificial increase in the number of nodes that can get
  6. -- queued for visibility checks. These numbers need to be set high enough to account for those increases.
  7. -- Enable warnings when asset loads take longer than the given millisecond threshold
  8. cl_assetLoadWarningEnable=true
  9. cl_assetLoadWarningMsThreshold=100