system_linux_pc.cfg 490 B

123456789101112131415161718192021222324
  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. -- Localization Settings
  10. sys_localization_format=0
  11. -- Graphics settings
  12. r_width = 1280
  13. r_height = 720
  14. r_fullscreen = 0
  15. r_ShadersAllowCompilation = 1
  16. -- Display FPS
  17. r_displayInfo = 3