Skip to content

Commit ea88510

Browse files
committed
Update README.md
1 parent d017a06 commit ea88510

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,53 @@ Project page:
44

55
* http://github.com/zzattack/ccmaps-net
66

7-
This project provides a tool to render battle maps of the most popular Westwood RTS games Red Alert 2
8-
and Tiberian Sun, including their expansions Yuri's Revenge and FireStorm.
7+
This project provides a tool to render battle maps of the most popular Westwood RTS games Red Alert 2 and Tiberian Sun, including their expansions Yuri's Revenge and FireStorm.
98

109
Status
1110
------
12-
The project has reached maturity and will know no big feature additions, but bugs might be fixed if reported.
13-
I am toying with the idea of building a webservice out of the tool, though, but that would probably
14-
appear under a different project
11+
The project has reached maturity and will know no big feature additions, but bugs might be fixed if reported. I am toying with the idea of building a webservice out of the tool, though, but that would probably appear under a different project
1512

1613
Installation
1714
------------
18-
Installation should be as simple as running the installer or extracting the latest zip release.
19-
The NSIS installer cannot be used on non-Windows OS but the files inside the zip-archive run fine under Mono.
15+
Installation should be as simple as running the installer or extracting the latest zip release. The NSIS installer cannot be used on non-Windows OS but the files inside the zip-archive run fine under Mono.
2016
The program requires several .mix files from the original games. These include:
2117

2218
* ra2.mix
2319
* language.mix
2420
* theme.mix
2521

26-
If the original game is installed under Windows the file location will be found in the registry but under Mono you have to specify their location on the command-line.
22+
If the original game is installed under Microsoft Windows the file location will be found in the registry, but under Mono you have to specify their location on the command-line.
2723

28-
Further instructions on the command-line application can be found by invoking:
24+
The program depends on a software-only OpenGL renderer named Mesa. This approach was chosen to maximize compatibility on systems that have no Window manager, such as on remote desktop sessions or on headless servers. This dependency is fulfilled on Windows by shipping the OpenGL32.dll and osmesa.dll files. On *nix systems the package _libosmesa-7.11.2_ or newer needs to be installed.
2925

30-
`ccmaps.exe -h`
31-
32-
Alternatively the CNCMaps GUI program can be used which contains descriptions of every option available.
26+
Usage
27+
-----
28+
Instructions on the command-line application can be found by invoking `ccmaps.exe -h`. Alternatively the CNCMaps GUI program can be used which contains descriptions of every option available and interactively updates the corresponding command-line.
3329

3430
Development
3531
-----------
36-
Working on CNCMaps should be as easy as checking out the source. All dependencies, on Windows, are provided
37-
within the source tree. On linux you need the libmesaos package which may be available by your package manager.
38-
Alternatively you can built it from http://www.mesa3d.org/download.html
32+
Working on CNCMaps should be as easy as checking out the source. All dependencies, on Windows, are provided within the source tree. On linux you need the libmesaos package which may be available by your package manager. Alternatively you can built it from http://www.mesa3d.org/download.html.
3933

40-
Previous code repositories can be found at
34+
Older code repositories which contain a fully functional but not bug-free C++ version of this program can be found at
4135

4236
* http://code.google.com/p/ccmaps (old)
4337
* http://sf.net/projects/ccmaps (even older)
4438

45-
which include a fully functional but not bug-free C++ version of this program.
46-
These locations are no longer maintained.
39+
The project is no longer maintained at either of these locations.
4740

4841
Contact
4942
-------
5043
I am the main and only contributor to this project. You can contact me at [email protected].
5144

45+
Acknowledgments
46+
---------------
47+
Special thanks go out to authors of several modding tools that have greatly benefited the community as well as development of this program:
48+
49+
* Olaf van der Spek for XCC and XWIS
50+
* Matthian Wagner for FinalAlert
51+
* All contributors to [ModEnc](http://modenc.renegadeprojects.com), especially the people from \#renproj@FreeNode
52+
* Strike-Team [http://strike-team.net/](community) for testing and support
53+
5254
License
5355
-------
5456
(The MIT License)

0 commit comments

Comments
 (0)