Files
OpenRA/web/mods.html
Matthew Bowra-Dean 8b423908ca Added forum links.
2010-09-06 17:43:41 +12:00

71 lines
3.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>OpenRA - Mods</title>
<link rel="Stylesheet" type="text/css" href="openra.css" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css">
<![endif]-->
</head>
<body>
<div id="header" class="bar">
<h1>
<img src="soviet-logo.png" alt="Logo" />OpenRA</h1>
</div>
<div id="main">
<div id="menu">
<span class="links"><a href="index.html">Home</a></span>
<span class="links"><a href="footage.html">Gameplay Footage</a></span>
<span class="links"><a href="mods.html">Mods</a></span>
<span class="links"><a href="stats.html">Stats</a></span>
<span class="links"><a href="getinvolved.html">Get Involved</a></span>
<span class="links"><a href="http://www.sleipnirstuff.com/forum/viewforum.php?f=80">Forum</a></span>
<span class="links"><a href="irc://irc.freenode.net/openra">IRC</a></span>
<span class="links"><a href="http://twitter.com/openRA">Twitter</a></span>
</div>
<div style="width: 70%; margin: 0 auto">
<h2>Built-In Mods</h2>
<p>
OpenRA is a highly moddable RTS game engine, in fact both Red Alert and Command &amp; Conquer are implemented purely as
mods on it.
</p>
<h3 style="clear: both">Red Alert</h3>
<div style="float: left; height: 120px"><img src="mod_ra.png" alt="RA"/></div>
<p>
The RA mod for OpenRA is a reimagining of Command &amp; Conquer Red Alert. It is not just a clone of the original
but has improved and rebalanced gameplay. It has fully working multiplayer support for both internet and local play
(via direct connect).
</p>
<p>
It can be run with the provided shortcuts on Windows and OS X or the command line option "<code>Game.Mods=ra</code>".
</p>
<h3 style="clear: both">Command &amp; Conquer</h3>
<div style="float: left; height: 120px"><img src="mod_cnc.png" alt="CNC"/></div>
<p>
The CNC mod for OpenRA is a reimagining of the original Command &amp; Conquer game. It has fully working
multiplayer support for both internet and local play (via direct connect). A single player campaign is currently
being worked on.
</p>
<p>
It can be run with the provided shortcuts on Windows and OS X or the command line option "<code>Game.Mods=cnc</code>".
</p>
</div>
</div>
<div id="footer" class="bar">
<p id="trademarks">
<img src="soviet-logo.png" alt="OpenRA Logo" height="70px" style="float: right; margin-right: 10px" />
Command &amp; Conquer and Command &amp; Conquer Red Alert are trademarks or registered
trademarks of Electronic Arts Inc.in the U.S. and/or other countries.<br />
Windows is a registered trademark of Microsoft Corporation in the United States
and other countries.<br />
Mac OS X is a trademark of Apple Inc., registered in the U.S. and other countries.<br />
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.<br />
Mono is a registered trademark of Novell, Inc. in the United States and other countries.<br />
</p>
</div>
</body>
</html>