Advertisement
SkacikPL

VT2 photomode light spawner settings file

Jul 4th, 2018
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. #Photomode light spawner settings file, place in steamapps\common\Warhammer Vermintide 2\launcher as lightspawnersettings.txt
  2. #Default settings:
  3. #casts_shadows = 1 -- Whether light source will cast shadows or not.
  4. #color_r = 255 -- Red color intensity.
  5. #color_g = 255 -- Green color intensity.
  6. #color_b = 255 -- Blue color intensity.
  7. #falloff_end = 5 -- Distance at which light will fade out completely.
  8. #falloff_start = 1 -- Distance at which light will start fading.
  9. #intensity = 1 -- Overall strength of light source.
  10. #type = spot -- Type of light (available options: omni, spot, box, directional)
  11. #spot_angle_end = 90 - Angle at which light will fade out completely.
  12. #spot_angle_start = 70 - Angle at which light will start fading.
  13.  
  14. casts_shadows = 1
  15. color_r = 255
  16. color_g = 255
  17. color_b = 255
  18. falloff_end = 5
  19. falloff_start = 1
  20. intensity = 1
  21. type = spot
  22. spot_angle_end = 90
  23. spot_angle_start = 70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement