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/

(Create the 'maps' folder if it doesn't already exist.)

Maps can be downloaded from the Addons database.

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 'mods' and 'autoload' folders if they don't already 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 Addons database.

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.

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:

  1. Start Warzone 2100
  2. Choose the Options menu
  3. Choose the Video menu
  4. 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.

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

wilderpuppy wrote on Feb 5, 2011:

I'd like to get my gampa to start playing this game ( he will defenently get a kick out of it, as i did ) Only his diblo-II game is having An Incredibly-Hard Time playing on his new computer. Im certan it's because of Windows-7. [ Now Here Is The Question ] Dose WarZone2100, have any of thoughs problems playing on Windows-7 ???

RzITex wrote on Feb 7, 2011:

widerpuppy, I play with my dormmates here and three of them are playing on windows 7. Both the 2.3.7 and 3beta4 versions. You should be fine.

Commander Carl wrote on Feb 18, 2011:

Hello! Thanx for a great game!

One thing is bothering me though... After I attach 6 units to a commander, they will not move at all. Instead, the commander is left alone to storm the outpost all by himself. Futile. He is of course blown to smithereens..

Is there something fundamentally wrong with my understanding of the commander units or is this a bug?

Diablo wrote on Feb 20, 2011:

Commander Carl assign at least 2 repair vehicles to your commander and they will keep him and themselves repaired long enough for your attack vehicles to do their job. In addition a lot depends on your vehicles mobility. If using tracked vehicles and your commander and repair trucks are on wheels. Get the attack vehicles in position close to wear you going to attack then assign them to the commander, then he will race up to the front and do his job. Good luck must be a million strategies for this game but this has worked for me for the entire game.

rajkuchniamalinowegowieslawa wrote on Feb 21, 2011:

I've got a small question. I hadn't found it in this site, viz: How can I replace savers from older to younger ver. of this game? Certainly without losin' my datas
Sincerely...

rajkuchniamalinowegowieslawa wrote on Feb 26, 2011:

I've a smalla question: Is there any map for ten players??? I've downloaded alpha version and unfortunately war with seven other players bored me. (I'm Pole, & I have played this game for over 2-3 yrs, earlier on PS1)
P.S. Graphic's change is excellent! More realistic video-effects (as honey =) ) Very good work! Good luck with new improvements!

on the spot bombard wrote on Mar 3, 2011:

how can we transfer saves to the new version? anyone know? Thanks !!!

Kiki wrote on Mar 11, 2011:

I downloaded a 6 player map but i can't play it, it doesn't show up on map selection page, help!?!

SkorjOfAuir wrote on Mar 22, 2011:

So, I seem to have a problem.

Its been a good few months since i was last Map hunting here, and all of the ZIP files are now foureign to me. In other words, i cant seem to get the damn maps to show up. -.- I'm assuming theres been a change in the map creation software or something of the like, and I would be thrilled if someone would explain the changes or at5 least what I may be overlooking.

Thanks,
Skorj

SkorjOfAuir wrote on Mar 22, 2011:

And apologies for the Type-o's. Kinda in rush mode at the moment.

Bobu wrote on Mar 29, 2011:

Trying to run warzone (2.3.7) under windows 7, scene loads without the graphics. I have downloaded the file (sequences.wz) and placed it into the directory warzone but it still won't load. Where should it be to load up with the game?
Cheers

LJ wrote on Apr 5, 2011:

Everytime i try to paste the maps in, it says error, permission denied. How do i fix this?

carlosgomez wrote on Apr 5, 2011:

To LJ: it seems to be a platform issue (your OS), maybe grant read and write on folder to fixit....

LJ wrote on Apr 9, 2011:

To carlosgomez: i fixed it thanx, just switched computers.

Anyone know how to install .pie files into warzone.

black-shot-ova wrote on Apr 11, 2011:

hmm.. needs more 3d engine or definition codes to make it like the other high graphics game or just waiting for you to find another way (: i just love this game so hard

Bolter01 wrote on Apr 17, 2011:

Come on please how do you use the maps?
The instuctions dont "seem" to be correct.....

Bolter01 wrote on Apr 17, 2011:

Its Ok - I figured it out - still the current instruction are incorrect.
Thanks one and all for a GR8 game and new maps - I have a water cooled i72600k & HD6990 and prefer to play this briliant game!

Thx

linux user wrote on Apr 25, 2011:

how to configure the linux system to open "warzone:///gamename/options" links from lobby? does not seem to work. tries to call xdg-open, but is not configured.

Anonymous wrote on May 31, 2011:

well i got one problem an i want to ask
i got a warzone but its portable and updates wont work on it
and there is one single file that i dont have
its warzone.wdg
help me find the download link

Anonymous wrote on May 31, 2011:

well i got one problem an i want to ask
i got a warzone but its portable and updates wont work on it
and there is one single file that i dont have
its warzone.wdg
help me find the download link

Anonymous wrote on May 31, 2011:

sorry for the double comments i glitched

Anonymous wrote on Jun 4, 2011:

hi, my question, what is :
Warzone2100 dydo-AI
Warzone2100 NTW
Warzone2100 old 1.1 balance

Anonymous wrote on Jun 4, 2011:

hi, my question, what is :
Warzone2100 dydo-AI
Warzone2100 NTW
Warzone2100 old 1.1 balance

Shadow wrote on Jun 7, 2011:

To Anonymous: War Zone 2100 NTW stands for Nexus Total War.
It is like the normal War Zone only with extra stuff. For example in the factory you can build scav soilders. I have played it be for. It is cool.
I do not know much about War Zone dydo-AI or old 1.1 balance.
If you learn anything please let me know.

Shadow

Anonymous wrote on Jun 11, 2011:

DyDo-AI is an improved computer which is harder to beat than the normal computer
I don't know what old 1.1 balance is but it is probably something that puts it back to version 1.1

Zarel [Admin] wrote on Jun 14, 2011:

There was an issue where Internet Explorer would sometimes download maps and mods incorrectly; I have recently fixed them. If you previously had trouble installing maps and mods, could you download and install them again and see if this fixes your problems?

Anonymous wrote on Jun 14, 2011:

Hello to all of you great people who are making one of the best RTS here!

I can't use add-on maps

Under Ubuntu Warzone 2.3.8
i put the maps in /home/me/warzone/warzone2100-2.3.8/maps
(i created the folder)

Any help?

Thanks for all

Anonymous wrote on Jun 14, 2011:

Me again, i found it, sorry.

it's in .warzone etc...
I missed the point {.} (hidden file)

Hope this can be helpful to somebody else :)

Anonymous wrote on Jun 21, 2011:

hi i have version 2.0.6.
i cnt seem to enter cheat mode
is there anyway to do it in that verion?
email me: jalal.naseem@gmail.com
or i will be back here to see any answer
thanks.

Anonymous wrote on Jun 24, 2011:

Hi, I am interested in translating the game to Afrikaans, where can I get the po files, and to whom should I send it after the intial translation. Are there also other files that should be translated, or is it only one .po. You can contact me at: kobusven@therugby.co.za Regards Kobus

Shadow wrote on Jun 26, 2011:

Hi, what computer language is War Zone 2100 writen in?
If anyone knows let me know.

Thank You!

Shadow wrote on Jun 26, 2011:

Hi, what computer language is War Zone 2100 writen in?
If anyone knows let me know.

Thank You!

joshuasmith64 wrote on Jun 28, 2011:

If anyone knows how to capture enemy buildings (if you can) please tell me.


Thank You.

Anonymous wrote on Jun 30, 2011:

The lanquage I believe is QT

Anonymous wrote on Jul 4, 2011:

How do i drop a beacon i keep asking th AI for help and all it says is drop a beacon and i can't figure out how to drop one can someone help me?

Anonymous wrote on Jul 4, 2011:

How do i drop a beacon i keep asking th AI for help and all it says is drop a beacon and i can't figure out how to drop one can someone help me?

Anonymous wrote on Jul 6, 2011:

The version on Ubuntu repositoories is 2.3.4, what is the process to use .ws maps???
Thank you

Anonymous wrote on Jul 6, 2011:

oi,eu tentei todos os jeitos possiveis para jogar oline mas da oseguinte erro:

"Esgotado o tempo limite de conexão: certifique-se porta 2100 pode receber connections.if de entrada que você está usando um roteador para usar o UPnP, ou para encaminhar a porta para seu sistema"

o que eu fasso??????????????????????????????

Anonymous wrote on Jul 7, 2011:

To drop beacon press Alt+H.

Anonymous wrote on Jul 10, 2011:

hi i have warzone 2100 version 2.3.4 on linux and whenever i got to the multiplayer lobby it tells me to update my game at this website so i downloaded the update onto my computer but i dont know how to update it now so if anyone one knows could they please explain to me how to update my game
thank you

Anonymous wrote on Jul 13, 2011:

Just install the latest version. It will automitacally remove your old version and will install the updated version.

Anonymous wrote on Jul 14, 2011:

I have a promblem to host. I can host a multiplayer but if i host it says that it cant connect to a lobby server. I dont know what the problem is. Can someone help me please.

Regards

Derik

Email: derik@elkobesighede.net

Thanks

Anonymous wrote on Jul 16, 2011:

I have a promblem to host. I can host a multiplayer but if i host it says that it cant connect to a lobby server. I dont know what the problem is. Can someone help me please.

Regards

Derik

Thanks

Anonymous wrote on Jul 17, 2011:

what are the pc requirements?

Anonymous wrote on Jul 18, 2011:

if I have internet, and I can play in LAN mode?

Anonymous wrote on Jul 18, 2011:

pardon my English, my question is if I have no internet access as I can play in LAN mode?

Anonymous wrote on Jul 18, 2011:

pardon my English, my question is if I have no internet access as I can play in LAN mode?

Anonymous wrote on Jul 18, 2011:

pardon my English, my question is if I have no internet access as I can play in LAN mode?

Zutai wrote on Jul 18, 2011:

i cant seam to get any of the mods to work. when i add them into the game exactly as i should, the game stops working. it eather doesnt start up atall, or when i try to start a game, it dies. this is startig to piss me off. i have had to balance the mods b4, but now not one of them is working. are the mods worked so they all work together at once?

Zutai wrote on Jul 18, 2011:

i cant seam to get any of the mods to work. when i add them into the game exactly as i should, the game stops working. it eather doesnt start up atall, or when i try to start a game, it dies. this is startig to piss me off. i have had to balance the mods b4, but now not one of them is working. are the mods worked so they all work together at once?

Anonymous wrote on Aug 18, 2011:

Name: monk
just wanted to say thanks for a great game , really enjoy the single player campaign. by far one of the best open source games around. Keep up the good work and thanks again....

Anonymous wrote on Aug 19, 2011:

Sorry for my English, I was wondering how to create maps.

Anonymous wrote on Aug 30, 2011:

i am speak a little bit english.

the python dont work.
i have it rescource

NEXUS Destruction wrote on Sep 15, 2011:

when you want to put a mod on Mac OS X Lion first type into Terminal (go onto Applications, Utilities, Terminal) and then copy and paste this in and press enter: chflags nohidden ~/Library

NEXUS Destruction wrote on Sep 15, 2011:

copy and paste: chflags nohidden ~/Library into Terminal

Anonymous wrote on Sep 20, 2011:

How do I make a map?

Anonymous wrote on Sep 20, 2011:

How do I make a map and submit it?

Anonymous wrote on Sep 28, 2011:

Hi!
How do I can rotate the wall?

NEXUS Destruction wrote on Oct 4, 2011:

you can't rotate walls and it says how to create maps in you go onto the mapping/modding forum, the other thing about submitting ask someone else about

Anonymous wrote on Oct 5, 2011:

How can I play lan?

Anonymous wrote on Oct 6, 2011:

This may sound like a stupid question but how do you change to be another location in a skirmish game?

Anonymous wrote on Oct 15, 2011:

I opend port UPnP, but it still doesn't work... Do I have to open something else to?

Anonymous wrote on Oct 25, 2011:

While playing a skirmish game I saw a dragon body with two weapon systems on it. a seraph missile system and a guass cannon. is there any way that the player can get these?

Anonymous wrote on Oct 27, 2011:

Cannot host a game on windows 7 I turned off my firewall and my port is properly forwarded I can play fine in linux. Any ideas?

Anonymous wrote on Oct 29, 2011:

how to resize it??

Anonymous wrote on Oct 29, 2011:

My pointer in the game don't appears , why ?

Anonymous wrote on Nov 5, 2011:

Just want to say "Thanks!!! This is a great game and I really appreciate the work you do in your spare time on this."

marion wrote on Nov 8, 2011:

You should tell us what is the difference between normal version and 'snapshot version', thank you!

Anonymous wrote on Nov 22, 2011:

i have windows xp 2. Can i play with it??

Anonymous wrote on Nov 25, 2011:

Great work guys - I've played it for several hours (it's my first strategy game on Ubuntu) and I've enjoyed it and it felt almost as I was playing any other new commercial Windows game.
It sure proves good games can be found and played in Ubuntu (or other linux) too.
Thumbs up.

Anonymous wrote on Dec 1, 2011:

El juego se congela al comienzo en Win2003 x64, habra alguna solución?, Saludos

Anonymous wrote on Dec 4, 2011:

How to create commanders?

Anonymous wrote on Dec 10, 2011:

What are the chances of a Virus gaining entry onto my system while playing online?

To Writer on December 4: Create commanders by researching the command turret technology. then put this turret on a new design

Merlin wrote on Dec 12, 2011:

Is there a version of the map-making software that I can run on Windows 7 without reconfiguring my display settings from 32bit to 16bit? I can't get any versions to run so far and its a bummer, because I feel I have a lot to contribute to the Warzone community.
Thank you all at the Project for your hard work; the result is a polished and professional quality game that beats Starcraft hands down!!!

Anonymous wrote on Dec 12, 2011:

Great game. Is there any way to play it without installing it? For example at school I cannot install anything, but they don't care what I download or play. Just wondering if I can download it and play it just on my school drive without getting into trouble.

Anonymous wrote on Dec 12, 2011:

there is a portable usb version which you dont need to install.
I got it from a magazine cd - but it must be out there somewhere.

Ivy Bridge wrote on Dec 13, 2011:

Usually if you copy the entire game contents onto a flash drive, it can usually run off it. sometimes it works, sometimes it doesn't.

Ivy Bridge wrote on Dec 13, 2011:

Usually if you copy the entire game contents onto a flash drive, it can usually run off it. sometimes it works, sometimes it doesn't.

Anonymous wrote on Dec 18, 2011:

If you can't host multiplayer game (nobody can see your server) and port 2100 is 100% opened, edit config end set "UPnP=0" - all will become OK.

Anonymous wrote on Dec 29, 2011:

Problem! Where are the decoded cutscenes? Do I REALLY have to convert them myself?

Anonymous wrote on Dec 29, 2011:

Use 7zip to extract sequences.wz, then use VLC Media player to play the .ogg's.

Anonymous wrote on Dec 29, 2011:

Come si crea una modalità?

Anonymous wrote on Dec 29, 2011:

Come si crea una modalità?

Anonymous wrote on Jan 7:

hi, when i install the art revolution map mod in "C:Program Files (x86)Warzone 2100modsautoload" the game shuts down when i start a game

Anonymous wrote on Jan 8:

aybe this is an idiotic question but what are those "snapshot" versions of Warzone ... for which the download option is placed right near the download option for the "normal" download option?

Anonymous wrote on Jan 8:

aybe this is an idiotic question but what are those "snapshot" versions of Warzone ... for which the download option is placed right near the download option for the "normal" download option?

Anonymous wrote on Jan 8:

aybe this is an idiotic question but what are those "snapshot" versions of Warzone ... for which the download option is placed right near the download option for the "normal" download option?

Anonymous wrote on Jan 8:

aybe this is an idiotic question but what are those "snapshot" versions of Warzone ... for which the download option is placed right near the download option for the "normal" download option?

Anonymous wrote on Jan 8:

Sorry. Multi post. Please delete. :(

Anonymous wrote on Jan 14:

I downloaded the game and the Video were to download too. But they didn't how do I get the English Version??

Anonymous wrote on Jan 22:

I cant find the Mac version anywhere, anybody know what's happened to it?

Anonymous wrote on Jan 25:

what is a snapshot???? like a beta for a new version? with new content?

Ano Nymous wrote on Jan 28:

yeah snapshots are in-development versions, like a snapshot of what is to come.

Anonymous wrote on Jan 28:

¿no tengo letras, vienen con los vídeos?

Anonymous wrote on Jan 28:

I have letters do not come with the videos?

Anonymous wrote on Jan 29:

I can not install on my game cheats or mods because?

Anonymous wrote on Feb 13:

i have been playing this game for about 20 years mabe a little less but there about from ps1 right though to pc what i would like to know is are they making a second one as yes its the best game going but would love to have a second

Anonymous wrote on Feb 17:

I played it on ps1 too, when i was a kid ;)

Anonymous wrote on Feb 19:

My son & I are are two separate computers but have our internet on the same network. Can we play against each other ? Each time we create a game or try to join another person's game, it bumps one of us off.

Anonymous wrote on Feb 21:

Hello pretty cool community here. I'd like to get into the game, but there aren't any buttons on the menu, just code; can you help? The games works, I just don't know what I'm selecting!

Thank you,
Mark L.

Anonymous wrote on Feb 21:

with FLAME1.25 editor as I play the campaigns that I build? and where should I save?

Anonymous wrote on Feb 21:

with FLAME1.25 editor as I play the campaigns that I build? and where should I save?

Anonymous wrote on Feb 27:

I can't get this program to run. I keep getting error "Warzone has crashed. See ***DocumentsWarzone 2100 2.3logsWarzone2100.RPT for details". I go into that and do not understand a single thing on it. Any ideas? Thx

Conor wrote on Feb 29:

For anyone with trouble getting the game to run- head over to http://forums.wz2100.net/viewforum.php?f=4

This page is just a support article and you wont get any direct responses

Anonymous wrote on Mar 1:

So far the game is working great, I have a question about boats: I made a boat and it spawned/appeared next to the factory. How do I get it to the water?

Thank you,
Mark L.

Anonymous wrote on Mar 1:

So far the game is working great, I have a question about boats: I made a boat and it spawned/appeared next to the factory. How do I get it to the water?

Thank you,
Mark L.

Anonymous wrote on Mar 1:

So far the game is working great, I have a question about boats: I made a boat and it spawned/appeared next to the factory. How do I get it to the water?

Thank you,
Mark L.

Anonymous wrote on Mar 1:

So far the game is working great, I have a question about boats: I made a boat and it spawned/appeared next to the factory. How do I get it to the water?

Thank you,
Mark L.

Wes W. wrote on Mar 5:

how can i put warzone onto my flash drive?

Anonymous wrote on Mar 9:

Hi I want to translate warzone to Afrikaans but the programe I downloaded dont work what can I do?
Regards
Jaco Venter

Anonymous wrote on Mar 22:

My program won't load on my mac. Once it has booted up, it does nothing. Help!

Anonymous wrote on Mar 22:

My program won't load on my mac. Once it has booted up, it does nothing. Help!

Anonymous wrote on Mar 25:

I researched the dragon body, and the official name on the research tree says it is multi turret, but when I try to design it I can only put one weapon on it. Can you put more turrets on it? If so how?

Thank you!

Anonymous wrote on Apr 1:

is it possible to change the sound effects of units and structures? if not, can i add my own music to the game itself?

ikestewart wrote on Apr 5:

Where do i go to make a map? I f someone knows please tell me.

Thanks

Anonymouse the Random wrote on Apr 6:

Ont eh Dragon body after you select the first turret, a second turret button will appear next to the model of your design, click that and select your second weapon. Bear in mind that the multi-turret body does not seem to extend to support turrets.

-Anonymouse

I long for knowledge wrote on Apr 9:

I want to make a map very bad. I discovered when you are in cheat mode you can hit cntrl-O a and a options menus will apear. You then can create any structure, unit, or feature (oil resource, boulder, demolished building or car ect.) instantly. Then I noticed a button at the top under the map catagory that said "New" or "Load". I clicked new and it gave me a blank map with the size of the map I was playing on. I used "W" and "A" to alter the hight of the map. I placed structures and enemy units and saved the map. But a couldn't load the map? I researched creating maps on this website and noticed the software called flaME. I wanted to know if I have to use flaME or if I could just use the optoins menue on the map I created. And if I can use the map I created how do I find or load it? Please help me.

Thank you.

P.s. one last thing,if I do need to download flaME were do I download it from?

I long for knowledge wrote on Apr 9:

Thannk you anonymouse the random for answering my question about the dragon turrets,(yes that was me). You did a great job. I used what you said and it worked. Could you please answer my other question too if you know the answe?

Thankyou!

Anonymous wrote on Apr 12:

Is there any way to increase the capicity of the savegame folder?

Information source wrote on Apr 16:

So , ikestewart , if you want to make your own new map go to google and write "edit world warzone2100" download it and there you will be able to make your own map. DO NOT FORGET TO SET YOUR DISPLAY TO (16bits)!

That's all , simple , isn't ?

Information source wrote on Apr 16:

No! You must make other folder and you must put the full folder anywere on the desktop , and when you want to play the saved games in that folder put it back and put out the other one . NAME THE NEW FOLDER LIKE THE OLD FULL FOLDER (saved games) !

Information source wrote on Apr 16:

My mail adress is teodor.cetateanu@gmail.com , if you have any questions write me on this adress !

Anonymous wrote on Apr 16:

How do i send a map I made

Anonymous wrote on Apr 20:

How Do u Created your own maps

Anonymous wrote on Apr 29:

I have an old dinousaur, and I can't seem to be able to exit the tutorial. The game runs just fine, I just can't seem to find the end tutorial button. Any help?

Anonymous wrote on May 1:

how do you launch a mod?

I long for knowledge wrote on May 4:

Attention anonymouse and information source, in my quest for knowledge I have run into yet another problem, which means another question.

I downloaded flaME and created my map, and compiled it, i put bases and features, but I can't figure out how to test it in warzone?

Please thy knowledge seeking brethren uncover the truth,
Thankyou!

I long fl wrote on May 5:

If you want to launch a mod you can either:

1. Go to the start menue and search "warzone" depending on how many mods you have downloaded (if any) different results will apear all starting with warzone. Then, just click one, simple.

2. The other way is a bit more difficult. First just go to your computer then select your hard drive. Click programs(86). Then find the folder called warzone 2100. Double click mods. And wala! All you mods will be there. Then, ounce again, just click one!

I long fl wrote on May 5:

If you want to launch a mod you can either:

1. Go to the start menue and search "warzone" depending on how many mods you have downloaded (if any) different results will apear all starting with warzone. Then, just click one, simple.

2. The other way is a bit more difficult. First just go to your computer then select your hard drive. Click programs(86). Then find the folder called warzone 2100. Double click mods. And wala! All you mods will be there. Then, ounce again, just click one!

I long for knowledge wrote on May 5:

Sorry, I forgot to finish my name.

SPAM ENGINE wrote on May 6:

i can not end the game. can anybody help me?

Anonymous wrote on May 18:

It's a bit strange, because I use a translator may be found.

Run WarZone ordered / fo31/h423 / where such strange characters appearing runny.
So now may ppomneunbeopdo unit.

Anonymous wrote on May 19:

In Ubuntu Linux, how do you compile the beta?

Game man wrote 3 days ago:

Is this the original Warzone 2100 (that was also released on PSX) upgraded or what? I know they released it for PC and PSX but is this one the same game with new stuff or what exactly?

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.


Anonymous


To prove you are not a spammer, you must correctly answer this question:
If you have found a bug or other problem with Warzone, where should you report it?

(Hint: Read the above note)