Home / source / Hooks
Name Modified Size InfoDownloads / Week
Parent folder
CameraHooks.cpp 2024-02-01 1.7 kB
CameraHooks.h 2024-02-01 343 Bytes
IntroLogoHook.cpp 2024-02-01 951 Bytes
IntroLogoHook.h 2024-02-01 260 Bytes
LogHooks.cpp 2024-02-01 1.7 kB
LogHooks.h 2024-02-01 332 Bytes
LuaScriptHook.cpp 2024-02-01 5.6 kB
LuaScriptHook.h 2024-02-01 862 Bytes
Totals: 8 Items   11.8 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