Original game with many source code fixes, bug fixes, x86_64 support, SDL support, and more.
This file contains the following sections:
- GENERAL NOTES
- LICENSE
This source release does not contain any game data, the game data is still covered by the original EULA and must be obeyed as usual.
You must patch the game to the latest version.
Note that RTCW is available from the Steam store at http://store.steampowered.com/app/9010/
Linux note: due to the game CD containing only a Windows version of the game, you must install and update the game using WINE to get the game data.
A Visual C++ 2008 project is provided in srcwolf.sln. The solution file is compatible with the Express release of Visual C++.
You will need to execute src\extractfuncs\extractfuncs.bat
to generate src\game\g_save.c
You can test your binaries by replacing WolfSP.exe, qagamex86.dll, cgamex86.dll, uix86.dll at the top of the RTCW install
./configure
from the project root directory.cd build/
and make
If problems occur, consult the internet or me (Justasic).
lines file(s) 4301 src/qcommon/unzip.c Copyright (C) 1998 Gilles Vollant zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
- This notice may not be removed or altered from any source distribution.
lines file(s) 289 src/qcommon/md4.c Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identified as the <93>RSA Data Security, Inc. MD4 Message-Digest Algorithm<94> in all mater ial mentioning or referencing this software or this function. License is also granted to make and use derivative works provided that such work s are identified as <93>derived from the RSA Data Security, Inc. MD4 Message-Dig est Algorithm<94> in all material mentioning or referencing the derived work. RSA Data Security, Inc. makes no representations concerning either the merchanta bility of this software or the suitability of this software for any particular p urpose. It is provided <93>as is<94> without express or implied warranty of any kind.
src/jpeg-6Copyright (C) 1991-1995, Thomas G. LanePermission is hereby granted to use, copy, modify, and distribute thissoftware (or portions thereof) for any purpose, without fee, subject to theseconditions:(1) If any part of the source code for this software is distributed, then thisREADME file must be included, with this copyright and no-warranty noticeunaltered; and any additions, deletions, or changes to the original filesmust be clearly indicated in accompanying documentation.(2) If only executable code is distributed, then the accompanyingdocumentation must state that "this software is based in part on the work ofthe Independent JPEG Group".(3) Permission for use of this software is granted only if the user acceptsfull responsibility for any undesirable consequences; the authors acceptNO LIABILITY for damages of any kind.These conditions apply to any software derived from or based on the IJG code,not just to the unmodified library. If you use our work, you ought toacknowledge us.NOTE: unfortunately the README that came with our copy of the library hasbeen lost, so the one from release 6b is included instead. There are a few'glue type' modifications to the library to make it easier to use fromthe engine, but otherwise the dependency can be easily cleaned up to abetter release of the library.