A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2021-07-28 21:44:17 +02:00
.github Create discord-notify.yml 2021-05-09 22:21:42 +02:00
deps Bump submodules 2021-04-05 17:25:51 +02:00
jenkins Fix inconsistent indenting. 2019-03-12 20:57:52 +01:00
lib Add support for building custom fonts 2021-06-29 02:25:23 +08:00
premake [Submodules] Add directx sdk 2019-12-26 18:26:09 +01:00
src Use push ecx is not destroyed 2021-07-28 21:44:17 +02: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 Oops 2021-07-16 18:25:09 +02: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 Better desc 2021-07-16 19:08:50 +02:00
README.md Better desc 2021-07-16 19:08:50 +02: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).
--iw4x-zones Zonebuilder generates iw4x zones that cannot be loaded without IW4x specific patches.

Command line arguments

Argument Description
-tests Perform unit tests.
-entries Prints fast file info to the console.
-stdout Redirect stdout to the external console.
-console Enables external console.
-dedicated Dedicated server.
-scriptablehttp Adds HTTP console commands.
-bigdumps Enables dumps.
-reallybigdumps Unused.
-bigminidumps Mini dumps.
-reallybigminidumps Big mini dumps.
-dump Prints asset info to a .ents file.
-monitor Enables monitor.
-nointro Skips game's intro.
-version Prints IW4X version.
-zonebuilder Enables zone builder.
-nosteam Disables Steam features.

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.