Skip to content

Commit

Permalink
Mods page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bowra-Dean committed Sep 5, 2010
1 parent 73fa306 commit d5c25f7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
Binary file added web/mod_cnc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/mod_ra.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions web/mods.html
Expand Up @@ -24,6 +24,34 @@ <h1>
<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">
Expand Down
5 changes: 5 additions & 0 deletions web/openra.css
Expand Up @@ -177,4 +177,9 @@ div.rounded
.border
{
border: solid 3px #650b03
}

pre, code
{
font-family: Consolas, Incosolata, Lucida Console, Monospace;
}

0 comments on commit d5c25f7

Please sign in to comment.