maint: April update
This commit is contained in:
22
README.md
22
README.md
@ -1,14 +1,17 @@
|
||||
# IW4: SP Client
|
||||
# IW4x-SP: A Modded SP Client
|
||||
|
||||
This is a client modification for IW4 (Singleplayer) 159
|
||||
**NOTE**: You must legally own Call of Duty®: Modern Warfare® 2 (2009) to run this mod. Cracked/Pirated versions of the game are **NOT** supported.
|
||||
|
||||
## How to compile
|
||||
## Build
|
||||
- Install [Visual Studio 2022][vs-link] and enable `Desktop development with C++`
|
||||
- Install [Premake5][premake5-link] and add it to your system PATH
|
||||
- Clone this repository using [Git][git-link]
|
||||
- Update the submodules using ``git submodule update --init --recursive``
|
||||
- Run Premake with the option ``premake5 vs2022`` (Visual Studio 2022). No other build systems are supported.
|
||||
- Build project via solution file in `build\iw4x-sp.sln`.
|
||||
|
||||
This project requires [Git](https://git-scm.com), [Premake5](https://premake.github.io), and [MSVC](https://visualstudio.microsoft.com/vs/features/cplusplus) to build.
|
||||
|
||||
- Run `premake5 vs2022` or use the delivered `generate.bat`.
|
||||
- Build via solution file found in `build\iw4-sp.sln`.
|
||||
Only the Win32 platform is supported. Do not attempt to build for Windows ARM 64 or x64.
|
||||
|
||||
## Premake arguments
|
||||
|
||||
@ -20,9 +23,14 @@ This project requires [Git](https://git-scm.com), [Premake5](https://premake.git
|
||||
|
||||
Contributions are welcome! Please follow the guidelines below:
|
||||
|
||||
- Sign [AlterWare CLA](https://alterware.dev/cla) and send a pull request or email your patch at patches@alterware.dev
|
||||
- Sign [AlterWare CLA][cla-link] and send a pull request or email your patch at patches@alterware.dev
|
||||
- Make sure that PRs have only one commit, and deal with one issue only
|
||||
|
||||
## Disclaimer
|
||||
|
||||
This software has been created purely for the purposes of academic research. It is not intended to be used to attack other systems. Project maintainers are not responsible or liable for misuse of the software. Use responsibly.
|
||||
|
||||
[premake5-link]: https://premake.github.io
|
||||
[git-link]: https://git-scm.com
|
||||
[vs-link]: https://visualstudio.microsoft.com/vs
|
||||
[cla-link]: https://alterware.dev/cla
|
||||
|
Reference in New Issue
Block a user