Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2013
2,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. #
  2. # DIRECT3D POST-PROCESSING OPTIONS
  3. #
  4.  
  5. hlsl_enable 1
  6. hlslpath hlsl
  7. hlsl_ini_read 0
  8. hlsl_ini_write 0
  9. hlslini %g
  10. hlsl_prescale_x 8
  11. hlsl_prescale_y 8
  12. hlsl_preset -1
  13. hlsl_write
  14. hlsl_snap_width 1024
  15. hlsl_snap_height 768
  16. shadow_mask_alpha 0.12
  17. shadow_mask_texture aperture.png
  18. shadow_mask_x_count 384
  19. shadow_mask_y_count 224
  20. shadow_mask_usize 0.09375
  21. shadow_mask_vsize 0.109375
  22. curvature 0.0
  23. pincushion 0
  24. scanline_alpha 1.0
  25. scanline_size 1.0
  26. scanline_height 1.0
  27. scanline_bright_scale 1.0
  28. scanline_bright_offset 0.0
  29. scanline_jitter 0
  30. defocus 0.0,0.0
  31. converge_x 0.2,0.0,0.0
  32. converge_y 0.0,0.0,0.0
  33. radial_converge_x 0.2,0.0,0.0
  34. radial_converge_y 0.0,0.0,0.0
  35. red_ratio 0.85,0.15,0.0
  36. grn_ratio -0.05,1.05,0.0
  37. blu_ratio -0.025,-0.025,1.05
  38. saturation 1.0
  39. offset -0.15,-0.16,-0.16
  40. scale 1.15,1.16,1.16
  41. power 1.1,0.95,0.8
  42. floor 0.0,0.0,0.0
  43. phosphor_life 0.0,0.0,0.0
  44.  
  45. #
  46. # NTSC POST-PROCESSING OPTIONS
  47. #
  48. yiq_enable 0
  49. yiq_cc 3.59754545
  50. yiq_a 0.5
  51. yiq_b 0.5
  52. yiq_o 0.0
  53. yiq_p 1.0
  54. yiq_n 1.0
  55. yiq_y 6.0
  56. yiq_i 1.2
  57. yiq_q 0.6
  58. yiq_scan_time 52.6
  59. yiq_phase_count 2
  60.  
  61. #
  62. # VECTOR POST-PROCESSING OPTIONS
  63. #
  64. vector_length_scale 0.8
  65. vector_length_ratio 500.0
  66.  
  67. #
  68. # BLOOM POST-PROCESSING OPTIONS
  69. #
  70. vector_bloom_scale 0.3
  71. raster_bloom_scale 0.2
  72. bloom_lvl0_weight 1.0
  73. bloom_lvl1_weight 0.21
  74. bloom_lvl2_weight 0.19
  75. bloom_lvl3_weight 0.17
  76. bloom_lvl4_weight 0.15
  77. bloom_lvl5_weight 0.14
  78. bloom_lvl6_weight 0.13
  79. bloom_lvl7_weight 0.12
  80. bloom_lvl8_weight 0.11
  81. bloom_lvl9_weight 0.10
  82. bloom_lvl10_weight 0.09
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement