2003-04-23 11:38:16 -06:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2003-04-22 18:44:03 -06:00
< html >
< head >
2003-04-20 09:42:22 -06:00
<!--
2011-03-26 16:40:53 -06:00
---- (c) Copyright 2003-2011 by Nehal Mistry and Pali Rohár
2003-04-20 09:42:22 -06:00
2003-07-03 10:08:07 -06:00
---- This program is free software; you can redistribute it and/or modify
2003-04-20 09:42:22 -06:00
---- it under the terms of the GNU General Public License as published by
2004-03-29 16:51:25 -07:00
---- the Free Software Foundation; only version 2 of the License.
2003-07-03 10:08:07 -06:00
----
---- This program is distributed in the hope that it will be useful,
2003-04-20 09:42:22 -06:00
---- but WITHOUT ANY WARRANTY; without even the implied warranty of
---- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
---- GNU General Public License for more details.
2003-07-03 10:08:07 -06:00
----
---- You should have received a copy of the GNU General Public License
---- along with this program; if not, write to the Free Software
---- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
---- 02111-1307, USA.
2003-04-20 09:42:22 -06:00
-->
2007-02-28 22:29:54 -07:00
< title > Stratagus< / title >
2003-04-23 11:38:16 -06:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
2003-04-22 18:44:03 -06:00
< / head >
2003-04-23 11:38:16 -06:00
2003-04-22 18:44:03 -06:00
< body >
2003-04-20 09:42:22 -06:00
2011-03-26 18:10:43 -06:00
< pre width = 80 >
2012-07-24 05:54:25 -06:00
_________ __ __
2011-03-26 18:10:43 -06:00
/ _____// |_____________ _/ |______ ____ __ __ ______
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
2012-07-24 05:54:25 -06:00
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
2011-03-26 18:10:43 -06:00
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
2012-07-24 05:54:25 -06:00
\/ \/ \//_____/ \/
2011-03-26 18:10:43 -06:00
______________________ ______________________
2012-07-24 05:54:25 -06:00
T H E W A R B E G I N S
Stratagus - A free fantasy real time strategy game engine
2011-03-26 18:10:43 -06:00
< / pre >
< hr >
2007-02-28 22:29:54 -07:00
< h1 > Stratagus< / h1 >
2003-04-23 11:38:16 -06:00
< hr >
2003-04-20 09:42:22 -06:00
2003-07-03 09:35:45 -06:00
< h2 > What is Stratagus?< / h2 >
2010-08-02 09:52:16 -06:00
< p >
2003-07-03 09:35:45 -06:00
Stratagus is a free cross-platform real-time strategy gaming engine.
2012-07-24 05:54:25 -06:00
It includes support for playing over Internet/LAN, or playing vs.
2010-08-02 09:52:16 -06:00
computer opponents. The engine is configurable and can be used to
create games with a wide-range of features specific to your needs.
2003-04-22 18:44:03 -06:00
< p >
2010-08-02 09:52:16 -06:00
Stratagus started as a clone of the realtime fantasy strategy game
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
< p >
2015-12-03 05:03:35 -07:00
Stratagus is developed together for Windows, Linux and Mac OS X.
2003-04-22 18:44:03 -06:00
< p >
2010-08-02 09:52:16 -06:00
Games which use Stratagus:
< ul >
< li > Wargus - Warcraft II - < a href = "https://launchpad.net/wargus" > https://launchpad.net/wargus< / a >
2015-03-17 00:30:22 -06:00
< li > Doom Wars - < a href = "http://stratagus.com/games/doom-wars" > http://stratagus.com/games/doom-wars< / a >
2016-03-28 20:15:43 -06:00
< li > Wyrmsun - < a href = "https://github.com/andrettin/wyrmsun" > https://github.com/andrettin/wyrmsun< / a > < br >
2015-03-17 00:30:22 -06:00
(uses modified engine version : < a href = "https://github.com/Andrettin/Wyrmgus" > https://github.com/Andrettin/Wyrmgus< / a > )< / li >
2010-08-02 09:52:16 -06:00
< li > War1gus - Warcraft I - < a href = "https://launchpad.net/war1gus" > https://launchpad.net/war1gus< / a >
< li > Stargus - Starcraft I - < a href = "https://launchpad.net/stargus" > https://launchpad.net/stargus< / a >
< / ul >
< p >
2012-07-24 05:54:25 -06:00
The newest version of Stratagus can always be found here:
2010-08-02 09:52:16 -06:00
< a href = "https://launchpad.net/stratagus" > https://launchpad.net/stratagus< / a >
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
< h2 > Installation< / h2 >
2003-04-20 09:42:22 -06:00
2003-07-03 09:35:45 -06:00
Read this to install Stratagus:
2003-04-22 18:44:03 -06:00
< a href = "install.html" > install.html< / a >
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
< h2 > Development< / h2 >
2003-04-20 09:42:22 -06:00
2012-07-24 05:54:25 -06:00
Read < a href = "development.html" > development.html< / a > if you want to help
2003-07-03 09:35:45 -06:00
out with Stratagus development< p >
2012-07-24 05:54:25 -06:00
Documentation on the Stratagus scripting language (Lua)
2011-03-26 16:40:53 -06:00
can be found at < a href = "http://www.lua.org/manual/" > http://www.lua.org/manual/< / a > < p >
< h2 > Documentation< / h2 >
2011-03-26 18:10:43 -06:00
Source code DoxyGen documentation is generated when Stratagus is compiling.
2011-08-09 01:13:40 -06:00
See < a href = "development.html" > development.html< / a > for further details.< p >
2003-04-20 09:42:22 -06:00
2012-07-24 05:54:25 -06:00
Information about creating sounds and graphics can be found in the
2003-05-30 12:53:00 -06:00
< a href = "media.html" > media documentation< / a > .< p >
2011-03-26 18:10:43 -06:00
Information about Stratagus Lua scripting can be found in the
< a href = "scripts/index.html" > scripting documentation< / a > .< p >
Information about metaserver protocol is in < a href = "metaserver_protocol.txt" > metaserver_protocol.txt< / a > .
2011-03-26 16:40:53 -06:00
2003-04-22 18:44:03 -06:00
< h2 > Changes< / h2 >
2003-04-20 09:42:22 -06:00
2011-08-09 01:19:14 -06:00
The changelog on Stratagus can be found at < a href = "changelog.html" > changelog.html< / a >
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
< h2 > Todo and known bugs< / h2 >
2003-04-20 09:42:22 -06:00
2011-03-26 16:40:53 -06:00
Look on the < a href = "https://blueprints.launchpad.net/stratagus" > blueprints site< / a > for the planned work.< p >
2003-09-03 04:46:49 -06:00
Also look at the complete list of
2011-03-26 18:10:43 -06:00
< a href = "https://bugs.launchpad.net/stratagus" > known bugs< / a >
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
< h2 > Problems< / h2 >
2003-04-20 09:42:22 -06:00
2012-07-24 05:54:25 -06:00
If you have problems compiling, installing or playing Stratagus, read
2010-08-02 09:52:16 -06:00
< a href = "faq.html" > faq.html< / a >
2003-04-20 09:42:22 -06:00
2003-04-22 18:44:03 -06:00
< h2 > Copyrights< / h2 >
2003-04-20 09:42:22 -06:00
2003-07-03 09:35:45 -06:00
Stratagus is distributed under the < a href = "gpl.html" > GNU General Public
2004-04-07 12:14:01 -06:00
License < / a > version 2< p >
2003-04-20 09:42:22 -06:00
2006-04-23 07:26:58 -06:00
SDL see < a href = "README-SDL.txt" > README-SDL.txt< / a > < p >
Guichan see < a href = "guichan-copyright.txt" > guichan-copyright.txt< / a > .< p >
2003-05-19 12:32:54 -06:00
2003-05-03 06:56:38 -06:00
< hr >
2015-02-23 10:52:33 -07:00
(C) Copyright 1998-2015 by The < a href = "https://launchpad.net/stratagus" > Stratagus< / a > Project under the < a href = "gpl.html" > GNU General Public License< / a > .< br >
2003-04-23 11:38:16 -06:00
All trademarks and copyrights on this page are owned by their respective owners.< br >
< / body >
< / html >