Advertisement
Guest User

KS3P Config No Color Grading and Lens Dirt Removal

a guest
Jul 18th, 2018
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. KS3P
  2. {
  3. Name = Default
  4.  
  5. //Profile for the SPH & VAB
  6. SETUP
  7. {
  8. Scene = VAB
  9. Anti_Aliasing
  10. {
  11. Mode = FXAA //Can also be 'TAA' (Temporal Anti Aliasing)
  12. Quality = 4
  13. //Quality legend:
  14. //0: extreme performance
  15. //1: performance
  16. //2: default
  17. //3: quality
  18. //4: extreme quality
  19.  
  20. //Default TAA settings
  21. //Jitter = 0.75
  22. //Blend_Stationary = 0.95
  23. //Blend_Motion = 0.85
  24. //Sharpen = 0.3
  25. }
  26. Bloom
  27. {
  28. //Bloom settings
  29. Anti_Flicker = true
  30. Intensity = 0.89
  31. Radius = 6.5
  32. Soft_Knee = 0.78
  33. Threshold = 1.13
  34.  
  35. //Lens dirt settings
  36. Dirt_Enabled = false
  37. Dirt_Tex = KS3P/Textures/LensDirt02
  38. Dirt_Intensity = 2
  39. }
  40. Color_Grading
  41. {
  42. Preset = ACES
  43. }
  44. Vignette
  45. {
  46. Center = 0.5, 0.5
  47. Color = 0,0,0,1
  48. Intensity = 0.41
  49. Opacity = 1
  50. Roundness = 1
  51. Smoothness = 0.46
  52. Rounded = false
  53. Mode = 0
  54. }
  55. }
  56.  
  57. SETUP
  58. {
  59. Scene = SPH
  60. Anti_Aliasing
  61. {
  62. Mode = FXAA //Can also be 'TAA' (Temporal Anti Aliasing)
  63. Quality = 4
  64. //Quality legend:
  65. //0: extreme performance
  66. //1: performance
  67. //2: default
  68. //3: quality
  69. //4: extreme quality
  70.  
  71. //Default TAA settings
  72. //Jitter = 0.75
  73. //Blend_Stationary = 0.95
  74. //Blend_Motion = 0.85
  75. //Sharpen = 0.3
  76. }
  77. Bloom
  78. {
  79. //Bloom settings
  80. Anti_Flicker = true
  81. Intensity = 0.89
  82. Radius = 6.5
  83. Soft_Knee = 0.78
  84. Threshold = 1.13
  85.  
  86. //Lens dirt settings
  87. Dirt_Enabled = false
  88. Dirt_Tex = KS3P/Textures/LensDirt02
  89. Dirt_Intensity = 2
  90. }
  91. Color_Grading
  92. {
  93. Preset = ACES
  94. }
  95. Vignette
  96. {
  97. Center = 0.5, 0.5
  98. Color = 0,0,0,1
  99. Intensity = 0.41
  100. Opacity = 1
  101. Roundness = 1
  102. Smoothness = 0.46
  103. Rounded = false
  104. Mode = 0
  105. }
  106. }
  107.  
  108. //Profile for flight
  109. SETUP
  110. {
  111. Scene = Flight
  112. Bloom
  113. {
  114. Anti_Flicker = true
  115. Intensity = 1.73
  116. //Radius = 4.27
  117. Radius = 2.1
  118. Soft_Knee = 0.872
  119. Threshold = 1.1
  120. Dirt_Enabled = false
  121. Dirt_Tex = KS3P/Textures/LensDirt01
  122. Dirt_Intensity = 4
  123. }
  124. Anti_Aliasing
  125. {
  126. Mode = FXAA
  127. Quality = 4
  128. }
  129. Depth_Of_Field
  130. {
  131. Focus_Distance = 10
  132. Aperture = 25.7
  133. Use_Camera_FOV = False
  134. Focal_Length = 149
  135. Kernel_Size = 3
  136. }
  137. /*Color_Grading
  138. {
  139. Preset = ACES
  140. }*/
  141. Eye_Adaptation
  142. {
  143. Luminosity_Minimum = -6
  144. Luminosity_Maximum = 14
  145. Maximum_EV = -5
  146. Minimum_EV = 1
  147. Dynamic_Key_Value = False
  148. Type = 0
  149. Speed_Up = 2
  150. Speed_Down = 1
  151. Range = 0.5,1
  152. Key_Value = 0.3
  153. }
  154. /*Vignette
  155. {
  156. Center = 0.5,0.5
  157. Color = 0,0,0,1
  158. Intensity = 0.366
  159. Opacity = 1
  160. Roundness = 1
  161. Smoothness = 0.657
  162. Rounded = False
  163. Mask = KS3P/Textures/Null
  164. Mode = 0
  165. }*/
  166. }
  167.  
  168. SETUP
  169. {
  170. Scene = EVA
  171. Bloom
  172. {
  173. Anti_Flicker = true
  174. Intensity = 1.73
  175. //Radius = 4.27
  176. Radius = 2.1
  177. Soft_Knee = 0.872
  178. Threshold = 1.1
  179. Dirt_Enabled = false
  180. Dirt_Tex = KS3P/Textures/LensDirt01
  181. Dirt_Intensity = 4
  182. }
  183. Anti_Aliasing
  184. {
  185. Mode = FXAA
  186. Quality = 4
  187. }
  188. /*Color_Grading
  189. {
  190. Preset = ACES
  191. }*/
  192. Eye_Adaptation
  193. {
  194. Luminosity_Minimum = -6
  195. Luminosity_Maximum = 14
  196. Maximum_EV = -5
  197. Minimum_EV = 1
  198. Dynamic_Key_Value = False
  199. Type = 0
  200. Speed_Up = 2
  201. Speed_Down = 1
  202. Range = 0.5,1
  203. Key_Value = 0.3
  204. }
  205. Vignette
  206. {
  207. Center = 0.5,0.5
  208. Color = 0,0,0,1
  209. Intensity = 0.366
  210. Opacity = 1
  211. Roundness = 1
  212. Smoothness = 0.657
  213. Rounded = False
  214. Mask = KS3P/Textures/Null
  215. Mode = 0
  216. }
  217. }
  218.  
  219. SETUP
  220. {
  221. Scene = IVA
  222. Bloom
  223. {
  224. Anti_Flicker = true
  225. Intensity = 1.73
  226. Radius = 4.27
  227. Soft_Knee = 0.872
  228. Threshold = 1.1
  229. Dirt_Enabled = false
  230. Dirt_Tex = KS3P/Textures/LensDirt01
  231. Dirt_Intensity = 4
  232. }
  233. Anti_Aliasing
  234. {
  235. Mode = FXAA
  236. Quality = 4
  237. }
  238. Eye_Adaptation
  239. {
  240. Luminosity_Minimum = -6
  241. Luminosity_Maximum = 14
  242. Maximum_EV = -5
  243. Minimum_EV = 1
  244. Dynamic_Key_Value = False
  245. Type = 0
  246. Speed_Up = 2
  247. Speed_Down = 1
  248. Range = 0.5,1
  249. Key_Value = 0.3
  250. }
  251. Vignette
  252. {
  253. Center = 0.5,0.5
  254. Color = 0,0,0,1
  255. Intensity = 0.366
  256. Opacity = 1
  257. Roundness = 1
  258. Smoothness = 0.657
  259. Rounded = False
  260. Mask = KS3P/Textures/Null
  261. Mode = 0
  262. }
  263. }
  264.  
  265. SETUP
  266. {
  267. Scene = MainMenu
  268. Bloom
  269. {
  270. //Bloom settings
  271. Anti_Flicker = false
  272. Intensity = 0.35
  273. Radius = 1.7
  274. Soft_Knee = 1
  275. Threshold = 1.13
  276.  
  277. //Lens dirt settings
  278. Dirt_Enabled = false
  279. Dirt_Tex = KS3P/Textures/LensDirt02
  280. Dirt_Intensity = 3
  281. }
  282. Color_Grading
  283. {
  284. Preset = ACES
  285. }
  286. }
  287. SETUP
  288. {
  289. Scene = KSC
  290. Bloom
  291. {
  292. Anti_Flicker = true
  293. Intensity = 1.73
  294. Radius = 4.27
  295. Soft_Knee = 0.872
  296. Threshold = 1.1
  297. Dirt_Enabled = false
  298. Dirt_Tex = KS3P/Textures/LensDirt01
  299. Dirt_Intensity = 4
  300. }
  301. Anti_Aliasing
  302. {
  303. Mode = FXAA
  304. Quality = 4
  305. }
  306. Depth_Of_Field
  307. {
  308. Focus_Distance = 10
  309. Aperture = 25.7
  310. Use_Camera_FOV = False
  311. Focal_Length = 149
  312. Kernel_Size = 3
  313. }
  314. Eye_Adaptation
  315. {
  316. Luminosity_Minimum = -6
  317. Luminosity_Maximum = 14
  318. Maximum_EV = -5
  319. Minimum_EV = 1
  320. Dynamic_Key_Value = False
  321. Type = 0
  322. Speed_Up = 2
  323. Speed_Down = 1
  324. Range = 0.5,1
  325. Key_Value = 0.3
  326. }
  327. Vignette
  328. {
  329. Center = 0.5,0.5
  330. Color = 0,0,0,1
  331. Intensity = 0.366
  332. Opacity = 1
  333. Roundness = 1
  334. Smoothness = 0.657
  335. Rounded = False
  336. Mask = KS3P/Textures/Null
  337. Mode = 0
  338. }
  339. }
  340. SETUP
  341. {
  342. Scene = 4
  343. Bloom
  344. {
  345. Anti_Flicker = true
  346. Intensity = 1.73
  347. Radius = 4.27
  348. Soft_Knee = 0.872
  349. Threshold = 1.1
  350. Dirt_Enabled = false
  351. Dirt_Tex = KS3P/Textures/LensDirt01
  352. Dirt_Intensity = 4
  353. }
  354. Anti_Aliasing
  355. {
  356. Mode = FXAA
  357. Quality = 4
  358. }
  359. Eye_Adaptation
  360. {
  361. Luminosity_Minimum = -6
  362. Luminosity_Maximum = 14
  363. Maximum_EV = -5
  364. Minimum_EV = 1
  365. Dynamic_Key_Value = False
  366. Type = 0
  367. Speed_Up = 2
  368. Speed_Down = 1
  369. Range = 0.5,1
  370. Key_Value = 0.3
  371. }
  372. Vignette
  373. {
  374. Center = 0.5,0.5
  375. Color = 0,0,0,1
  376. Intensity = 0.366
  377. Opacity = 1
  378. Roundness = 1
  379. Smoothness = 0.657
  380. Rounded = False
  381. Mask = KS3P/Textures/Null
  382. Mode = 0
  383. }
  384. Color_Grading
  385. {
  386. preset = ACES
  387. }
  388. }
  389. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement