Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Mit "Sim on a Stick" ins hypergrid
#1
Angeregt durch ein Thema in "Avameet"
http://avameet.com/index.php?option=com_...g=.#386110 ,.A
dachte ich mir,..ich schreibe mal ein kleines TutorialSmile


Ich nehme mal die "handelsübliche",..schnell ne eigene bauen würde wohl möglich verwirrenCool

1. Download der "Sim on stick"
ich habe sie hier downgeloadet,..allerdings nur die 0.7.2 ohne Imprudence-Viewer,den hab ich schonSmile
http://simonastick.com/

An einem beliebigen Ort entpacken

2. Dann einen Account bei:
https://account.dyn.com/entrance/ erstellen.

Danach sich dort eine dynamische Dyndns-adresse einrichten. Kostet nix,..die Werbung auf der eigendlichen Startseite bezieht sich auf eine Pro-VersionCool

3.Router einrichten.
Ich beschreibe das hier mal anhand meiner Fritzbox.
Zuinächst muss im Router die DynDns-Adresse samt Passwort eingetragen werden:
[Bild: Fritz.jpg]

Danach müssen mehrere Ports freigegeben werden.
Einmal per TCP:
[Bild: Fritz2.jpg]
und UDP:
[Bild: Fritz1.jpg]
So sieht das dann am Schluss bei mir aus:
[Bild: Fritz3.jpg]
Ah,ja,..in diesem speziellen Fall würden die Freigaben natürlich auch bis Port 9003 reichen,..hab den Port 9004 nur hinzugenommen,wegen einer eventuell später zusätzlichen RegionSmile

4.Sim on Stick inis konfigurieren:
dazu geht ihr in den diva ordner und dann in den Bin Ordner.

dann in den Ordner "config-include" Die MyWorld.ini folgendermassen konfigurieren:
Zitat:[Startup]
; SmartThreadPool is reported to work well on Mono/Linux, but
; UnsafeQueueUserWorkItem has been benchmarked with better
; performance on .NET/Windows
async_call_method = UnsafeQueueUserWorkItem
; recommended: false for mono / true for Windows
use_async_when_possible = true

[DatabaseService]
; ### Set the password (again)
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensimpass;Old Guids=true;Allow Zero Datetime=true;"

[Network]
http_listener_port = 9000

[GridService]
Region_SimonaStick_1 = "DefaultRegion, FallbackRegion"
Gatekeeper = "http://dorenas-world.dyndns-web.com:9000"

[HGInventoryService]
ProfileServerURI = "http://dorenas-world.dyndns-web.com:9000/profiles"

[HGAssetService]
ProfileServerURI = "http://dorenas-world.dyndns-web.com:9000/profiles"

[HGInventoryAccessModule]
ProfileServerURI = "http://dorenas-world.dyndns-web.com:9000/profiles"
Gatekeeper = "http://dorenas-world.dyndns-web.com:9000"
;; 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

[DataSnapshot]
gridname = "SimonaStick"

[Messaging]
Gatekeeper = "http://dorenas-world.dyndns-web.com:9000"

[LoginService]
WelcomeMessage = "Welcome to SimonaStick!"
GatekeeperURI = "http://dorenas-world.dyndns-web.com:9000"

SRV_HomeURI = "http://dorenas-world.dyndns-web.com:9000"
SRV_InventoryServerURI = "http://dorenas-world.dyndns-web.com:9000"
SRV_AssetServerURI = "http://dorenas-world.dyndns-web.com:9000"
SRV_ProfileServerURI = "http://dorenas-world.dyndns-web.com:9000"
SRV_FriendsServerURI = "http://dorenas-world.dyndns-web.com:9000"
SRV_IMServerURI = "http://dorenas-world.dyndns-web.com:9000"
;; For Viewer 2
MapTileURL = "http://dorenas-world.dyndns-web.com:9000/"


[GatekeeperService]
ExternalName = "http://dorenas-world.dyndns-web.com:9000"
AllowTeleportsToAnyRegion = false

[GridInfoService]
login = http://dorenas-world.dyndns-web.com:9000/
gridname = "SimonaStick"
gridnick = "simonastick"
welcome = http://dorenas-world.dyndns-web.com:9000...lcome.html
register = http://dorenas-world.dyndns-web.com:9000...er/account
password = http://dorenas-world.dyndns-web.com:9000...otpassword

[WifiService]
GridName = "SimonaStick"
LoginURL = "http://dorenas-world.dyndns-web.com:9000"
WebAddress = "http://dorenas-world.dyndns-web.com:9000"

;; The Wifi Administrator account
AdminFirst = "Wifi"
AdminLast = "Admin"
AdminEmail = "admin@localhost"
AdminPassword = "secret"

;; Do you want to be able to control grid registrations?
AccountConfirmationRequired = false

;; Variables for your mail server
;; Users will get email notifications from this account.
SmtpHost = "smtp.gmail.com"
SmtpPort = "587"
SmtpUsername = "@gmail.com"
SmtpPassword = ""
Überall wo "http://dorenas-world.dyndns-web.com" steht müst ihr natürlich eure Adresse eintragenCool
Im Original stand da die localhostadresse (http://127.0.0.1). Diese können wir für den Betrieb im HG natürlich nicht mehr gebrauchenWink
So,..nun in den Regionsordner,der sich ebenfalls im BIN-Verzeichnis der Diva befindetSmile

Da sich die originalregionen in den für das Hypergrid ungünstigen Koordinatenbereich um die 1000 befinden,..hab ich einfach überall 8000 hinzugerechnet.Shy
Zitat:; * Regions configuration file
; * This is Your World

[SimonaStick 1]
RegionUUID = "f25087aa-6a15-47b3-9c5f-805b46ef1485"
Location = "9383,8949"
InternalAddress = "0.0.0.0"
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = "dorenas-world.dyndns-web.com"

[SimonaStick 2]
RegionUUID = "9558531a-cc52-4c33-b982-7faa56e6a58a"
Location = "9383,8950"
InternalAddress = "0.0.0.0"
InternalPort = 9001
AllowAlternatePorts = False
ExternalHostName = "dorenas-world.dyndns-web.com"

[SimonaStick 3]
RegionUUID = "e3132948-30ce-424c-81fa-60b37a0cedbd"
Location = "9384,8949"
InternalAddress = "0.0.0.0"
InternalPort = 9002
AllowAlternatePorts = False
ExternalHostName = "dorenas-world.dyndns-web.com"

[SimonaStick 4]
RegionUUID = "fdb00c4e-6a00-4ded-ac49-33973da919bf"
Location = "9384,8950"
InternalAddress = "0.0.0.0"
InternalPort = 9003
AllowAlternatePorts = False
ExternalHostName = "dorenas-world.dyndns-web.com"
Statt meiner müsst ihr auch hier selbstverständlich eure dyndns-Adresse eintragen.

5.Viewer einrichten:
Imprudence starten und in den Gridmanager,..neues Netz/Grid:

[Bild: Impru.jpg]

6.Starten des Simulators und einloggen.
batchdatei mit dem Namen: OpenSim_autostart anklicken und warten bis alles in der Konsole durchgelaufen istExclamation

danach sich mit dem Imprudence-Viewer einloggen.
Per default sind es folgende Userdaten:
Zitat:User First Name: Simona
User Last Name: Stick
Password: 123

Geschafft!Big Grin
Eure lokale Region ist sofort einsatzbereit für das Hypergrid.Smile
War mal auf "Dorenas World" mit der lieben Simona:
[Bild: sim.jpg]

have funSmile








Zitieren


Nachrichten in diesem Thema
Mit "Sim on a Stick" ins hypergrid - von Dorena Verne - 13.01.2012, 20:02
RE: Mit "Sim on a Stick" ins hypergrid - von Genie Fegte - 21.01.2012, 21:15
RE: Mit "Sim on a Stick" ins hypergrid - von Genie Fegte - 21.01.2012, 21:40
RE: Mit "Sim on a Stick" ins hypergrid - von Genie Fegte - 22.01.2012, 07:15

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Sim on a Stick - MESH Castle nicht (mehr) begehbar Leora Jacobus 14 32.906 14.09.2019, 20:12
Letzter Beitrag: Pius Noel
  Hypergrid Besucher Authentifizieren aka Link Besätigung brenner23 1 3.266 18.02.2019, 22:42
Letzter Beitrag: Bogus Curry
  Standalone GRID mit Hypergrid verbinden? bengl1984 3 6.245 23.07.2017, 19:42
Letzter Beitrag: Wollex Baily2
  Sim on a Stick Geh und Stand-Animationen? Update auf OS 0.8.2.1 möglich??? bengl1984 4 9.428 02.01.2017, 18:18
Letzter Beitrag: Bogus Curry
  Animationslänge in OpenSim "Sim on A Stick" bengl1984 1 5.010 19.12.2016, 15:35
Letzter Beitrag: MoniTill

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste