A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2019-02-23 23:59:21 +01:00
deps [Submodules] Update more submodules 2019-02-23 22:22:26 +01:00
jenkins [General] Remove package pacman optimize 2018-11-20 20:51:28 +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] Update submodules 2018-12-28 18:42:36 +01:00
src [Proxy] Fix steam proxy 2019-02-23 23:59:21 +01:00
tools [Premake] Update premake 2018-11-29 12:05:46 +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] Update protobuf 2018-11-24 23:33:51 +01:00
build.bat Fix batch files exiting prematurely. 2018-12-02 18:44:37 +01:00
CHANGELOG.md [ServerInfo] Add host info to /info 2019-01-09 21:40:56 +01:00
CODESTYLE.md [CodeStyle] Basic naming example 2016-11-20 00:20:51 +01:00
generate.bat Fix batch files exiting prematurely. 2018-12-02 18:44:37 +01:00
Jenkinsfile [General] Disable concurrent builds 2018-11-29 15:43:09 +01:00
premake5.lua [Submodules] Update submodules 2018-12-28 18:42:36 +01:00
README.md Reformat tables. 2018-11-20 23:16:01 +01:00

IW4x: Client

IW4x: Client

Commit message style

[Module] Imperative summary

- points or text

[ci skip]

[ci skip] is optional.

How to compile

  • Run premake5 vs2017 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).
--enable-dxsdk Enable DirectX SDK (required for GfxMap exporting).