[AlterWare] A fork of https://git.alterware.dev/AlterWare/s1-mod - [Latest] Call of Duty: Advanced Warfare Client
Go to file
2024-04-01 12:14:23 +02:00
deps maint(deps): bump gsc-tool 2024-04-01 00:02:28 +02:00
src maint(network): rename function 2024-04-01 12:14:23 +02:00
tools init 2024-01-15 12:14:55 +01:00
.gitignore feat: add specific dvar to unlock loot (#1) 2024-02-12 10:28:03 +00:00
.gitmodules init 2024-01-15 12:14:55 +01:00
LICENSE init 2024-01-15 12:14:55 +01:00
premake5.lua fix(build): make "build info" compatible with Premake5 installed on the system's PATH 2024-01-24 11:11:17 +00:00
README.md maint: fix typo in build instructions 2024-03-13 09:22:05 +00:00

S1: A Modded Client

This is a client modification for S1! NOTE: You must legally own Call of Duty®: Advanced Warfare® to run this mod. Cracked/Pirated versions of the game are NOT supported.

Build

  • Install Visual Studio 2022 and enable Desktop development with C++
  • Install Premake5 and add it to your system PATH
  • Clone this repository using Git
  • 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\s1-mod.sln.

Only the x64 platform is supported. Do not attempt to build for Windows ARM 64 or Win32.

Premake arguments

Argument Description
--copy-to=PATH Optional, copy the EXE to a custom folder after build, define the path here if wanted.
--dev-build Enable development builds of the client.

Contributing

Contributions are welcome! Please follow the guidelines below:

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.