Install Warzone on my pc (ubuntu)...

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
BravoI
Greenhorn
Posts: 7
Joined: 28 Apr 2011, 09:21

Install Warzone on my pc (ubuntu)...

Post by BravoI »

How do i install on ubuntu warzone 2.3.7? I downloaded the latest version from here, and then extracted the folder... Now i'm stuck. What do i do next. Thanks for all the help you can give! :)
NRoach44
Trained
Trained
Posts: 43
Joined: 25 Jan 2011, 06:09

Re: Install Warzone on my pc (ubuntu)...

Post by NRoach44 »

You have a couple of options, one of which leads into the other.

A:) Look at my signature.
B:) Look at the other two posts in the forum about the subject.
Having trouble using Wz2100 on Ubuntu? My compile guide is here : http://bit.ly/mNlqd2
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Install Warzone on my pc (ubuntu)...

Post by NoQ »

that's the Same Person ;)
NRoach44
Trained
Trained
Posts: 43
Joined: 25 Jan 2011, 06:09

Re: Install Warzone on my pc (ubuntu)...

Post by NRoach44 »

Oooo... Thaks for the heads up!
Having trouble using Wz2100 on Ubuntu? My compile guide is here : http://bit.ly/mNlqd2
sg1efc
Trained
Trained
Posts: 376
Joined: 30 Dec 2009, 03:14

Re: Install Warzone on my pc (ubuntu)...

Post by sg1efc »

Hi BravoI:

I have always had problems with compiling, LoL. :lol2: Here's some info for you:
http://guide.wz2100.net/gettingstarted

Linux:
On most distributions of Linux, Warzone should be available in your repositories. However, these are often outdated, and you are encouraged to compile Warzone yourself, which is the usual.

If you're new to installing from source on Linux, "the usual" refers to the process of downloading the tarball (from the download page), extracting it, opening the Terminal, cd-ing to the extracted directory, and running:

./configure && make

For more detailed information, or if the above fails, see the Linux Compile Guide.
--------------------------------------

However the Linux Compile Guide does not exist yet apparently:
The linux compile guide can be found here:
http://developer.wz2100.net/wiki/CompileGuideLinux

Anyway, for a couple years I have been using Wine to run Warzone and had great results. Until I just upgraded to Ubuntu 11.04, which somehow broke Wine, Lmao. :lol2: I'm waiting for Ubuntu or Wine to come out with a fix.

Now I just tried to use this site: http://www.playdeb.net/updates/Ubuntu/1 ... to_install

followed their directions, then clicked on the "Install This Now" button here:
http://www.playdeb.net/software/Warzone2100

and Warzone seemed to install and starts up fine. However when I try to load a game or select a map, it tries to load but brings me back to the select the various options screen. :? However the Start New Skirmishes and loading of the movies seem to be working well for me so far. 8)

This is a great community here with lots of helpful and knowledgeable Warzone experts, so hopefully someone with more knowledge than myself will reply soon to help you. :) LoL, I see as I have been creating this reply, that others have already replied. :wink:

EDIT: Corrected some misinformation. -Safety0ff
Last edited by Safety0ff on 04 May 2011, 09:21, edited 2 times in total.
Reason: Corrected some misinformation
My Thanks to everyone past, present and future who have helped to create & continues to improve WZ2100, you're all Awesome! :)
fezvez
New user
Posts: 4
Joined: 30 Apr 2011, 15:24

Re: Install Warzone on my pc (ubuntu)...

Post by fezvez »

Hello there!

I have the same problem, more or less, than the OP, so I guess I'd better describe it here rather than open another post.

I'm willing to install Warzone 2100 on my Ubuntu 11.04 distro, compiling it from source, as I wish to get inside the code. I've thus followed the instructions given here : http://developer.wz2100.net/wiki/CompileGuideLinux

<-------- Generic Build Instructions -------->

I have managed to compile the game using theGeneric Build Instructions, so now, I have a functional executable in the ./src directory.

However, I still do have some questions :
  • What is

    Code: Select all

    "./configure --prefix=/opt/warzone2100-trunk"
    supposed to do? Well, I personnaly did

    Code: Select all

    "./configure --prefix=/home/username/Programming/Warzone2100/testBuild01"
    , but strictly nothing happened, no additional files, no additional directories etc... (at least, nothing I could spot)
  • Where do I put the videos that I downloaded there : http://wz2100.net/download, because I have no such thing as "~/.warzone2100-2.3/sequences.wz"
<-------- Building Debian/Ubuntu Packages -------->

I have to say that the documentation (http://developer.wz2100.net/wiki/CompileGuideLinux) is a bit lacking. First of all, I didn't get what that was supposed to do. Was it another step? Was it an alternate installation?
Hopefully, NRoach 44 blog http://bit.ly/iSBqU7 helped me a bit... (I'll add a little comment for NRoach44, you should state that one can install a package with "dpkg -i XXX" because I understood that I had to do "software-center XXX")
However, I've got just one tiny question : can somebody briefly describes what happened? Because it looked like witchcraft to me. The dpkg thing (debian package?) compiles the source files, then put the result in a small .deb file?
NRoach44
Trained
Trained
Posts: 43
Joined: 25 Jan 2011, 06:09

Re: Install Warzone on my pc (ubuntu)...

Post by NRoach44 »

DPKG Builds them into Debian or ubuntu Packages. What I was saying about software centre was that you could click on the .deb s (music and data ones first) and software center will pop up asking you if you want to install it.

.debs Are packages that specify what they need, where the files go, any menu entries. Basically an automated install script.

And for the videos, goto your home folder, and press Ctrl+h, that will show hidden folders.
Having trouble using Wz2100 on Ubuntu? My compile guide is here : http://bit.ly/mNlqd2
Safety0ff
Trained
Trained
Posts: 397
Joined: 18 Jul 2009, 23:23

Re: Install Warzone on my pc (ubuntu)...

Post by Safety0ff »

fezvez wrote:However, I still do have some questions :
  • What is

    Code: Select all

    "./configure --prefix=/opt/warzone2100-trunk"
    supposed to do? Well, I personnaly did

    Code: Select all

    "./configure --prefix=/home/username/Programming/Warzone2100/testBuild01"
    , but strictly nothing happened, no additional files, no additional directories etc... (at least, nothing I could spot)
It determines where the files go when you do "make install".
  • Where do I put the videos that I downloaded there : http://wz2100.net/download, because I have no such thing as "~/.warzone2100-2.3/sequences.wz"
Place the file in ~/.warzone2100-2.3/ for 2.3 version, or in ~/.warzone2100-master/ for master build (from git), if the directory doesn't exist, either create it or run the game.
Malikia
New user
Posts: 4
Joined: 29 Nov 2018, 00:17

Re: Install Warzone on my pc (ubuntu)...

Post by Malikia »

I am also having a problem with installing this. I have Bionic Beaver (Lubuntu 16.04) and downloaded the most recent version from SourceForge, and am stuck. The earlier links provided are either broken, lead to nothing, or are insecure. Help!
Forgon
Code contributor
Code contributor
Posts: 298
Joined: 07 Dec 2016, 22:23

Re: Install Warzone on my pc (ubuntu)...

Post by Forgon »

Malikia wrote: 13 Jun 2019, 02:37 I am also having a problem with installing this. I have Bionic Beaver (Lubuntu 16.04) and downloaded the most recent version from SourceForge, and am stuck. The earlier links provided are either broken, lead to nothing, or are insecure. Help!
Please try our Linux Compile Guide.
If you have all the right packages installed, compiling should be easy.

For more information, your questions need to be more specific (smart).
User avatar
WZ2100ModsFAn
Trained
Trained
Posts: 371
Joined: 15 Apr 2018, 17:25
Location: United States.

Re: Install Warzone on my pc (ubuntu)...

Post by WZ2100ModsFAn »

The old compile guide link still works in this thread..
Of course it's the same link from forgon.
The old download link is broken. The new one was switched to sourceforge.
http://wz2100.net/download/
Malikia
New user
Posts: 4
Joined: 29 Nov 2018, 00:17

Re: Install Warzone on my pc (ubuntu)...

Post by Malikia »

Yeah, i'm an idiot with coding and computers in general, all of that makes no sense to me.
Post Reply