Updated docs.
This commit is contained in:
4
HACKING
4
HACKING
@@ -68,7 +68,7 @@ to flush the renderer (if you want to see anything).
|
|||||||
UserSettings stores the data loaded from settings.ini (or defaults). Eventually we need to be
|
UserSettings stores the data loaded from settings.ini (or defaults). Eventually we need to be
|
||||||
able to save values changed in game into settings.ini (not yet implemented)
|
able to save values changed in game into settings.ini (not yet implemented)
|
||||||
|
|
||||||
Bugs: There is a list of known bugs and features at http://red-bull.ijw.co.nz:3690/OpenRA .
|
Bugs: There is a list of known bugs and features at http://bugs.open-ra.org/ .
|
||||||
|
|
||||||
We also have a website at http://www.open-ra.org/ .
|
We also have a website at http://www.open-ra.org/ .
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ Our IRC channel is #openra on irc.freenode.net .
|
|||||||
|
|
||||||
As far as using git, get your own repository on github. You probably want to set up the gitbot
|
As far as using git, get your own repository on github. You probably want to set up the gitbot
|
||||||
to spam irc when you make commits (its nice to know). Push your changes into your git
|
to spam irc when you make commits (its nice to know). Push your changes into your git
|
||||||
repository, and it will/might :P be merged into chrisforbes/OpenRA .
|
repository, and it will/might :P be merged into http://github.com/OpenRA/OpenRA .
|
||||||
See http://help.github.com/ for working with GitHub and see http://progit.org/ for working
|
See http://help.github.com/ for working with GitHub and see http://progit.org/ for working
|
||||||
with Git.
|
with Git.
|
||||||
|
|
||||||
|
|||||||
7
INSTALL
7
INSTALL
@@ -37,7 +37,11 @@ These need to be copied into the mods/cnc/packages/ directory.
|
|||||||
If you have a case-sensitive filesystem you must change the filenames to
|
If you have a case-sensitive filesystem you must change the filenames to
|
||||||
lower case.
|
lower case.
|
||||||
|
|
||||||
|
The files can be downloaded from:
|
||||||
|
http://open-ra.org/get-dependency.php?file=ra-packages for the Red Alert files and
|
||||||
|
http://open-ra.org/get-dependency.php?file=cnc-packages for the Command & Conquer files.
|
||||||
|
|
||||||
|
Alternatively:
|
||||||
Red Alert and C&C have been released by EA Games as freeware. They can be
|
Red Alert and C&C have been released by EA Games as freeware. They can be
|
||||||
downloaded from http://www.commandandconquer.com/classic
|
downloaded from http://www.commandandconquer.com/classic
|
||||||
Unfortunately the installer is 16-bit and so won’t run on 64-bit operating
|
Unfortunately the installer is 16-bit and so won’t run on 64-bit operating
|
||||||
@@ -55,8 +59,7 @@ WINDOWS:
|
|||||||
* .NET Framework >= 3.5-SP1
|
* .NET Framework >= 3.5-SP1
|
||||||
(http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en)
|
(http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en)
|
||||||
* Tao Framework >= 2.1.0
|
* Tao Framework >= 2.1.0
|
||||||
(http://sourceforge.net/projects/taoframework/)
|
This is now bundled with OpenRA, copy the files in thirdparty/Tao to the game root directory.
|
||||||
(required libs: Tao.OpenGL, Tao.Cg, Tao.Platform.Windows)
|
|
||||||
* OpenAL >= 1.1
|
* OpenAL >= 1.1
|
||||||
(http://connect.creativelabs.com/openal/Downloads/oalinst.zip)
|
(http://connect.creativelabs.com/openal/Downloads/oalinst.zip)
|
||||||
* Cg Toolkit >= 2.2
|
* Cg Toolkit >= 2.2
|
||||||
|
|||||||
5
README
Normal file
5
README
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
OpenRA is a Libre/Free Real Time Strategy game engine supporting early Westwood games like Command & Conquer and Command & Conquer: Red Alert.
|
||||||
|
|
||||||
|
Distributed mods include a reimagining and updating of both the Red Alert and Command & Conquer multiplayer games.
|
||||||
|
|
||||||
|
Please read INSTALL on how to install an OpenRA development environment and HACKING for an overview of the engine.
|
||||||
Reference in New Issue
Block a user