|
Connecting a simulator
If you do not already have a simulator, you can download a
specially configured version compiled for logicamp
bin-0.7.0.2.zip
If you already have your own simulator running in standalone mode
(hypergrid or not) you must change your file OpenSim.ini as
follows:
First, we must tell the simulator that you connect
Now in grid mode:
[Startup]
...
gridmode = true
...
hypergrid = true ; optionnel
...
serverside_object_permissions = true
...
[Messaging]
InstantMessageModule = InstantMessageModule
OfflineMessageModule = OfflineMessageModule
OfflineMessageURL = http:// logicamp.org/offline.php
MuteListModule = MuteListModule
MuteListURL = //logicamp.org/Mute.php
[Architecture]
Include-HGGrid = "config-include/GridHypergrid.ini"
The file bin/config-include/GridCommon.ini :
[AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
;
; change this to your grid-wide asset server
;
AssetServerURI = "http://logicamp.org:8003"
[InventoryService]
;
; change this to your grid-wide inventory server
;
InventoryServerURI = "http://logicamp.org:8003"
[GridService]
;
; change this to your grid-wide grid server
;
GridServerURI = "http://logicamp.org:8003"
;AllowHypergridMapSearch = true
[AvatarService]
;
; change this to your grid-wide grid server
;
AvatarServerURI = "http://logicamp.org:8003"
[PresenceService]
;
; change this to your grid-wide presence server
;
PresenceServerURI = "http://logicamp.org:8003"
[UserAccountService]
;
; change this to your grid-wide user accounts server
;
UserAccountServerURI = "http://logicamp.org:8003"
[GridUserService]
;
; change this to your grid-wide user accounts server
;
GridUserServerURI = "http://logicamp.org:8003"
[AuthenticationService]
;
; change this to your grid-wide authentication server
;
AuthenticationServerURI = "http://logicamp.org:8003"
[FriendsService]
;
; change this to your grid-wide friends server
;
FriendsServerURI = "http://logicamp.org:8003"
[Modules]
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
;; Copy the config .example file into your own .ini file and change configs there
AssetCaching = "FlotsamAssetCache"
Include-FlotsamCache = "config-include/FlotsamCache.ini"
;AssetCaching = "CenomeMemoryAssetCache"
;Include-CenomeCache = "config-include/CenomeCache.ini"
;AssetCaching = "GlynnTuckerAssetCache"
;; Optionally, the port for the LLProxyLoginModule module can be changed
;Setup_LLProxyLoginModule = "9090/"
The file bin/config-include/FlotSamCache.ini :
No mofification needed.
|