]> Pileus Git - ~andy/sunrise/blob - games-strategy/openra-bin/files/README.gentoo
games-strategy/openra-bin: add README.gentoo
[~andy/sunrise] / games-strategy / openra-bin / files / README.gentoo
1 OpenRA is a Libre/Free Real Time Strategy game engine supporting early
2 Westwood games like Command & Conquer and Command & Conquer: Red Alert.
3
4 Distributed mods include a reimagining and updating of both the Red
5 Alert and Command & Conquer multiplayer games.
6
7 You may run the game from desktop games menu or just manually
8 run the game with `mono OpenRA.Game.exe Game.Mods=ra` for Red Alert
9 or `mono OpenRA.Game.exe Game.Mods=cnc` for Command & Conquer.
10
11 If you have problems starting the game consider switching to
12 alternative Cg Renderer. You may run the game with alternative
13 Cg Graphics Renderer from desktop games menu or by adding
14 `Graphics.Renderer=Cg` parameter explicitly to above console commands
15  (convenient for some integrated graphics cards).
16 To run explicitly with a default one use `Graphics.Renderer=Gl`
17 parameter. The default Graphics Renderer is a better one, so
18 don't forget to upgrade your graphics hardware drivers to the
19 latest version. For Cg renderer also try to upgrade nvidia-cg-toolkit
20 too. 
21
22 The RA packages will need to be extracted to ~/.openra/Content/ra/
23 before the RA mod will actually work. The C&C packages will need
24 to be extracted to ~/.openra/Contet/cnc/ for C&C mod. You may 
25 execute OpenRA and it will suggest to download content from original
26 CD or a minimal one from OpenRA site automatically. You may also try
27 to download minimal content pack from OpenRA site manually by using
28 OpenRA Utility:
29
30 cd /usr/share/games/openra
31 mono OpenRA.Utility.exe --download-url=http://open-ra.org/get-dependency.php?file=ra-packages,/tmp/ra-packages.zip
32 mono OpenRA.Utility.exe --extract-zip=/tmp/ra-packages.zip,~/.openra/Content/ra/
33
34 The same commands for C&C mod:
35 mono OpenRA.Utility.exe --download-url=http://open-ra.org/get-dependency.php?file=cnc-packages,/tmp/cnc-packages.zip
36 mono OpenRA.Utility.exe --extract-zip=/tmp/cnc-packages.zip,~/.openra/Content/cnc/
37
38 But the better choice is to download a full pack from original game CD
39 (or iso). However, full CD pack usage result in slower game start from
40 OpenRA Lobby. It happens due to a lot of unnecessary things like video
41 clips were pre-packaged in it. If you want optimal game start and all
42 music themes (made by Frank Klepacki) from classic CD you should
43 download them from OpenRA Forum:
44 http://www.sleipnirstuff.com/forum/viewtopic.php?f=83&t=15063
45
46 The minimal required files for the Red Alert mod are:
47 EITHER:
48  * conquer.mix
49  * temperat.mix
50  * interior.mix
51  * snow.mix
52  * sounds.mix
53  * allies.mix
54  * russian.mix
55 OR: (Usually pretty long game start)
56  * main.mix
57 AND:
58  * redalert.mix
59
60 The minimal required files for the Command and Conquer mod are:
61  * cclocal.mix
62  * speech.mix
63  * conquer.mix
64  * sounds.mix
65  * tempicnh.mix
66  * temperat.mix
67  * winter.mix
68  * desert.mix
69
70 If you have a case-sensitive filesystem you must change the filenames to
71 lower case.
72
73 Red Alert and C&C have been released by EA Games as freeware. They could be
74 downloaded from http://www.commandandconquer.com/classic
75 Unfortunately the installer is 16-bit and so won’t run on 64-bit operating
76 systems. This can be worked around by using the Red Alert Setup Manager
77  (http://ra.afraid.org/html/downloads/utilities-3.html).
78 Make sure you apply the no-CD protection fix so all the files needed
79 are installed to the hard drive.
80
81 If your notebook doesn't show long battery life under OpenRA load you can
82 do several things:
83 1. Turn off "Show Shellmap" item under General tab of Settings menu.
84 2. Edit ~/.openra/settings.yaml in the "Graphics:" section to add
85 framelimiter. Add "CapFramerate: True" string there to enable framelimiter.
86 The default setting is 60 frames per second. You can change it's value by
87 adding "MaxFramerate: 70", for example, string in that section. Be careful
88 with special tab symbols at the beginning of the strings. Don't forget to
89 backup your settings file.
90
91 Please note: OpenRA has 2 types of released versions:
92 1. Release Versions or just Versions.
93 2. Unstable Playtests Versions or just Playtests.
94 Release Versions are considered as more stable ones. Playtests are also
95 pretty stable in most cases but they have usually more features wich are
96 needed to be tested before inclusion into release. So, if you have any
97 problems, please report them to the IRC channel #openra on irc.freenode.net
98 (Use http://webchat.freenode.net/ if you don't have IRC client)
99 or to the bug-tracker (http://bugs.open-ra.org).
100
101 You may also see servers list with
102 http://master.open-ra.org/list.php
103 or by using orabot on IRC channel:
104 ]games (or !games)
105 to see the games wich are waiting to start or
106 ]games --all
107 to see all games.
108
109 Please read HACKING for an overview of the engine and read OpenRA Wiki
110 page for more info about the game and it's development:
111 https://github.com/OpenRA/OpenRA/wiki