Changes
Created page with "'''Warzone 2100''' is a 3D real-time strategy game with a post-apocalyptic setting. Originally a proprietary work written in C by Pumpkin Studios, the so..."
'''Warzone 2100''' is a 3D real-time strategy game with a post-apocalyptic setting. Originally a proprietary work written in C by [[w:Pumpkin Studios|Pumpkin Studios]], the source was released under the GPL-2.0 in late 2004 by the publisher [[w:Eidos Interactive|Eidos Interactive]]. Some data used by the latest version is licensed CC-BY-SA-3.0 and CC0, and and some libraries the current version links against are PD and BSD licensed. The Warzone 2100 Project (previously named the Warzone 2100 Resurrection Project) actively maintains the codebase. Gameplay is mouse-driven with some keyboard shortcuts, much like the controls for other real-time strategy games like Starcraft.
[[Image:Warzone_2100.png|thumb|right]]
== Availability ==
The latest stable version is available from the game's site in various formats and for various platforms. Versions packed by distributions are generally out of date.
== Compilation ==
{{Warzone_compilation|3.1.0}}
== Videos ==
The lines below will download and install the in-game videos. The standard quality videos are 545 MiB, the low quality videos 162 MiB.
<pre>
function dl_vids {
L=
Q=
while [[ $L != de && $L != en ]]; do echo -n "Language [de/en]: " && read L; done
[[ $L = de ]] && Q=standard
while [[ $Q != low && $Q != standard && $Q != high ]]; do echo -n "Quality [low/standard/high]: " && read Q; done
wget http://downloads.sourceforge.net/project/warzone2100/warzone2100/Videos/$Q-quality-$L/sequences.wz
}
cd ~/prj/warzone
dl_vids
ln -s $(pwd -P)/sequences.wz warzone2100-3.1.0/data
</pre>
== External links ==
*[http://wz2100.net Warzone 2100 Project homepage]
[[Category:Real-time strategy games]]
[[Category:Post-apocalyptic games]]
[[Category:GPL-2.0 software]]
[[Image:Warzone_2100.png|thumb|right]]
== Availability ==
The latest stable version is available from the game's site in various formats and for various platforms. Versions packed by distributions are generally out of date.
== Compilation ==
{{Warzone_compilation|3.1.0}}
== Videos ==
The lines below will download and install the in-game videos. The standard quality videos are 545 MiB, the low quality videos 162 MiB.
<pre>
function dl_vids {
L=
Q=
while [[ $L != de && $L != en ]]; do echo -n "Language [de/en]: " && read L; done
[[ $L = de ]] && Q=standard
while [[ $Q != low && $Q != standard && $Q != high ]]; do echo -n "Quality [low/standard/high]: " && read Q; done
wget http://downloads.sourceforge.net/project/warzone2100/warzone2100/Videos/$Q-quality-$L/sequences.wz
}
cd ~/prj/warzone
dl_vids
ln -s $(pwd -P)/sequences.wz warzone2100-3.1.0/data
</pre>
== External links ==
*[http://wz2100.net Warzone 2100 Project homepage]
[[Category:Real-time strategy games]]
[[Category:Post-apocalyptic games]]
[[Category:GPL-2.0 software]]