Skip to content
forked from Ch4nKyy/BG3WASD

WASD Character Movement Mod for Baldur's Gate 3

License

Notifications You must be signed in to change notification settings

marc-hg/BG3WASD

 
 

Repository files navigation

BG3 WASD Movement

A mod for Baldur's Gate 3 that allows direct character movement with WASD keys (or others).

Find it on Nexusmods.

Instructions were moved to Nexusmods, because it seems more common!

Building

Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/Ch4nKyy/BG3WASD.git
cd BG3WASD
git submodule init
git submodule update
.\build-release.ps1

Solution Generation (Optional)

If you want to generate a Visual Studio solution, run the following command:

.\generate-sln.ps1

Note: This will generate a BG3WASD.sln file in the build directory.

About

WASD Character Movement Mod for Baldur's Gate 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 34.2%
  • CMake 28.5%
  • C++ 25.1%
  • PowerShell 12.2%