Forum
CS2D General Linux Ubuntu 10.04Linux Ubuntu 10.04
11 replies 1
then download: http://www.unrealsoftware.de/get.php?get=cs2d_0117_linux.zip
Extract both in the same folder, in my case( Ronald/cs2d)
Open terminal (ctrl+alt+t)
Go to the folder you extracted cs2d in,( using cd(change dir) and ls).
Type in:
chmod +x CounterStrike2D
./CounterStrike2D -24bit
or ./CounterStrike2D -24bit -win for windowed
What i did:
dir Desktop/Cs2D (shows me the contents of my cs2d folder)
then i typed in :
chmod +x CounterStrike2D (pressed enter)(error: no such file)
just tell me what to type. and what is Is?!
I guess you can also rightclick the CounterStrike2D file and set the rights there.
Zurak has written
uh when i got to terminal what exactly do i type in ur not being very clear.
What i did:
dir Desktop/Cs2D (shows me the contents of my cs2d folder)
then i typed in :
chmod +x CounterStrike2D (pressed enter)(error: no such file)
just tell me what to type. and what is Is?!
What i did:
dir Desktop/Cs2D (shows me the contents of my cs2d folder)
then i typed in :
chmod +x CounterStrike2D (pressed enter)(error: no such file)
just tell me what to type. and what is Is?!
You must type: cd Desktop, that changes your working directory to Desktop, then you must type cd Cs2D, to change yout working directory to cs2d folder. Then follow what i said.. or you can just type..
chmod +x Desktop/Cs2D/CounterStrike2D
./Desktop/Cs2D/CounterStrike2D -24bit
Ubuntu 10.04 looks a big nicer then 9.10. Also the boottimes are quicker. Other than that, i don't notice much.
(I little speak English....)
I have a problem to run CS2D. I run the terminal. I change the chmod CounterStrike2D (sudo chmod 777 CounterStrike2D)
When i was running CounterStrike2D, the terminal said me :
<quote=terminal>
Graphics Mode Error:
640x480 at 32 bit does not work!
</quote>
My screen resolution is : 1440x900. My OS is Ubuntu 10.04
Please help me to run CS 2d. Thank you very much for your answers.
Sincerely yours
./CounterStrike2D -win
I'm also using ubuntu 10.04. Here's the way I got CS2D to work:
1. Download and extract all the files you need. YellowBanana 's links should work.
2. Browse the directory you extracted your CS2D. I'll call it ~/cs2d as it is for mine.
3. Right-click on CounterStrike2D, click "properties", click "authorization" (or something like that; I'm not using English system), make sure that "allow execution as program" (the only box that you can check).
4. Open your terminal, type cd ~/cs2d (or the directory your CS2D is in)
5. Type ./CounterStrike2D -24bit , then press enter. If you want to run it on a window, add "-win" after "-24bit", separated by a space.
6. Enjoy your game!
Note: If you don't want to type these things all over again, create a text file in your CS2D directory with the content ./CounterStrike2D -24bit and allow the text file to run as a program. (follow no.3 above) Then whenever you want to play CS2D, just double-click the text file, click "run in terminal" and you're on.
Hi,
thank you for your answers. Now, I can play CS 2D on lucid Lynx. I type on my terminal :
./CounterStrike2D -24bit (SEPARATED BY A SPACE)
This is the same thing when i use a command on my terminal (ex : ls)
sincerely yours.
1