system_linux_pc.cfg 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. -- config file for windows, when running off assets in the 'pc' folder
  2. sys_float_exceptions = 0
  3. log_IncludeTime = 1
  4. sys_PakLogInvalidFileAccess = 0
  5. -- Enable to prevent log spam, can cause missed messages
  6. -- log_spamdelay=1
  7. -- Remote console inclusion list
  8. log_RemoteConsoleAllowedAddresses=127.0.0.1
  9. gm_disconnectDetection = 1
  10. -- Localization Settings
  11. sys_localization_format=0
  12. -- Graphics settings
  13. r_width = 1280
  14. r_height = 720
  15. r_fullscreen = 0
  16. r_ShadersAsyncCompiling = 3
  17. r_ShadersAsyncActivation = 3
  18. r_ShadersAsyncMaxThreads = 16
  19. r_ShadersRemoteCompiler = 1
  20. r_ShadersAllowCompilation = 1
  21. -- Use the Asset Processor to route requests to compile shaders. This enables the Asset Processor
  22. -- to forward the request to the real shader compiler server. Your device is no
  23. -- longer required to be on the same network as the shader compiler server, as long as the device can contact the Asset Processor:
  24. r_AssetProcessorShaderCompiler=0
  25. -- If you run your device locally on the same computer as the shader compiler server, you can use 127.0.0.1.
  26. -- To connect to a shader compiler server that runs on another computer, change localhost to the IP address of that computer (61453 is the default port):
  27. --r_ShaderCompilerServer=127.0.0.1
  28. --r_ShaderCompilerPort = 61453
  29. -- Spec level: 0 = auto, 1 = low, 2 = medium, 3 = high, 4 = very high. Autodetection not yet implemented for this platform.
  30. r_GraphicsQuality = 1
  31. -- Texture streaming not supported on opengl
  32. r_TexturesStreaming=0
  33. -- Display FPS
  34. r_displayInfo = 3