73 lines
3 KiB
HTML
73 lines
3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<!--
|
|
---- (c) Copyright 2001-2011 by Lutz Sammer and Pali Rohár
|
|
|
|
---- This program is free software; you can redistribute it and/or modify
|
|
---- it under the terms of the GNU General Public License as published by
|
|
---- the Free Software Foundation; only version 2 of the License.
|
|
----
|
|
---- This program is distributed in the hope that it will be useful,
|
|
---- 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.
|
|
----
|
|
---- 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., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
---- 02110-1301, USA.
|
|
-->
|
|
<title>FAQ for Stratagus</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<pre width=80>
|
|
_________ __ __
|
|
/ _____// |_____________ _/ |______ ____ __ __ ______
|
|
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
|
|
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
|
|
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
|
|
\/ \/ \//_____/ \/
|
|
______________________ ______________________
|
|
T H E W A R B E G I N S
|
|
Stratagus - A free fantasy real time strategy game engine
|
|
</pre>
|
|
<hr>
|
|
|
|
<h1>FAQ for Stratagus</h1>
|
|
<hr>
|
|
|
|
<b>Q: How do I create a game using the engine?</b><br>
|
|
A: We strongly recommend that you help an existing game instead
|
|
of creating yet another one. There are way to many wannabe games
|
|
and none finished.<p>
|
|
|
|
<b>Q: Does Stratagus work with ALSA?</b><br>
|
|
A: Yes, if you compiled SDL with ALSA support.<p>
|
|
|
|
<b>Q: What ports does the Stratagus network protocol use?</b><br>
|
|
A: Stratagus uses UDP with port 6660 by default, you may start stratagus
|
|
with '-Pxxxx' flag to use port xxxx instead.<p>
|
|
|
|
<b>Q: Does stratagus support internet/metaserver play?</b><br>
|
|
A: Not yet, but this is a planned feature.<p>
|
|
|
|
<b>Q: Stratagus runs really slow in large resolutions, what can I do?</b><br>
|
|
A: Versions of Stratagus from 2.1 update the screen every frame.
|
|
Use OpenGL or play with a smaller screen resolution.<p>
|
|
|
|
<b>Q: Can I use Stratagus to play Age of Empires, StarCraft, or any
|
|
other commercial game?</b><br>
|
|
A: No.<p>
|
|
|
|
<b>Q: My question isn't answered here.</b><br>
|
|
A: Submit a <a href="https://answers.launchpad.net/stratagus">question</a>.<p>
|
|
|
|
<hr>
|
|
(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>
|
|
All trademarks and copyrights on this page are owned by their respective owners.<br>
|
|
</body>
|
|
</html>
|