Overview

This document explains how to enable delivery from Kitely Market in grids that aren't open to the Hypergrid.

The basic idea is this:

Since the grid is non-Hypergrid, it must be using the configuration file Robust.ini. We will modify this file by copying some sections from Robust.HG.ini.

Modify Robust.ini

Copy the following sections from Robust.HG.ini to Robust.ini (at the end of the file):

Add the following lines at the end of the [ServiceList] section:

;; Hypergrid
UserAgentServerConnector = "8302/OpenSim.Server.Handlers.dll:UserAgentServerConnector"
InstantMessageServerConnector = "8502/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
HGInventoryServiceConnector = "HGInventoryService@8502/OpenSim.Server.Handlers.dll:XInventoryInConnector"
HGAssetServiceConnector = "HGAssetService@8502/OpenSim.Server.Handlers.dll:AssetServiceConnector"

Add the following lines at the end of the [LoginService] section:

    ;; Hypergrid
    SRV_HomeURI = "http://rohan.grid.com:8302"
    SRV_InventoryServerURI = "http://rohan.grid.com:8502"
    SRV_AssetServerURI = "http://rohan.grid.com:8502"
    SRV_ProfileServerURI = "http://rohan.grid.com:8302"
    SRV_FriendsServerURI = "http://rohan.grid.com:8502"
    SRV_IMServerURI = "http://rohan.grid.com:8502"
    SRV_GroupsServerURI = "http://rohan.grid.com:8502"