Home / source
Name Modified Size InfoDownloads / Week
Parent folder
RTTI 2024-10-15
Kinetica 2024-10-15
Hooks 2024-10-15
CMakeLists.txt 2024-02-01 3.0 kB
dllmain.cpp 2024-02-01 12.3 kB
Lazy.h 2024-02-01 1.0 kB
ModConfig.cpp 2024-02-01 2.4 kB
ModConfig.h 2024-02-01 1.1 kB
NewlineSplitterDistSink.h 2024-02-01 1.4 kB
Offsets.cpp 2024-02-01 5.7 kB
Offsets.h 2024-02-01 3.3 kB
pch.h 2024-02-01 261 Bytes
version_exports.cpp 2024-02-01 356 Bytes
version_exports.inc 2024-02-01 1.0 kB
XUtil.cpp 2024-02-01 2.6 kB
XUtil.h 2024-02-01 318 Bytes
Totals: 16 Items   34.6 kB 0

God of War Gameplay Tweaks & Lua Injector

Source code for the God of War (2018) mod.

Building

  • CMake and vcpkg are expected to be set up beforehand. Visual Studio 2022 is recommended.
git clone --recurse-submodules https://github.com/Nukem9/gow-gameplay-tweaks.git
cmake --preset final-universal
cmake --build --preset final-universal-release

Installation

  • For developers, edit CMakeUserEnvVars.json and set GAME_ROOT_DIRECTORY to God of War's root directory. The build script will automatically copy library files to the game folder.

  • For manual Steam installs, copy version.dll and the mods folder to the game's root folder. An example path is: C:\Program Files (x86)\Steam\steamapps\common\GodOfWar

Configuration

Custom Lua Files

  • Lua file overrides are loaded from the mods\lua subdirectory.

Screenshot

License

  • No license provided. TBD.
  • Dependencies are under their respective licenses.
Source: README.md, updated 2024-02-01