reallyluckyy / IWXMVM

An in-development editing mod for multiple Call of Duty games

Home Page:https://codmvm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

An in-development editing mod for multiple Call of Duty games.

iwxmvmscreenshot

Requirements

  • Visual Studio 2022
  • DirectX SDK Jun10

Building

First clone the repository:

git clone --recursive https://github.com/reallyluckyy/IWXMVM.git

Then build the included solution file using Visual Studio.

Contributing

If you like the project and want to help out, feel free to submit a pull request! You can either look at the issues page for what still needs to be done from our perspective or just bring your own ideas. Theres also a bunch of TODOs littered throughout the codebase, which need attention at some point.

There are no style or structure guidelines yet so please just refer to the already existing code.

Project Structure

The project is structured into the following sub-projects:

  • core contains the core mod logic
  • iw3 contains game-specific bindings for creating the IW3 version of the mod

About

An in-development editing mod for multiple Call of Duty games

https://codmvm.com/

License:GNU General Public License v3.0


Languages

Language:C++ 99.6%Language:HLSL 0.4%