config.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // :SHOW:1
  2. // :CATEGORY:Fire
  3. // :NAME:Realfire by Rene
  4. // :AUTHOR:Rene10957 Resident
  5. // :KEYWORDS:
  6. // :CREATED:2015-06-11 14:37:27
  7. // :EDITED:2015-06-14 10:10:55
  8. // :ID:1078
  9. // :NUM:1764
  10. // :REV:3.0.1
  11. // :WORLD:Second Life, Opensim
  12. // :DESCRIPTION:
  13. // Configuration notecard for RealFire
  14. // :CODE:
  15. //:LICENSE: CC0 (Public Domain). To the extent possible under law, Rene10957 has waived all copyright and related or neighboring rights.For more information, see http://creativecommons.org/publicdomain/zero/1.0/.
  16. # Configuration notecard for RealFire
  17. #
  18. # Date: 31-05-2015
  19. # Version: 3.0.1
  20. verbose = YES # show more/less info during startup
  21. switchAccess = PUBLIC # access level for switch (PUBLIC, GROUP, OWNER, GROUP+OWNER)
  22. menuAccess = PUBLIC # access level for menu (PUBLIC, GROUP, OWNER, GROUP+OWNER)
  23. burnDown = NO # YES = burn down, NO = burn continuously
  24. loop = NO # YES = restart after burning down
  25. burnTime = 300 # time to burn before starting to die, in seconds
  26. dieTime = 300 # time it takes to die, in seconds
  27. changeLight = YES # YES = change light with fire, NO = remain at current intensity/radius
  28. changeSmoke = YES # YES = change smoke with fire, NO = remain at 100%
  29. changeVolume = YES # YES = change volume with fire, NO = remain at current volume
  30. singleFire = YES # YES = single fire, NO = multiple fires
  31. # Menu defaults
  32. size = 25 # fire size percentage
  33. topColor = < 100, 0, 0 > # top color percentage (red, green, blue)
  34. bottomColor = < 100, 100, 0 > # bottom color percentage (red, green, blue)
  35. volume = 100 # sound volume percentage
  36. smoke = YES # smoke or no smoke
  37. sound = YES # sound or no sound
  38. # Light properties
  39. intensity = 100 # light intensity percentage
  40. radius = 50 # light radius percentage
  41. falloff = 40 # light falloff percentage
  42. # Link messages: in
  43. msgNumber = 10959 # number part of incoming link messages
  44. msgSwitch = switch # string part of incoming link message: switch (on/off)
  45. msgOn = on # string part of incoming link message: switch on
  46. msgOff = off # string part of incoming link message: switch off
  47. msgMenu = menu # string part of incoming link message: show menu
  48. # Link messages: out
  49. extButton = # "Close" replaced by button text (sends link message)
  50. extNumber = 10960 # number part of outgoing link message
  51. switchNumber = 10961 # number part of outgoing on/off messages