Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1.  
  2. [Network]
  3.  
  4. http_listener_port = 9351 ;;Change pour ton port de serveur
  5.  
  6.  
  7. [IRC]
  8.  
  9. enabled = false ;; met a true pour activer IRC sur le canal aide et oublie pas de changer le nom dessous
  10. server = irc.freenode.net ;wolfe.freenode.net
  11. nick = AideHelp ;;change ton nom
  12. channel = #francogrid-aide
  13. user = "USER OpenSimBot 8 * :I'm an OpenSim to IRC bot"
  14. port = 6667
  15. commands_enabled = false
  16. command_channel = 2777
  17. report_clients = true
  18. relay_private_channels = false
  19. relay_chat = true
  20. msgformat = "PRIVMSG {0} : {3} - {1}"
  21. [Wind]
  22. ; Enables the wind module. Default is true
  23. enabled = true
  24.  
  25. ; How often should wind be updated, as a function of world frames. Approximately 50 frames a second
  26. wind_update_rate = 150
  27.  
  28. ; The Default Wind Plugin to load
  29. wind_plugin = SimpleRandomWind ;; remplace par ConfigurableWind pour les oceans et decomente les lignes de reglages dessous.
  30.  
  31. ; These settings are specific to the ConfigurableWind plugin
  32. ; To use ConfigurableWind as the default, simply change wind_plugin to ConfigurableWind and uncomment the following.
  33. ; avg_strength = 5.0
  34. ; avg_direction = 0.0
  35. ; var_strength = 0.0
  36. ; var_direction = 0.0
  37. ; rate_change = 1.0
  38.  
  39. ; This setting is specific to the SimpleRandomWind plugin
  40. ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0
  41. strength = 1.0
  42.  
  43.  
  44. [Cloud]
  45. ; Enable this to generate classic particle clouds above the sim.
  46. ; default is disabled - turn it on here
  47. enabled = true
  48.  
  49. ; Density of cloud cover 0.0 to 1.0 Defult 0.5
  50. density = 0.5
  51.  
  52. ; update interval for the cloud cover data returned by llCloud().
  53. ; default is 1000
  54. cloud_update_rate = 1000
  55. [Economy]
  56. SellEnabled = "true" ;;; a zero par defaut pour le reste
  57.  
  58. [FreeSwitchVoice]
  59. ; In order for this to work you need a functioning freeswitch pbx set
  60. ; up. Configuration for that will be posted in the wiki soon.
  61. enabled = false
  62. ;FreeSwitch server is going to contact us and ask us all
  63. ;sorts of things.
  64. freeswitch_server_user = freeswitch
  65. freeswitch_server_pass = password
  66. freeswitch_api_prefix = /api
  67. ; this is the IP of your sim
  68. freeswitch_service_server = ip.address.of.your.sim
  69. ;freeswitch_service_port = 80
  70. ; this should be the same port the region listens on
  71. freeswitch_service_port = 9000
  72. freeswitch_realm = ip.address.of.freeswitch.server
  73. freeswitch_sip_proxy = ip.address.of.freeswitch.server:5060
  74. freeswitch_attempt_stun = false
  75. freeswitch_stun_server = ip.address.of.freeswitch.server
  76. freeswitch_echo_server = ip.address.of.freeswitch.server
  77. freeswitch_echo_port = 50505
  78. freeswitch_well_known_ip = ip.address.of.freeswitch.server
  79.  
  80. ;Type the address of your http server here, hostname is allowed. This is provided so you can specify a hostname
  81. ;This is used by client for account verification. By default, it's the same as the freeswitch service server.
  82.  
  83. ;opensim_well_known_http_address = Address_Of_your_SIM_HTTP_Server_Hostname_Allowed
  84.  
  85. freeswitch_default_timeout = 5000
  86. freeswitch_subscribe_retry = 120
  87. ; freeswitch_password_reset_url =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement