Selaa lähdekoodia

Samle configurations for the baked texture server.

Melanie 10 vuotta sitten
vanhempi
commit
1aed6567a8
2 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 5 0
      bin/OpenSim.ini.example
  2. 7 0
      bin/Robust.ini.example

+ 5 - 0
bin/OpenSim.ini.example

@@ -1066,6 +1066,11 @@
   ;; If un-set / "" the module is disabled
   ;; ProfileServiceURL = http://127.0.0.1:8002
 
+[XBakes]
+  ;# {URL} {} {Set URL for Baked texture service} {}
+  ;; Sets the URL for the baked texture ROBUST service.
+  ;; Disabled when unset.
+  ;; URL = http://127.0.0.1:8003
 
 [Architecture]
     ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini

+ 7 - 0
bin/Robust.ini.example

@@ -50,6 +50,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
 ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
 ;; Uncomment this if you want Groups V2 to work
 ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
+;; Uncomment to provide bakes caching
+;BakedTextureService = "8003/OpenSim.Server.Handlers.dll:XBakesConnector
 
 ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
 ; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector"
@@ -450,3 +452,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
     AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
 
 
+[BakedTextureService]
+    LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
+    ;; This directiry must exist and be writable for the user ROBUST runs as
+    BaseDirectory = "/data/bakes"
+