|
|
General discussion Topics related to various aspects of Champions of Regnum |
|
Thread Tools | Display Modes |
09-14-2010, 04:15 PM | #1 |
Pledge
Join Date: Sep 2010
Posts: 8
|
where to download
The last 2 downloads I had done for 64bit linux I'm not getting the bin file. I right click the file and left click property and for the type: executable (application/x-executable)
if this is the bin file then I don't have a clue on how to install it in ubuntu 10.04 LTS. yes I'm new to linux and still learning how to install things outside of the synaptic packager manager. I did search the forum first but was unsuccessful. |
09-14-2010, 04:26 PM | #2 | |
Banned
Join Date: Dec 2009
Posts: 843
|
Quote:
Code:
cd /home/$USER/Desktop Now make him executable: Code:
sudo chmod 777 installername.bin Code:
./insatlername.bin 2)*Or try aditional download and install metod: Open terminal: Now downlaod client by using command: Code:
wget http://download02.regnumonlinegame.com/downloads/installer/RegnumOnlineInstall_64 Code:
sudo chmod 777 installer.bin Code:
./installer.bin if you use wget and terminal you dont need to use "cd" command for change directory. The installer will be same place. 3)*Or another method of download and install Download client from terminal using wget in defined place: (copy and paste in terminal. Code:
wget http://download02.regnumonlinegame.com/downloads/installer/RegnumOnlineInstall_64 /home/$USER/Desktop (copy and paste in terminal) Code:
cd /home/$USER/Desktop Code:
sudo chmod installername.bin Code:
./insatllername.bin Code:
sudo apt-get install wget Last edited by HidraA; 09-14-2010 at 04:37 PM. |
|
09-14-2010, 04:48 PM | #3 |
Pledge
Join Date: Sep 2010
Posts: 8
|
I got it installed, but having big time video lag. going to download the drivers from nvidia site instead of using the drivers from ubuntu and see if it helps.
|
|
|