GridTalk.de

Normale Version: ASG - Tag der offenen Tür
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3 4
Big Grin

Also der Ruf is nicht gleich ruiniert Big Grin
Obwohl.. dann lebst sich's völlig ungeniert .. LOL

nein, keine Sorge, ich / wir würden uns natürlich über Besucher, Neugierige und auch neue Mitglieder freuen, aber kann natürlich auch verstehen wenn keine Bedarf eurerseits besteht Big Grin

Nein, mal Spass beiseite Smile
Ich finde es klasse, dass ich mit fast jedem Problemchen oder ausgewachsenen Problem hierher kommen kann.

Und gerade deshalb wollte ich das was wir auf die Beine gestellt haben, natürlich auch mal kundgeben Smile

Wer mich kennt, oder schon mal auf einer meiner Regionen war, weiss, dass ich selbst wenn es sich um Erotik handelt , es nicht gleich aussieht wie in einem Porno Big Grin

Wir denken über die Ausnahme HG nach .. aber selbst wenn nicht, kann ich ja mal das eine odere andere Bild von den Regionen hier reinstellen .. natürlich jugendfrei Big Grin

Falls es doch ein paar Neugierige packt - ihr seid herzlich willkommen .. und avatarleichen schrecken zur zeit noch nicht ab Smile

ganz liebe Grüße Brucha
och, ich find das wirklich net verwerflich, im Gegenteil sogar höchst interessant. :-)
Hallo Brucha ;D

Auch von mir viel Erfolg bei eurem Projekt ;D Weiss nun auch sehr gut, das so ein Grid nicht so leicht zu händeln ist. Wenn bei euch das HG geht, werde ich bestimmt mal reinschaun, vielleicht sogar mit Anhang *gg

Hab sogar ne kleine Frage an dich, aber das eher per PN ;D
hihi, ja per PN bin ich ja auch noch da Smile

und ja, wenn man so ein Grid macht, merkt man sowieso erst was man vergessen hat, wenn sich welche einloggen und was brauchen oder suchen .. LOL
mal ganz abgesehen von der "Technik"

Aber ich danke für die lieben Wünsche
LG Brucha
hallo Ihr lieben,

was müsste denn geändert werden, damit nur die Welcome Region HG hat ?

Gennifer Eros: Does it need to be in the robust.ini as well as the opensim.ini, is just a case of changing the worldmap to the hg worldmap, so many places say so many different things
Ups,..ich werde morgen früh was dazu schreiben,falls mir keiner zuvor kommt. Bin gleich auf einem Event.Wink
Super klasse, dankeeeeeeeeeee Smile
So,..als erstes müßt ihr die Robust.HG.ini.example in Robust.HG.ini umbenennen und eure Daten eintragen.

Wichtig ist das ihr in dem entsprechenden Abschnitt eure Default-Region definiert.
Code:
;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
    ;;
     Region_Doretest = "DefaultRegion, FallbackRegion"

Statt "Doretest" der Regionsname eurer Region,die ihr dann für das HG freigeben wollt.

Du sagtest mir mal ihr habt einen Win.Server?

Ok, dann eine Verknüpfung für die Robust.exe anlegen und unter "Ziel" mit -inifile Robust.HG.ini ergänzen.
[Bild: rohg.jpg]

Wichtig ist als nächstes das eure HG-Region in einer eigenen OpenSim-Instanz läuft.

Unter Architektur ganz unten in der OpenSim.ini stellt ihr das dan wie folgt ein:
Code:
; Include-Architecture = "config-include/Standalone.ini"
    ; Include-Architecture = "config-include/StandaloneHypergrid.ini"
    ; Include-Architecture = "config-include/Grid.ini"
     Include-Architecture = "config-include/GridHypergrid.ini"
    ; Include-Architecture = "config-include/SimianGrid.ini"
    ; Include-Architecture = "config-include/HyperSimianGrid.ini"

Eure GridCommon.ini sollte dann so aussehen:
Code:
; This is the main configuration file for an instance of OpenSim running in grid mode

[DatabaseService]
    ;
    ; ### Choose the DB
    ;

    ; SQLite
    ;Include-Storage = "config-include/storage/SQLiteStandalone.ini";

    ; MySql
    ; Uncomment these lines if you want to use mysql storage
    ; Change the connection string to your db details
    StorageProvider = "OpenSim.Data.MySQL.dll"
    ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=xxxxxxx;Old Guids=true;"
    ; Uncomment this line if you are using MySQL and want to use a different database for estates
    ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
    ; Most people won't need to do this so only uncomment if you know what you're doing.
    ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"

    ; MSSQL
    ; Uncomment these lines if you want to use MSSQL storage
    ; Change the connection string to your db details
    ; The value for server property is shown in your SQL Server Management Studio login dialog.
    ; (This sample is the default of express edition)
    ;StorageProvider = "OpenSim.Data.MSSQL.dll"
    ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"

[Hypergrid]
    ; Uncomment the variables in this section only if you are in
    ; Hypergrid configuration. Otherwise, ignore.

    ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
    ;; If this is a standalone world, this is the address of this instance.
    ;; If this is a grided simulator, this is the address of the external robust server that
    ;; runs the UserAgentsService.
    ;; For example http://myworld.com:9000 or http://myworld.com:8002
    ;; This is a default that can be overwritten in some sections.
     HomeURI = "http://dorenas-testworld.no-ip.biz:8002"

    ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
    ;; If this is a standalone world, this is the address of this instance.
    ;; If this is a grided simulator, this is the address of the external robust server
    ;; that runs the Gatekeeper service.
    ;; For example http://myworld.com:9000 or http://myworld.com:8002
    ;; This is a default that can be overwritten in some sections.
     GatekeeperURI = "http://dorenas-testworld.no-ip.biz:8002"

[Modules]
    ;; Choose one cache module and the corresponding config file, if it exists.
    ;; Copy the config .example file into your own .ini file and adapt that.
    ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.

    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/"

    ;; Authorization is not on by default, as it depends on external php
    ;AuthorizationServices = "RemoteAuthorizationServicesConnector"

[AssetService]
    DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
    AssetLoaderArgs = "assets/AssetSets.xml"

    ;
    ; Change this to your grid-wide asset server.  Do not add a slash to the end of any of these addresses.
    ;
    AssetServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[InventoryService]
    ;
    ; Change this to your grid-wide inventory server
    ;
    InventoryServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[GridInfo]
    ;
    ; Change this to your grid info service
    ;
    GridInfoURI = "http://dorenas-testworld.no-ip.biz:8002"

[GridService]
    ;
    ; Change this to your grid-wide grid server
    ;
    GridServerURI = "http://dorenas-testworld.no-ip.biz:8003"
    ;AllowHypergridMapSearch = true

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

    ; === HG ONLY ===
    ;; Change this to the address of your Gatekeeper service
    ;; (usually bundled with the rest of the services in one
    ;; Robust server in port 8002, but not always)
    Gatekeeper="http://dorenas-testworld.no-ip.biz:8002"

[Messaging]
    ; === HG ONLY ===
    ;; Change this to the address of your Gatekeeper service
    ;; (usually bundled with the rest of the services in one
    ;; Robust server in port 8002, but not always)
    Gatekeeper = "http://dorenas-testworld.no-ip.biz:8002"

[AvatarService]
    ;
    ; Change this to your grid-wide grid server
    ;
    AvatarServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[PresenceService]
    ;
    ; Change this to your grid-wide presence server
    ;
    PresenceServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[UserAccountService]
    ;
    ; Change this to your grid-wide user accounts server
    ;
    UserAccountServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[GridUserService]
    ;
    ; Change this to your grid-wide user accounts server
    ;
    GridUserServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[AuthenticationService]
    ;
    ; Change this to your grid-wide authentication server
    ;
    AuthenticationServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[FriendsService]
    ;
    ; Change this to your grid-wide friends server
    ;
    FriendsServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[HGInventoryAccessModule]
    ;
    ; === HG ONLY ===
    ; Change this to your server
    ; accessible from other grids
    ;
    HomeURI = "http://dorenas-testworld.no-ip.biz:8002"
    Gatekeeper = "http://dorenas-testworld.no-ip.biz:8002"
    ;; If you want to protect your assets from being copied by foreign visitors
    ;; uncomment the next line. You may want to do this on sims that have licensed content.
    ; OutboundPermission = False

    ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
    ;; and available when they return. True by default.
    RestrictInventoryAccessAbroad = True


[HGAssetService]
    ;
    ; === HG ONLY ===
    ; Change this to your server
    ; accessible from other grids
    ;
    HomeURI = "http://dorenas-testworld.no-ip.biz:8002"

    ;; The asset types that this grid can export to / import from other grids.
    ;; Comma separated.
    ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
    ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
    ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
    ;;
    ;; Leave blank or commented if you don't want to apply any restrictions.
    ;; A more strict, but still reasonable, policy may be to disallow the exchange
    ;; of scripts, like so:
    ; DisallowExport ="LSLText"
    ; DisallowImport ="LSLBytecode"

[HGFriendsModule]
    ; User level required to be able to send friendship invitations to foreign users
    ;LevelHGFriends = 0;

[UserAgentService]
    ;
    ; === HG ONLY ===
    ; Change this to your user agent server (HG robust)
    ;
    UserAgentServerURI = "http://dorenas-testworld.no-ip.biz:8002"

[MapImageService]
       MapImageServerURI = "http://dorenas-testworld.no-ip.biz:8003"

[AuthorizationService]
  ; If you have regions with access restrictions
    ; specify them here using the convention
    ; Region_<Region_Name> = <flags>
    ; Valid flags are:
    ; DisallowForeigners -- HG visitors not allowed
    ; DisallowResidents -- only Admins and Managers allowed
    ; Example:
    ; Region_Test_1 = "DisallowForeigners"

;; Uncomment if you are using SimianGrid for grid services
[SimianGrid]
    ;; SimianGrid services URL
    ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"

    ;; Capability assigned by the grid administrator for the simulator
    ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
Natürlich mit euren Daten,..nicht mit der meines lokalen Testgrids.Big Grin
Falls die GridHypergrid.ini in dem config-include-Verzeichnis noch mit example endet entsprechend ohne example umbenennen.

Have FunSmile
huhu Dorena,

vielen, lieben Dank.. wir werden das in Angriff nehmen Big Grin
Gut und knapp erklärt, klasse... So raffe ich das sogar. Bin da immer nicht durchgestiegen...

Liebe Grüsse
Ly
Seiten: 1 2 3 4