A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2021-01-02 16:48:48 -06:00
.github [Actions] Integrate automatic labelling. 2019-10-04 18:55:29 +02:00
deps [Submodules] Add directx sdk 2019-12-26 18:26:09 +01:00
jenkins Fix inconsistent indenting. 2019-03-12 20:57:52 +01:00
lib [General] Added VMProtect libraries (I own a license, feel free to DM), Fixed empty name vuln, Fixed javelin glitch. 2018-07-17 14:30:29 +02:00
premake [Submodules] Add directx sdk 2019-12-26 18:26:09 +01:00
src [XInput] Added sending movement components 2021-01-02 16:48:48 -06:00
tools [Submodule] Update protobuf 2019-12-25 20:01:27 +01:00
.gitattributes [LineEndings] Add lineendings patch again 2017-01-20 14:37:52 +01:00
.gitignore [General] Update gitignore. 2019-01-08 16:55:36 -05:00
.gitmodules [Submodules] Add directx sdk 2019-12-26 18:26:09 +01:00
appveyor.yml Use a branch-unique version ID for AppVeyor. 2019-10-02 10:55:04 +02:00
build.bat [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
CHANGELOG.md Updated changelog 2020-12-23 16:08:02 -06:00
CODESTYLE.md [CodeStyle] Basic naming example 2016-11-20 00:20:51 +01:00
generate.bat [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
Jenkinsfile Add timeout to linux unittest 2019-03-12 20:15:30 +01:00
LICENSE [General] Adjust readme and add license 2019-09-17 18:47:21 +00:00
premake5.lua [MapDump] Introduce proper map dumping 2019-12-28 14:35:00 +01:00
README.md [MapDump] Introduce proper map dumping 2019-12-28 14:35:00 +01:00

license forks stars issues build status discord patreon

IW4x: Client

Commit message style

[Module] Imperative summary

- points or text

[ci skip]

[ci skip] is optional.

How to compile

  • Run premake5 vs2019 or use the delivered generate.bat.
  • Build via solution file in build\iw4x.sln. (You can use the build.bat script to do it quick and easy.)

Premake arguments

Argument Description
--copy-to=PATH Optional, copy the DLL to a custom folder after build, define the path here if wanted.
--copy-pdb Copy debug information for binaries as well to the path given via --copy-to.
--ac-disable Disable anticheat.
--ac-debug-detections Log anticheat detections.
--ac-debug-load-library Log libraries that get loaded.
--force-unit-tests Always compile unit tests.
--force-exception-handler Install custom unhandled exception handler even for Debug builds.
--force-minidump-upload Upload minidumps even for Debug builds.
--disable-bitmessage Disable use of BitMessage completely.
--disable-base128 Disable base128 encoding for minidumps.
--no-new-structure Do not use new virtual path structure (separating headers and source files).

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.