×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    SL is a 3D-online-World like the Metaverse in Snow Crash. The owner is the company LindenLab.

    Minimum Requirements[edit]

    • a paypal account (unverified is ok)
    • a modern graphic card (geForce2, Rage 8800? and up)
    • min. 800 MHz CPU and min. 256 MB RAM
    • fast internet connection like dsl

    download client (available for Windows, Mac and Linux) and create an account

    Linux[edit]

    Hab ein feines Script gefunden, was den LinuxClient für SecondLife updatet/installiert. Das funktioniert ja im LinuxClient leider noch nicht automatisch...

    #!/bin/bash
    echo "Unofficial Linux-SecondLife installer/updater by anonymous"
    echo "all rites reversed 2007"
    echo " "
    echo "This Script will install the latest Version of SL in a directory in"
    echo "your ~ an remove old Versions that might be there. You have to know"
    echo "what Version is the latest. You can find this out here:"
    echo "http://secondlife.com/community/linux-alpha.php"
    echo " "
    echo "Detecting latest version..."
    latest_version=`lynx -dump "http://secondlife.com/community/linux-alpha.php" | grep SecondLife_i686 | head -n1 | cut -d _ -f3,4,5,6 | cut -d . -f1`
    echo "Found: $latest_version"
    if [ -z "$1" ]
    then
      read -p "Which version do you want to install? Specify a version string in the format 1_13_2_15 or just hit enter to get $latest_version: " version
      if [ -z "$version" ]
      then
        version=$latest_version
      fi
    else
      version=$1
    fi
    echo "updating to Version SecondLife_i686_$version"
    mkdir ~/sl
    cd ~/sl
    rm -fr SecondLife_i686_*
    wget http://secondlife.com/downloads/viewer/SecondLife_i686_$version.tar.bz2
    tar -xjvf SecondLife_i686_$version.tar.bz2
    rm -f SecondLife_i686_$version.tar.bz2
    ln -sd SecondLife_i686_$version SecondLife_i686_latest
    echo "done"
    cd -
    ~/sl/SecondLife_i686_latest/secondlife
    if [ -z "$1" ]
    then
      read -p "Press Enter to continue..." x
    fi
    
    

    Your avatar[edit]

    Your name[edit]

    • first name is your choice
    • last name must be selected from a list

    Your appearance[edit]

    Building[edit]

    see also Second_Life/building


    skyboxes[edit]

    If you own a parcel of land, you can have a skybox: http://www.stratics.com/content/portals/sl/content/guides/build_skybox.php

    links[edit]

    de[edit]

    "Gruppenmitglieder können Land teilen Tun sich mehrere User zusammen und kaufen als eine Gruppe ein Stück Land, können die einzelnen Mitglieder ihren 'freien' Anteil zum Wohle der Gruppe in einen Topf schmeissen und alle davon profitieren. Nehmen wir an 10 Premiumuser kaufen ein 5120 sq großes Stück Land und jeder 'gibt' seinen freien Anteil der Gruppe dann kostet dieses Land keine Tierfees. Linden gibt Gruppen sogar noch einen Bonus von 10% dazu, die Gruppe kann also ein 5632 sq Land 'frei' nutzen."

    ...

    see also Second Life/Scripte

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.