Results 1 to 2 of 2

Thread: Installing Counter Strike 1.6 on Linux (Wine)

  1. #1
    Join Date
    May 2008
    Posts
    531

    Installing Counter Strike 1.6 on Linux (Wine)

    Linux platform was never intended to play, although there are ways to play some of the most popular games designed for Windows. One of them is the application Cedega, but it is paid software. Another, less reliable, but equally useful is a program of Wine.

    Wine, thanks to emule structure of the system for known file with Windows, allows you to run applications such as Half-Life 1 / 2.

    1. Install Wine. Most packages can be found on page www.winehq.org.

    2. Run a small program using Wine (eg winSCP.exe, command winSCP.exe wine). The first time you run will generate a whole file system and virtual disk locations. . system.

    3. Install Steam (command wine SteamInstall.exe)

    4. After loading the application, close it and run the command WINEDEBUG = "FIXME-all" wine Steam.exe

    To play in CS 1.6 easiest to create the script. Sh. Open any editor and paste the following command:

    Code:
    #!/bin/bash
    WINEDEBUG=fixme-all wine C:/Program Files/Steam/Steam.exe -fullscreen
    -width 1280 -height 1024 -applaunch 10
    -heapsize 512000 +map_background none "$@"
    Save the file as a script (. Sh). Set the appropriate resolution and size of memory (heapsize).


    Index modified:

    Half-Life :

    cstrike - applaunch 10
    tfc - applaunch 20
    dod - applaunch 30
    dmc - applaunch 40
    op4 - applaunch 50
    ricochet - applaunch 60
    valve - applaunch 70
    czero - applaunch 80

    Half-Life 2 :

    cstrike - applaunch 240
    dod - applaunch 300
    hl2mp - applaunch 320

  2. #2
    Join Date
    May 2008
    Posts
    177

    Re: Installing Counter Strike 1.6 on Linux (Wine)

    Hi blindsleeper,

    I want to know how to Set-Up a Counter-Strike 1.6 Dedicated Server under Linux ? Can you tell me?

Similar Threads

  1. Replies: 3
    Last Post: 11-02-2012, 12:34 AM
  2. Replies: 8
    Last Post: 06-10-2011, 11:27 PM
  3. Replies: 7
    Last Post: 02-10-2011, 07:46 PM
  4. Counter Strike v1.6 or Counter Strike Source
    By Ryder Allen in forum Video Games
    Replies: 5
    Last Post: 03-03-2011, 10:22 AM
  5. Install and Play Counter Strike Source in Linux
    By Mario2 in forum Video Games
    Replies: 2
    Last Post: 03-02-2009, 11:34 PM

Tags for this Thread

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
  •  
Page generated in 1,751,058,468.03031 seconds with 16 queries