×
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

    Second Life: Difference between revisions

    Content added Content deleted
    imported>mutante
    m (Überblick: Landkauf in Second Life)
    (auto-update für linux)
    Line 8: Line 8:


    download client (available for [[Windows]], Mac and Linux) and create an account
    download client (available for [[Windows]], Mac and Linux) and create an account
    ===Linux===
    Hab ein feines Script gefunden, was den LinuxClient für SecondLife updatet/installiert. Das funktioniert ja im LinuxClient leider noch nicht automatisch...
    <pre>
    #!/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 " "
    if [ -z "$1" ]
    then
    read -p "Enter something like 1_13_2_15 if recent Version is 1.13.2.15 for example: " version
    if [ -z "$version" ]
    then
    echo "exiting"
    exit 1
    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


    </pre>
    ==Your avatar==
    ==Your avatar==
    ===Your name===
    ===Your name===

    Revision as of 01:02, 28 January 2007

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

    Minimum Requirements

    • 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

    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 " "
    if [ -z "$1" ]
    then
      read -p "Enter something like 1_13_2_15 if recent Version is 1.13.2.15 for example: " version
      if [ -z "$version" ]
      then
        echo "exiting"
        exit 1
      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

    Your name

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

    Your appearance

    links


    de

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