clockwerk-opensim-config

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 6
/config-include/Grid.ini
@@ -64,3 +64,6 @@
 
[MapImageService]
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
 
; in minutes
RefreshTime = 60
/config-include/GridHypergrid.ini
@@ -96,3 +96,6 @@
 
[MapImageService]
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
 
; in minutes
RefreshTime = 60
/config-include/Standalone.ini
@@ -12,7 +12,6 @@
AuthorizationServices = "LocalAuthorizationServicesConnector"
GridServices = "LocalGridServicesConnector"
PresenceServices = "LocalPresenceServicesConnector"
UserProfilesServices = "LocalUserProfilesServicesConnector"
UserAccountServices = "LocalUserAccountServicesConnector"
GridUserServices = "LocalGridUserServicesConnector"
SimulationServices = "LocalSimulationConnectorModule"
@@ -120,6 +119,9 @@
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
 
; in minutes
RefreshTime = 60
 
;; This should always be the very last thing on this file
[Includes]
Include-Common = "config-include/StandaloneCommon.ini"
/config-include/StandaloneHypergrid.ini
@@ -133,6 +133,8 @@
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
; in minutes
RefreshTime = 60
 
[GatekeeperService]
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
/OpenSimDefaults.ini
@@ -57,12 +57,6 @@
; when running with the SmartThreadPool option above
MaxPoolThreads = 15
 
; Plugin Registry Location
; Set path to directory for plugin registry. Information about the
; registered repositories and installed plugins will be stored here.
; The OpenSim.exe process must have R/W access to the location.
; RegistryLocation = "."
 
; ##
; ## CLIENTS
; ##
@@ -99,18 +93,18 @@
; Increasing this number will increase memory usage.
MaxPrimUndos = 20
 
; Maximum size of non physical prims. Affects resizing of existing prims. This can be overridden in the region config file (as NonPhysicalPrimMax!).
; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!).
NonPhysicalPrimMax = 256
 
; Maximum size of physical prims. Affects resizing of existing prims. This can be overridden in the region config file.
PhysicalPrimMax = 64
; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file.
PhysicalPrimMax = 10
 
; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
; This can be overridden in the region config file.
; This can be overriden in the region config file.
ClampPrimSize = false
; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero.
; This can be overridden in the region config file.
; This can be overriden in the region config file.
LinksetPrims = 0
 
; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region.
@@ -292,15 +286,7 @@
; False items will be removed from the scene permanently
UseTrashOnDelete = True
 
; #
; # Logging
; #
 
; Force logging when the thread pool approaches an overload condition
; Provides useful data for post-mortem analysis even in a production
; system with reduced logging
LogOverloads = True
 
[Map]
;WorldMapModule = "WorldMap"
;MapImageModule = "MapImageModule"
@@ -530,7 +516,7 @@
enable_adaptive_throttles = true
 
; Per-client bytes per second rates for the various throttle categories.
; These are default values that will be overridden by clients. These
; These are default values that will be overriden by clients. These
; defaults are approximately equivalent to the throttles set by the Imprudence
; viewer when maximum bandwidth is set to 350kbps
 
@@ -1023,9 +1009,9 @@
 
; Avatar physics height adjustments.
; http://opensimulator.org/wiki/BulletSim#Adjusting_Avatar_Height
AvatarHeightLowFudge = 0 ; Adjustment at low end of height range
AvatarHeightMidFudge = 0 ; Adjustment at mid point of avatar height range
AvatarHeightHighFudge = 0 ; Adjustment at high end of height range
AvatarHeightLowFudge = -0.2 ; Adjustment at low end of height range
AvatarHeightMidFudge = 0.1 ; Adjustment at mid point of avatar height range
AvatarHeightHighFudge = 0.1 ; Adjustment at high end of height range
 
; Default linkset implmentation
; 'Constraint' uses physics constraints to hold linkset together. 'Compound'
@@ -1428,8 +1414,8 @@
; Default language for scripts
DefaultCompileLanguage = lsl
 
; List of allowed languages (lsl,vb,cs)
; AllowedCompilers=lsl,cs,vb
; List of allowed languages (lsl,vb,js,cs)
; AllowedCompilers=lsl,cs,js,vb.
; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
AllowedCompilers=lsl
 
@@ -1505,7 +1491,7 @@
 
; Minimum settable timer interval. Any timer setting less than this is
; rounded up to this minimum interval.
; MinTimerInterval = 0.05
; MinTimerInterval = 0.01
 
; Sensor settings
SensorMaxRange = 96.0
@@ -1805,9 +1791,6 @@
;; Default time interval (in ms) for the throttle service thread to wake up
Interval = 5000
 
[Dwell]
;; This enables the built in basic dwell module
DwellModule = DefaultDwellModule
 
[Modules]
Include-modules = "addon-modules/*/config/*.ini"