Warcraft 3 TFT and Battle.net in Ubuntu with Cedega
Here we go again, today's topic: Install Warcraft 3 with TFT in Ubuntu using Cedega. I'm a great Dota fan, and I had to restart my computer everytime I wanted to play, so I installed it in my Ubuntu, and it works great!
Here's the deal:
1º)Download the Wacraft 3 TFT cds, I used www.torrentz.com, but you can use anything you like.
2º) Install Cedega, any question about this just ask me ;)
Here the fun or the headaches begin, lol:
3º) Insert or mount your Wacraft 3 cd, open Cedega, go to File/Install and then browse for the installation file in your cd, after that install it normally just like in windows. I should install itself without any problem.
4º) Now we must configure Cedega, first go to cedega options and make it use windows millenium version in order to avoid the cd check. And configure the other stuff as you like, I use the Alsa audio interface, and it works great. Also you should use it without a desktop interface.
5º) Now I used the BNet GateWayEditor to change the realm where I'm playing, you can download this from here
The command to execute it is: $sudo cedega yourfolder/BNetGatewayEditor.exe
And here you have the nocd loader I use, I tried lots of them and this was the only one that worked for Battle.net. Try it and tell me what you think. Download it from here
6º) Now go and enjoy your warcraft 3!!!
Some of the problems I had with this configuration, are that:
1-I can use my resolution bigger than 800x600, but it's still very good.
2- I can't use control to make custom groups with my units, I have no idea why, but I'm working on it.
See ya, next time, goor luck to you all. Please if this guide worked for you let me know, or tell me any problem you had so we can try to solve it, good luck.
Saturday, September 15, 2007
Thursday, August 9, 2007
Milena Velba Milk Watch
Kiba-Dock in Ubuntu
I'll make a quick post here, so that everyone can have a nice and fun dock in their desktops. Before I begin, I must let you know that you must have Beryl + XGL or AIGL working in your Linux, for this to work. Look at this:
Ohh, one more thing you should know, with this dock you can play with the icons, and they'll fly all over your desktop.
In order to get this going you write the following lines:
I'll make a quick post here, so that everyone can have a nice and fun dock in their desktops. Before I begin, I must let you know that you must have Beryl + XGL or AIGL working in your Linux, for this to work. Look at this:
Ohh, one more thing you should know, with this dock you can play with the icons, and they'll fly all over your desktop.
In order to get this going you write the following lines:
sudo apt-get remove --purge kiba-dock
sudo aptitude remove automake1.4
sudo aptitude install automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev
wget http://usuarios.lycos.es/abrahamtamayo/kiba-dock-0.1.tar.bz2
tar -xf kiba-dock-0.1.tar.bz2
cd kiba-dock
./autogen.sh
make
make install-schemas
sudo -s
make install
cd
rm kiba-dock-0.1.tar.bz2
kiba-dock
Now all that's left it's adding it to the programs on start up, to do this, we go to System/Preferences/Sessions/Startup Programs and add kiba-dock
Thanks to: http://www.ubuntu-es.org/index.php?q=node/26630
Glittery Gel Bracelets Meanings
Mounting. Iso. Bin. nrg. cue. dmf and. img
Ok, let's get started. Today's topic will be managing disk images on Linux. Let's see what we got:
First of all: Mounting Images:
And last but not least, Unmounting all of them:
Especial Thanks to:
http://www.cesarius.net/montando-archivos-iso-bin-cue-mdf-img-y-nrg-en-ubuntulinux/
http://bronch.wordpress.com/2006/05/24/como-montar-archivos-iso-bin-mdf-y-nrg-en-linux/
Ok, let's get started. Today's topic will be managing disk images on Linux. Let's see what we got:
First of all: Mounting Images:
- ISO:
- sudo mount -t iso9660 -o loop archive.iso /media/image
- BIN AND CUE: Download bchunk from here
- In order yo do this we must convert our bin or cue images to iso, to do this we need bchunk.
- sudo apt-get install bchunk
- When finished, we must convert our images with this:
- bchunk archive.bin archive.cue newarchive.iso
- NRG: Download nrgtoiso from here
- With the nrg images it's the same deal than with bin and cue, they must be converted to iso, so we must install the software and convert the images with this:
- sudo apt-get install nrg2iso
- nrg2iso archive.nrg newarchive.iso
- MDF and MDS: Download mdf2iso from here
- Same deal here:
- sudo apt-get install mdf2iso
- mdf2iso archive.mdf newarchive.iso
- IMG
- This one is a little trickier, but I'll explain it anyway, The first way to do this, is using apt, and it goes like this:
- sudo apt-get install ccd2iso
- The other way is downloading the file and installing it manually, First download the file from: http://sourceforge.net/projects/ccd2iso
- The move to the download folder and write this in your terminal:
- tar -xzvf ccd2iso-0.2.tar.gz
- cd ccd2iso
- ./configure
- make
- make install
- After you've done that, you must convert the image, like this:
- ccd2iso image.img image.iso
And last but not least, Unmounting all of them:
- sudo umount /media/image
Especial Thanks to:
http://www.cesarius.net/montando-archivos-iso-bin-cue-mdf-img-y-nrg-en-ubuntulinux/
http://bronch.wordpress.com/2006/05/24/como-montar-archivos-iso-bin-mdf-y-nrg-en-linux/
Subscribe to:
Posts (Atom)