GridTalk.de
Start Region - Druckversion

+- GridTalk.de (https://www.gridtalk.de)
+-- Forum: Werkstatt (https://www.gridtalk.de/forumdisplay.php?fid=4)
+--- Forum: Technik (https://www.gridtalk.de/forumdisplay.php?fid=25)
+---- Forum: Linux (https://www.gridtalk.de/forumdisplay.php?fid=26)
+---- Thema: Start Region (/showthread.php?tid=2067)



Start Region - Rebecka Alder - 02.04.2016

Hallo ihr lieben,

Ich habe in meinem Grid eine Start Region gemacht wo neu registrierte user die sich bei mir anmelden das erste mal starten.

Mein problem ist nun ich weiß nicht wo oder wie ich das einstellen sol das sie beim ersten mal einlogen auch auf der region landen und nicht auf irgend einer anderen.

Habt ihr vieleicht eine ide wo ich das einstellen kann?

Lieben Gruß,
Rebecka


RE: Start Region - Dorena Verne - 02.04.2016

Erst gehst du mal in die RobustHG.ini in dem Bereich:
Code:
[GridService]
    LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"

    ; Realm = "regions"
    ; AllowDuplicateNames = "True"

    ;; Perform distance check for the creation of a linked region
    ; Check4096 = "True"

    ;; Needed to display non-default map tile images for linked regions
    AssetService = "OpenSim.Services.AssetService.dll:AssetService"

    ;; Directory for map tile images of linked regions
    ; MapTileDirectory = "./maptiles"

    ;; Next, we can specify properties of regions, including default and fallback regions
    ;; The syntax is: Region_<RegionName> = "<flags>"
    ;; or:            Region_<RegionID> = "<flags>"
    ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
    ;;  
    ;; DefaultRegion    If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
    ;;                  then this region becomes the destination.  Only the first online default region will be used.  If no DefaultHGRegion
    ;;                  is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
    ;;                  an explicit region.
    ;;  
    ;; DefaultHGRegion  If an avatar connecting via the hypergrid does not specify a region, then they are placed here.  Only the first online
    ;;                  region will be used.
    ;;  
    ;; FallbackRegion   If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead.  These are tried in the
    ;;                  order specified.  This only applies to local logins at this time, not Hypergrid connections.
    ;;  
    ;; NoDirectLogin    A hypergrid user cannot directly connect to this region.  This does not apply to local logins.
    ;;  
    ;; Persistent       When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
    ;;
    ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
    ; (replace spaces with underscore)

    ;; Allow Hyperlinks to be created at the console
    HypergridLinker = true

    ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
    ; GatekeeperURI = "http://127.0.0.1:8002"

Code:
; Region_[color=#cc3333]Welcome_Area [/color]= "DefaultRegion, FallbackRegion"

"Welcome_Area " tauscht du gegen den Namen deiner Startregion aus und nicht vergessen das Semikolon am Anfang der Zeile zu entfernen.


RE: Start Region - Rebecka Alder - 02.04.2016

Super hat geklapt danke Dorena Shy


RE: Start Region - Dorena Verne - 02.04.2016

Prima, das freut mich. Smile