Go to file
Joelrau e2988d6193 Add our own asmjit
Since the newest version of asmjit was bugged, I made my own branch and made a branch with the old commit that works.
2021-01-06 00:15:46 +02:00
assets/github Update README 2021-01-01 10:13:38 +02:00
deps Add our own asmjit 2021-01-06 00:15:46 +02:00
src Add our own asmjit 2021-01-06 00:15:46 +02:00
tools Initial commit 2021-01-01 09:28:48 +02:00
.gitignore Initial commit 2021-01-01 09:28:48 +02:00
.gitmodules Add our own asmjit 2021-01-06 00:15:46 +02:00
generate.bat Initial commit 2021-01-01 09:28:48 +02:00
premake5.lua Initial commit 2021-01-01 09:28:48 +02:00
README.md Update README 2021-01-01 10:13:38 +02:00

S1-Mod

Proof of concept for an Advanced Warfare client.
This project is based on IW6x


Compile from source

  • Clone the Git repo. Do NOT download it as ZIP, that won't work.
  • Update the submodules and run premake5 vs2019 or simply use the delivered generate.bat.
  • Build via solution file in build\s1-mod.sln.

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.

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.