Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. ;Altering this number will cause the app to overwrite this file with defaults
  2. Version 14
  3.  
  4. [Language]
  5. ;The previous language set by steam.
  6. SteamLanguage english
  7.  
  8. ;The language to use for all text in-game.
  9. DisplayLanguage en_US
  10.  
  11. ;The language to use for all audio in-game.
  12. AudioLanguage English(US)
  13.  
  14. ;Set to 1 to enable subtitles.
  15. EnableSubtitles 0
  16.  
  17. ;Enable language fall-back.
  18. EnableFallback 1
  19.  
  20. [Video]
  21. ;Device ID of the GPU device to use (as provided by the OS).
  22. DeviceID 26912
  23.  
  24. ;Render width in pixels.
  25. RenderWidth 5120
  26.  
  27. ;Render height in pixels.
  28. RenderHeight 2880
  29.  
  30. ;0 : windowed, 1 : fullscreen, 2 : windowed with no title bar
  31. FullScreen 2
  32.  
  33. ;Set to 1 upscale UI on high resolution displays
  34. UIUpscale 1
  35.  
  36. ;Set to 1 to allow the use of software renderers such as Microsoft's WARP
  37. AllowSWRenderer 0
  38.  
  39. ;Set to 1 play the intro video on startup.
  40. PlayIntroVideo 0
  41.  
  42. ;0 : never grab, 1 : only in full screen, 2 : always grab
  43. MouseGrab 0
  44.  
  45. [Performance]
  46. ;Number of engine job threads (including main thread). Use -1 to let game decide
  47. MaxJobThreads -1
  48.  
  49. ;Frame limiter. Tick app every N ms. 0 means tick continuously.
  50. TickIntervalInMS 0
  51.  
  52. ;Tick every N ms during game start. 0 means tick continuously.
  53. LoadGameTickIntervalInMS 16
  54.  
  55. ;Tick every N ms while the app is inactive. 0 means tick continuously.
  56. InactiveTickIntervalInMS 32
  57.  
  58. ;Should we throttle the game when its not the foreground app?
  59. ThrottleWhileInactive 0
  60.  
  61. [Debug]
  62. ;Enable FireTuner.
  63. EnableTuner 0
  64.  
  65. ;Enable Debug menu.
  66. EnableDebugMenu 0
  67.  
  68. ;Set to 0 to disable audio.
  69. EnableAudio 1
  70.  
  71. ;Enable MemoryTracker.
  72. EnableMemoryTracker 0
  73.  
  74. ;Enable Debug information in the plot info tooltips.
  75. EnableDebugPlotInfo 0
  76.  
  77. ;Enable Automatic Bug Collection.
  78. EnableBugCollection 0
  79.  
  80. ;Enable Log Collection with Bugs.
  81. EnableLogCollection 0
  82.  
  83. ;Enable Data Error Collection.
  84. EnableDataErrorCollection 0
  85.  
  86. ;Enable Local Build Bug Collection.
  87. EnableLocalBuildCollection 0
  88.  
  89. ;Enable ArtManager loading in the background.
  90. EnableBackgroundArtLoading 1
  91.  
  92. ;Enable assertions.
  93. EnableAsserts 1
  94.  
  95. ;Forces the game to load only that save file.
  96. PlayNowSave
  97.  
  98. ;Log all game core events.
  99. EnableGameCoreEventLog 0
  100.  
  101. ;End game state.
  102. EndGameState
  103.  
  104. ;Tutorial state.
  105. TutorialState
  106.  
  107. [Misc]
  108. ;User has accepted the unknown graphics device pop up.
  109. AcceptedUnknownDevice 0
  110.  
  111. ;User has accepted the outdated driver pop up.
  112. AcceptedOutdatedDriver 0
  113.  
  114. ;
  115. TelemetryUploadNecessary 0
  116.  
  117. [UI]
  118. ;Is the touch screen support enabled?
  119. IsTouchScreenEnabled 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement