+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 19

Thread: [RELEASE] linux: ETH 1.4 archit3ct B2

  1. #1
    Junior Member cry1337 is on a distinguished road
    Join Date
    Oct 2008
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default [RELEASE] linux: ETH 1.4 archit3ct B2

    Beta 2 is finally released

    What's new ? :

    target priority : crosshair (rabbits script)
    transparent flat cham
    plasma cham
    "ghost mode" cham
    new /eth_spam including version.def
    /eth_vers (version spam)
    "drawHeadbox" bug fixed
    etpro OS changer in menu (/eth_etpro_os removed)
    killspam moved to "misc" category
    new category : "menu settings"
    new styled menu icons
    can choose menu colors
    styled menu bug fixed
    default ethconf modified

    DOWNLOAD :
    mirror 1 : ethcoders [...] (source)


    Hope you'll enjoy it !

    http://ethcoders.free.fr/
    #ethcoders @ irc.freenode.net

  2. #2
    Senior Member opls is on a distinguished road opls's Avatar
    Join Date
    Dec 2008
    Posts
    138
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    need tutorial how to use it

  3. #3
    Status quo ante. Chef is on a distinguished road Chef's Avatar
    Join Date
    Mar 2009
    Location
    The Netherlands
    Posts
    655
    Thanks
    40
    Thanked 19 Times in 17 Posts

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    EthCoders (how to download and install)
    EthCoders (how to launch it)

    Common sense is not so common.
    Chef1411.com | Chef1411@live.nl

  4. #4
    Senior Member opls is on a distinguished road opls's Avatar
    Join Date
    Dec 2008
    Posts
    138
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    Quote Originally Posted by Chef View Post
    EthCoders (how to download and install)
    EthCoders (how to launch it)
    CAN U give that linkx from others site because im no loged there and when i loged i must w8 and ic ant open this links


    sry 4english

  5. #5
    Status quo ante. Chef is on a distinguished road Chef's Avatar
    Join Date
    Mar 2009
    Location
    The Netherlands
    Posts
    655
    Thanks
    40
    Thanked 19 Times in 17 Posts

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    -----------------------------------------
    How to download and install
    -----------------------------------------
    Credits: the_archit3ct
    -----------------------------------------
    Open your terminal.
    Install dependences :
    Code:
    sudo apt-get install binutils-dev libelfg0-dev libcppunit-dev libx11-dev libgl1-mesa-dev zlib1g-dev g++ gcc pkg-config
    

    Download ETH :
    Code:
    wget http://ethcoders.free.fr/download/eth-1.4-archit3ct-b1.zip
    

    Extract ETH and delete archive (if you want to extract elsewhere, don't do it on enemy territory folder) :
    Code:
    unzip eth-1.4-archit3ct-b1.zip
    rm eth-1.4-archit3ct-b1.zip
    

    Compile ETH :
    Code:
    cd eth-1.4-archit3ct-b1
    make clean
    make
    make RELEASE=1
    

    Then put .so file in your home/user and .pk3 file in your home/user/.etwolf/etmain
    Launch your run.sh and have fun !



    -----------------------------------------
    How to launch
    -----------------------------------------
    Credits: the_archit3ct
    -----------------------------------------
    Open console and copy/paste :
    Code:
    cd
    wget http://ethcoders.free.fr/download/eth_runfile.tar.gz && tar xzvf eth_runfile.tar.gz && rm eth_runfile.tar.gz && gedit run.sh
    

    Replace "nameofyouraccount" by the name of your account (lol).
    Save and quit this window.

    Now place "libETH.so" or however you called your .so file on "/home/account/" and place "zzz_archit3ct.pk3" (don't rename it) on "home/account/.etwolf/etmain/".

    Then open your console and type :
    Code:
    sh run.sh +connect 111.11.111.111:12345 +password superpw
    
    you'll directly go on the server of your choice !

    Common sense is not so common.
    Chef1411.com | Chef1411@live.nl

  6. #6
    Junior Member cry1337 is on a distinguished road
    Join Date
    Oct 2008
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    I have to edit this tutorial.

    Replace this part :

    Download ETH :
    Code:
    wget http://ethcoders.free.fr/download/et...chit3ct-b1.zip


    Extract ETH and delete archive (if you want to extract elsewhere, don't do it on enemy territory folder) :
    Code:
    unzip eth-1.4-archit3ct-b1.zip
    rm eth-1.4-archit3ct-b1.zip
    By this :

    wget http://ethcoders.free.fr/download/et...t3ct-b2.tar.gz

    tar xzvf eth-1.4-archit3ct-b2.tar.gz
    rm eth-1.4-archit3ct-b2.tar.gz

  7. #7
    Senior Member opls is on a distinguished road opls's Avatar
    Join Date
    Dec 2008
    Posts
    138
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    Quote Originally Posted by Chef View Post
    -----------------------------------------
    How to download and install
    -----------------------------------------
    Credits: the_archit3ct
    -----------------------------------------
    Open your terminal.
    Install dependences :
    Code:
    sudo apt-get install binutils-dev libelfg0-dev libcppunit-dev libx11-dev libgl1-mesa-dev zlib1g-dev g++ gcc pkg-config
    
    Download ETH :
    Code:
    wget http://ethcoders.free.fr/download/eth-1.4-archit3ct-b1.zip
    
    Extract ETH and delete archive (if you want to extract elsewhere, don't do it on enemy territory folder) :
    Code:
    unzip eth-1.4-archit3ct-b1.zip
    rm eth-1.4-archit3ct-b1.zip
    
    Compile ETH :
    Code:
    cd eth-1.4-archit3ct-b1
    make clean
    make
    make RELEASE=1
    
    Then put .so file in your home/user and .pk3 file in your home/user/.etwolf/etmain
    Launch your run.sh and have fun !



    -----------------------------------------
    How to launch
    -----------------------------------------
    Credits: the_archit3ct
    -----------------------------------------
    Open console and copy/paste :
    Code:
    cd
    wget http://ethcoders.free.fr/download/eth_runfile.tar.gz && tar xzvf eth_runfile.tar.gz && rm eth_runfile.tar.gz && gedit run.sh
    
    Replace "nameofyouraccount" by the name of your account (lol).
    Save and quit this window.

    Now place "libETH.so" or however you called your .so file on "/home/account/" and place "zzz_archit3ct.pk3" (don't rename it) on "home/account/.etwolf/etmain/".

    Then open your console and type :
    Code:
    sh run.sh +connect 111.11.111.111:12345 +password superpw
    
    you'll directly go on the server of your choice !
    btw the best bot on linux 4me

  8. #8
    Status quo ante. Chef is on a distinguished road Chef's Avatar
    Join Date
    Mar 2009
    Location
    The Netherlands
    Posts
    655
    Thanks
    40
    Thanked 19 Times in 17 Posts

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    Quote Originally Posted by opls View Post
    btw the best bot on linux 4me
    I prefer ETH32nix But ETH also pwns ass

    Common sense is not so common.
    Chef1411.com | Chef1411@live.nl

  9. #9
    Senior Member opls is on a distinguished road opls's Avatar
    Join Date
    Dec 2008
    Posts
    138
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    is in this eth etproguidspoofer?

  10. #10
    Status quo ante. Chef is on a distinguished road Chef's Avatar
    Join Date
    Mar 2009
    Location
    The Netherlands
    Posts
    655
    Thanks
    40
    Thanked 19 Times in 17 Posts

    Default Re: [RELEASE] linux: ETH 1.4 archit3ct B2

    Quote Originally Posted by opls View Post
    is in this eth etproguidspoofer?
    I belive not, sorry

    Common sense is not so common.
    Chef1411.com | Chef1411@live.nl

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Similar Threads

  1. ETH 1.4 archit3ct B1 [UNDETECTED] HELP!
    By cheat123 in forum Enemy Territory (Linux)
    Replies: 3
    Last Post: October 17th, 2009, 20:44
  2. [Release] Eth32 Linux!
    By jmpnop in forum ETH32
    Replies: 101
    Last Post: September 9th, 2009, 20:15
  3. [RELEASE] linux: ETH 1.4 archit3ct B1 [UNDETECTED]
    By cry1337 in forum Enemy Territory (Linux)
    Replies: 4
    Last Post: July 5th, 2009, 01:33
  4. [Release] Eth32 Linux!
    By jmpnop in forum Enemy Territory (Linux)
    Replies: 3
    Last Post: December 13th, 2008, 11:09
  5. Run .iso on linux?
    By Cory in forum Linux
    Replies: 36
    Last Post: June 18th, 2008, 00:06

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts