|
| 1 | += CNCMaps Renderer |
| 2 | + |
| 3 | +* http://github.com/zzattack/ccmaps-net |
| 4 | + |
| 5 | +This project provides a tool to render battle maps of the most popular Westwood RTS games Red Alert 2 |
| 6 | +and Tiberian Sun, including their expansions Yuri's Revenge and FireStorm. |
| 7 | + |
| 8 | +== Status |
| 9 | +The project has reached maturity and will know no big feature additions, but bugs might be fixed if reported. |
| 10 | +I am toying with the idea of building a webservice out of the tool, though, but that would probably |
| 11 | +appear under a different project |
| 12 | + |
| 13 | +== Installation |
| 14 | +Installation should be as simple as running the installer or extracting the latest zip release. |
| 15 | +The NSIS installer cannot be used on non-Windows OS but the files inside the zip-archive run fine |
| 16 | +under Mono. |
| 17 | +The program requires several .mix files from the original games. These include: |
| 18 | +* ra2.mix |
| 19 | +* language.mix |
| 20 | +* theme.mix |
| 21 | + |
| 22 | + |
| 23 | +== Development |
| 24 | +Working on CNCMaps should be as easy as checking out the source. All dependencies, on Windows, are provided |
| 25 | +within the source tree. On linux you need the libmesaos package which may be available by your package manager. |
| 26 | +Alternatively you can built it from http://www.mesa3d.org/download.html |
| 27 | + |
| 28 | +Previous code repositories can be found at |
| 29 | +* http://code.google.com/p/ccmaps (old) |
| 30 | +* http://sf.net/projects/ccmaps (even older) |
| 31 | +which include a fully functional but not bug-free C++ version of this program. |
| 32 | +These locations are no longer maintained. |
| 33 | + |
| 34 | +== Contact |
| 35 | +I am the main and only contributor to this project. You can contact me at [email protected]. |
| 36 | + |
| 37 | +== License |
| 38 | +(The MIT License) |
| 39 | + |
| 40 | +Copyright (c) 2007-2012 Frank Razenberg |
| 41 | + |
| 42 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 43 | +this software and associated documentation files (the 'Software'), to deal in |
| 44 | +the Software without restriction, including without limitation the rights to use, |
| 45 | +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the |
| 46 | +Software, and to permit persons to whom the Software is furnished to do so, |
| 47 | +subject to the following conditions: |
| 48 | + |
| 49 | +The above copyright notice and this permission notice shall be included in all |
| 50 | +copies or substantial portions of the Software. |
| 51 | + |
| 52 | +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 53 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 54 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 55 | +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 56 | +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 57 | +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments