Config_default.txt 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // :SHOW:1
  2. // :CATEGORY:Light
  3. // :NAME:Rene Free Lighting System
  4. // :AUTHOR:Rene10957 Resident
  5. // :KEYWORDS: light
  6. // :CREATED:2015-06-11 14:41:40
  7. // :EDITED:2016-03-30 20:29:27
  8. // :ID:1079
  9. // :NUM:1781
  10. // :REV:2.1
  11. // :WORLD:Opensim
  12. // :DESCRIPTION:
  13. // Configuration notecard for Lighting System
  14. // :CODE:
  15. // :LICENSE: CC0 (Public Domain)
  16. // License: CC0 (Public Domain).
  17. // To the extent possible under law, Rene10957 has waived all copyright and related or neighboring rights.
  18. // For more information, see http://creativecommons.org/publicdomain/zero/1.0/.
  19. # Configuration notecard for Lighting System
  20. #
  21. # Date: 31-05-2015
  22. # Version: 2.1
  23. verbose = YES # show more/less info during startup
  24. switchAccess = PUBLIC # access level for switch (PUBLIC, GROUP, OWNER, GROUP+OWNER)
  25. menuAccess = PUBLIC # access level for menu (PUBLIC, GROUP, OWNER, GROUP+OWNER)
  26. menuPercent = 10 # increase/decrease percentage for +/- buttons
  27. changePrimColor = YES # YES = prim color changes with light color
  28. changeParticleColor = YES # YES = particle color changes with light color
  29. particleTexture = # texture UUID for particle effect
  30. particleMenu = NO # YES = "On/Off" replaced by "Particles" (particle menu)
  31. notecardMenu = NO # YES = "On/Off" replaced by "Presets" (notecard menu)
  32. lightGroups = NO # YES = use prim description for light groups, NO = ignore prim description
  33. faces = -1 # color/glow/fullbright on all faces (-1), one face or comma-separated list
  34. baseIntensity = 100 # base percentage for light intensity
  35. # Menu defaults
  36. colorOn = < 100, 100, 100 > # color percentage (red, green, blue) when ON
  37. colorOff = < 100, 100, 100 > # color percentage (red, green, blue) when OFF
  38. alphaOn = 100 # alpha percentage when ON
  39. alphaOff = 100 # alpha percentage when OFF
  40. intensity = 100 # light intensity percentage
  41. radius = 50 # light radius percentage
  42. falloff = 40 # light falloff percentage
  43. glow = 0 # glow percentage
  44. fullbright = YES # fullbright when ON (YES or NO)
  45. particleSize = 20 # size percentage for particle effect
  46. # Link messages: in
  47. msgNumber = 10957 # number part of incoming link messages
  48. msgSwitch = switch # string part of incoming link message: switch (on/off)
  49. msgOn = on # string part of incoming link message: switch on
  50. msgOff = off # string part of incoming link message: switch off
  51. msgMenu = menu # string part of incoming link message: show menu
  52. # Link messages: out
  53. extButton = # "On/Off" replaced by button text (sends link message)
  54. extNumber = 10958 # number part of outgoing link message