First, make sure you are running the latest version of Warzone 2100. You can download it from the Download page.
Installing
How do I install a map?
To install a map, move it into:
| Windows: | My Documents/Warzone 2100 2.3/maps/ |
| Mac OS X: | ~/Library/Application Support/Warzone 2100 2.3/maps/ |
| Linux: | ~/.warzone2100-2.3/maps/ |
Maps can be downloaded from the Showcase forum.
NOTE: Maps must be in .wz files. If they are .wdg files, they are incompatible with this version of Warzone and must be converted manually.
How do I install a mod?
Move the mod into:
| Windows: | C:/Program Files/Warzone 2100/mods/autoload/ |
| Mac OS X: | ~/Library/Application Support/Warzone 2100 2.3/mods/autoload/ |
| Linux: | ~/.warzone2100-2.3/mods/autoload/ |
(Create the directory if it does not exist.)
To temporarily disable your mod, move it out to:
| Windows: | C:/Program Files/Warzone 2100/mods/ |
| Mac OS X: | ~/Library/Application Support/Warzone 2100 2.3/mods/ |
| Linux: | ~/.warzone2100-2.3/mods/ |
For more information, see Command Line Options.
Mods can be downloaded from the Showcase forum.
NOTE: Mods must be in .wz files. If they are .wdg files, they are incompatible with this version of Warzone, and you must find a modder to convert them manually.
Help! Warzone will not launch on my Mac.
If you are getting an error like:
dyld: Library not loaded: /usr/X11R6/lib/libfontconfig.1.dylib Referenced from: Warzone.app/Contents/MacOS/../Frameworks/QuesoGLC.framework/Versions/A/QuesoGLC Reason: image not found
This means that you do not have X11 properly installed; to fix this (re)install X11 from your system disk.
If you are running 10.5 you may instead download and install XQuartz instead.
Why does my antivirus program say the installer has a virus...?
Antivirus programs aren't perfect; they can be wrong. When an antivirus program is thinks that a virus-free program has a virus, it's called a false positive. The website AV-Comparatives describes the false positive rates of many antivirus programs.
If you downloaded Warzone from our website, it is very unlikely for it to have a virus. The installers are created on a Linux-system with a cross-compiler, and hosted on Sourceforge's Linux servers. There is virtually no way they can get infected by anything. Please point your antivirus maker to the file it complains about as a false positive, so they can update their software.
If you didn't download Warzone from our website, well, then, don't do that. ;)
We also recommend a better antivirus program. Microsoft Security Essentials is free, and is as good as or better than all other antivirus programs, including paid ones, according to independent studies by AV-Comparatives.
Can I play the cutscenes from the CDs?
You cannot play the videos/music from the CDs directly, since we use different (crossplatform) codecs in this version. But we provide both music and videos in a format suitable for the game. The video files can be downloaded by the Windows installer or separately from our download page (see the instructions there where to put the file).
As the licensing regarding translated videos is a bit unclear, we currently only offer the English cutscenes; however, the German ones are available at http://warzone2100.de/.
Since manual conversion is complicated, we recommend using our already converted files. If you really want to do it yourself, you need to compile rpl2avi, convert the original RPL files into the AVI format, then encode those to Ogg/Theora/Vorbis. Music is also in Ogg/Vorbis format.
Setup
How do I change my screen resolution?
The resolution can be changed in game by using the options menu:
- Start Warzone 2100
- Choose the Options menu
- Choose the Video menu
- Change the resolution field by left clicking the field until it reaches your desired resolution
Note: Changing the resolution in game will require you to restart Warzone.
Note: Changing the screen resolution must be done with command-line options in versions of Warzone earlier than 2.1.
I can't choose my screen resolution!
The game can use any resolution that is at least 640x480. If your screen's resolution doesn't appear in the menu, the problem is your display driver or SDL. As a workaround, you can use the command line options --width and --height, or edit the width/height values in the config file to use the resolution you want.
Why is Warzone running so slowly?
First make sure your system is set up correctly for OpenGL games. That means especially to use the most recent drivers for your graphics card (though if you already have those, sometimes those have new bugs, and downgrading to an older version might work), and on Linux perhaps the non-free binary drivers instead of the open-source ones. Make sure you get the newest drivers from the website of your graphics chip's maker (usually AMD, Nvidia or Intel), those from Windows Update might have worse OpenGL support.
There are a few settings you can change to increase the speed:
- Disable shadows (graphics options, or alt-s in game).
- Reduce the texture size (video options). Some (mostly onboard) GPUs claim to support large textures (Warzone uses the largest texture size the driver supports), but fall back to software mode for that. Unfortunately there is no way to autodetect that, so you have to reduce the texture size manually.
- If you have coloured cursors enabled, disable them (mouse options, though on OS X this might not work).
- Reducing the screen resolution (video options; see previous questions) can also help.
- Turn off compositing window managers (Compiz on Linux, Aero on Windows).
If even the main menu is running slow, OpenGL is probably running in software mode. That means your driver/hardware doesn't support some needed feature, and if a driver up/downgrade doesn't help, you need a better graphics card.
How do I enable cheats?
If you are stuck, and need an extra edge in the singleplayer campaign, take a look at Cheats.
Multiplayer
Where do I find people to play multiplayer?
The most popular method is to use the IRC channel #warzone2100-games on irc.freenode.net.
Users without an IRC client may visit:
Which ports does Warzone use?
2100.
Note that you only need to open ports for hosting games. You can join and play any games you want without configuring port forwarding.
Multiplayer doesn't work!
If your router supports UPnP, Warzone can set up the required ports by itself. See if you can enable UPnP in your router settings.
Otherwise, if you want/need to set it up manually, make your router forward TCP port 2100 to the machine that is doing the hosting, and make sure no firewalls block that port. If you don't know how to do this, try using:
If this does not work, try searching Google for terms like 'port forwarding' or 'open ports firewall'.
Development
May I contribute to the project?
Yes, we highly appreciate contributions. Before doing duplicate work you should talk with the community and/or the developers. Best ways to do so are the mailing list, the forums and the IRC channel #warzone2100 on Freenode. Check out Development for more information.
Users without an IRC client who wish to join the IRC channel may visit:
How can I submit my patches?
There exists a good article providing information on participating in open source projects in general. It is published in German on Heise under the title Totalitäre Open-Source-Entwicklung.
If you are not a member of the project, you can't commit directly via SVN. You checkout the latest revision from trunk (for larger changes) or branches/2.2 (for smaller fixes). Then do your changes and check if they do what you expected. (And don't crash anything or similar.)
Separate separate changes. Means: Don't create a 2MB patch with all your work in it. Just put those features/changes in one patch which belong to each other or depend on each other, because we will review your patch and that is easier if it is small. And if we reject one part of the patch it wont happen that your whole patch get rejected, because we don't have time to separate the accepted parts from the others.
After you have finished your work, you right click on the directory you checked out. Choose "Subversion" from the menu, then "Create patch". This will open a dialog where you can check your changes again give the filename of the patch. Then send us the created file.
How to send it? You should create a ticket in Trac and attach your patch.
You can also send it to warzone-dev at gna org. This is a moderated (for non members) mailing list. Your email will be accepted if it can be identified as not being spam.
A patch will only contain the files that are explicitly added to the SVN repository. Means: Only changes to those files will be included, which (the files) are already on the server or you requested SVN explicitly to add them to the repository.
I think you do it wrongly.
We don't mind criticism, as long as it is constructive. There are some hot topics which easily lead to flame wars. We appreciate it if you would try to avoid creating flame wars.
Please also keep in mind that we do this all in our spare time and are mostly not professionals or paid for this. You should realize that time is the scarcest of all resources any open source project depends upon. Thus, because we do this both voluntarily and in our preciously scarce spare time, you should not expect us to change our priorities because you tell us to. You will have to convince us to do so. Thus your suggestion's chance of being used is determined by your ability to "wet our appetite".
That said, most suggestions are very welcome. Provided, of course, that you have actually thought it through! It is usually better to ask "Have you thought of doing X this or that way?" than to say "You should do X that way.". See for example the FAQ entry below, which is a very common "suggestion", which is rarely thought through and highly unrealistic. Thus simple suggestions that require relatively small changes to implement have a much higher chance at being taken seriously.
Also keep in mind that a lot of suggestions are given over, and over again. We hope you understand that this can become very annoying, very fast. Thus please try to find out whether a suggestion has been given before.
Additionally, due to the scarcity of our time, please do your homework and work out your suggestion to a reasonable amount of detail. Otherwise your suggestion might be very difficult to discuss due to it being too vague.
You should port Warzone to language XYZ, or 3D engine ABC, or make it an MMO...!
You should realize that Warzone is a huge codebase, and porting to some other language or engine will be a enormous job (think years, if not more). We wish to improve the existing code and engine piecemeal, since we believe that is the only realistic way of going about it. We hear requests to port the game to some other language or engine very often, and it can quickly get tiring.
Of course, we could be wrong, and things could change. If you do feel that it is possible to port Warzone to a superior engine, feel free to do so yourself, with our blessing. After all, Warzone is an open-source project; you may do with it nearly whatever you wish. Before you begin, remember that Warzone is cross-platform and runs on Windows, Linux, Mac OS X, and BSD; any engine that doesn't support at least the first three OSes would be a severe regression.
In fact, we simply will not accept any conversion to an engine that does not support Windows, Linux, and Mac OS X, because several of our best developers on each OS would no longer be able to continue contributors, and many others would leave the Warzone Project on principle. We also will not accept any engine with a license more restrictive than the GPL, since it would be incompatible with our own license. Since we do not own the source code (Eidos does), we can't do anything about the fact that it would be illegal to port Warzone to a GPL-incompatible engine.
My question is not listed here
Don't fear to ask, after you read how to get answers. (The examples given in that guide are aimed at programmers, but the sense also applies to other questions.) Best places to ask are listed on the contact page.
Commentary
Zeus wrote on May 14:
Q: Can i use more then one mod.
If so then how do i set it up.
Can be reached at JJC11477@aol.com
Thank you and have a good day
Gerblat wrote on May 14:
I finally got it work with this version on Vista. Good job!
The only issue I can't seem to figure out is the game is missing all the textures for the scenery. Do I need to do something else?
All I have is a stark white landscape....I have now idea what I need to do to get the texture files in place....
Assistance is greatly appreciated.
dtovarb wrote on May 15:
I cant play warzone!!!... I intalled the game warzone 2100 2.3.0.. and when I run it.. the main menu apears normally.. then I chose single player... and new campain.. and in that moment the game crashes!!!.... I try to change the resolution for the video... and I probe all the resolutions... but the problem remains... why can I do???.... if I install the version... 2.0.10.. the game works perfect... please help me!!!!!!!!!!!!!!!!!!!!!!!!! my email is dtovarb@hotmail.com thanks for your time!!!
King wrote on May 16:
My menu screen and mouse are all really small and i don\\\'t know how to fix it and it\\\'s bugging me
what\\\'s wrong and how do i fix it.
Desolator4u wrote on May 20:
King, it sounds as if you are running Warzone on a high screen resolution and on a large monitor. If that is the case, please note that the HUD is not coded to scale with the resolution, so the higher the resolution is set, the smaller your menus will be. This is to be addressed one day. Just run Warzone with a lower resolution as a temporary fix, by going to Options > Video Options > Resolution
~Des
Max wrote on May 31:
Just want to say thank you....anyone who contribute to this game. Really thank you all.
GASantillan wrote on Jun 12:
the game crashes when i play the new campaign. it returns to the desktop. my graphics card is SiS Mirage Graphics with latest drivers as of 6/5/2009. my OS is Windows XP Service Pack 3. please help me.... my email is arn_arn315@yahoo.com. thanks a lot!!!!
eiuts wrote on Jun 15:
i want to agree with max this is the game of the century in my opinion actually millenium, eon! and it wouldnt be here without you guys, thx.
shotgun2097 wrote on Jun 19:
good job all , a classic game still well worth playing
commander wrote on Jun 24:
how do u get map editor
john wrote on Jun 26:
i cant save my game during single player! I write down a name and click enter but nothing gets saved.
Makk wrote on Jun 26:
Who have Linux, He/She can download from the Ubuntu Software Center.
I can't install any mod at Linux!
Zarel [Admin] wrote on Jun 27:
Map editor: http://developer.wz2100.net/wiki/WikiStart#Maps
Problems saving the game: Please use the tech support forums.
Installing mods: http://guide.wz2100.net/faq#HowdoIinstallamod
joe wrote on Jun 28:
Can I just say THANK YOU for making this game free. I remember playing this as a kid and just happened to stumble upon it again on this website.
commander wrote on Jun 30:
how do u get the ntw mod
Chris wrote on Jul 1:
I found this game by accident and spent all day playing it! a big thank you to all those who made this possible :-)
Ron wrote on Jul 6:
I'm a fan with absolutely no computer skills, is there any way for me to contribute?
RedPlague wrote on Jul 11:
Great plans for such a great game =)
I Hope to create my own game art company to create new engine for such a magniffisent game :p
Alexis wrote on Jul 17:
i love this game and all....but i can't play with other people since i played with this other person earlier..
it's the new NTW mod 2100
I don't like it. how do i get rid of it?
Daltx wrote on Jul 17:
Alexis: It is likely a map mod, search in your maps folder for any large files and remove them, to test just take all maps out of the folder.
steve wrote on Jul 20:
i cant host a game
Ryan wrote on Jul 27:
Followed instructions on here for videos and they still don't work... help
RawR wrote on Jul 27:
Just skimming through the development section of your article. I thought I'd point out a typo in the "You're wrong" section.
The phrase "wet our appetites" is corrected to "whet our appetites". (Whet means 'to sharpen'. The allusion is what you do to a sword when you rub it against a whetstone, making it sharper or more acute.) Just throwing that out there. Thought you might want to know...
RawR wrote on Jul 27:
Great game by the way. My friends and I have welcomed it to our yearly gaming get-together.
FDMilwaukee wrote on Aug 1:
About four years ago I was looking to purchase this games as I lost my old ps version. I really couldn't find much on it. AWESOME JOB!!! I feel this is one of the best games ever made, and thank you for bringing it back!
Valkvarian wrote on Aug 1:
Main question I have is there more then one mod I wish to use at the same time, is there a way to load more then one Mod at a time like the NTW and Limits mods? Thanks! Btw also wondering if new techs are going to be added on top of the normal tech tree soon?
joffrey wrote on Aug 1:
it is possible to make cutscene in differente language?
german_gamer wrote on Aug 8:
Help for Mission Gamma 1!
I destroy everything what was there, but I still got no message that I've completed the mission.
I still have appr. 1 hour mission left.
I build everything what I thing is necessary for a forward base. I also tried different areas.
No success so far!
Thanks for your help in advance!
cowflinger wrote on Aug 8:
how do i make maps? is there a map edditor i can download?
Brigand wrote on Aug 14:
Is there a page that sorts the add-ons page in order of submission? I like the page as-is (in order from highest to lowest rating), but it is difficult or time-consuming to skim through for maps I don't have.
Thanks! You guys are awesome.
Help Me wrote on Aug 16:
There isn't a folder for warzone in my application support folder what do i do
Help Me wrote on Aug 16:
There isn't a folder for warzone in my application support folder what do i do
hao wrote on Aug 16:
cowflinger, check out flaME on the forum: http://forums.wz2100.net/viewtopic.php?f=5&t=5309
There is also EditWorld, some big boys like it: http://forums.wz2100.net/viewtopic.php?f=5&t=1618
Help Me, OS?
wz wrote on Aug 28:
how do you make maps
Orfevs wrote on Aug 29:
I'm using WZ2100 v2.3.4 on Windows XP, Vista x64, and Win7 x64
Works great. And thanks for the great work. But seriously, someone has to sit down and deal with the pathing in campaigns.
Bugs flourish in that department.
The ntw and old-1.10.balance mods are both installed in mods\multiplayer. I can't find any reference to what they actually do, and whether or not they work for anything other than multiplay.
1. Can I assume mods\multiplay is merely a place to store multiplayer mods before moving them to mods\autoload (as per FAQ description) for activation? Alternatively, will the command-line options for mods find them in their respective directories?
2. Is there a description for the two above mentioned mods?
3. Do any of them work for campaigns, and if they do - how to activate?
Orfevs wrote on Aug 29:
I'm using WZ2100 v2.3.4 on Windows XP, Vista x64, and Win7 x64
Works great. And thanks for the great work. But seriously, someone has to sit down and deal with the pathing in campaigns.
Bugs flourish in that department.
The ntw and old-1.10.balance mods are both installed in mods\multiplayer. I can't find any reference to what they actually do, and whether or not they work for anything other than multiplay.
1. Can I assume mods\multiplay is merely a place to store multiplayer mods before moving them to mods\autoload (as per FAQ description) for activation? Alternatively, will the command-line options for mods find them in their respective directories?
2. Is there a description for the two above mentioned mods?
3. Do any of them work for campaigns, and if they do - how to activate?
Orfevs wrote on Aug 29:
ugh.. double posting due to page refresh.. sorry 'bout that.
dooboo wrote 3 days ago:
How do you start a Lan game on this game?
Add a comment
Note: Comments are for giving advice about the page topic. Off-topic comments may be deleted. Do not report bugs here, report them in the bug tracker.
