https://github.com/nukem9/godofwar-gameplay-tweaks
God of War (2018) Gameplay Tweaks & Lua Injector.
https://github.com/nukem9/godofwar-gameplay-tweaks
god-of-war lua mod reverse-engineering
Last synced: 8 months ago
JSON representation
God of War (2018) Gameplay Tweaks & Lua Injector.
- Host: GitHub
- URL: https://github.com/nukem9/godofwar-gameplay-tweaks
- Owner: Nukem9
- Created: 2024-02-01T07:14:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T07:18:35.000Z (over 2 years ago)
- Last Synced: 2025-03-19T01:04:51.406Z (about 1 year ago)
- Topics: god-of-war, lua, mod, reverse-engineering
- Language: C++
- Homepage:
- Size: 1.51 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- All options are stored in the [loader_config.toml](resources/mods/loader_config.toml) file.
## 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.