File information
Last updated
Original upload
Created by
Ch4nKyyUploaded by
Ch4nKyyVirus scan
Activity logs
This page was last updated on 05 May 2025, 8:46PM
- Changelogs
-
-
Version 1.9.6
- Fix mod for Patch 8
- SDL2.dll is no longer included in the ZIP file and no longer needs to be copied
- Fix a bug for people who bind camera rotation to rightclick, where the cursor stays hidden, when you release the right mouse button, while you hold Ctrl or Shift
-
Version 1.9.5
- Fix mod for Patch 7
- Fix a bug for people who bind camera rotation to rightclick, where the cursor stays hidden, when you release the right mouse button, while you hold Alt
- Fix a rare bug where the character movement keybinds for the Controller were messed up
-
Version 1.9.4
- Fix mod for Patch 6
-
Version 1.9.3
- Fix a random startup issue when ScriptExtender (DWrite.dll) is also used.
-
Version 1.9.2
- Fix mod for Patch 5 (v4.1.1.4061076)
-
Version 1.9.1
- Fix the features that Patch 4 broke (Improved mouselook, and Cancel Interact Move)
- (Hopefully) Fix the warning text box crashing the game for some people by making it not freeze the game.
- Add a HoldMovementMode hotkey to switch the movement mode while this key is held instead of toggling it.
- If you bind Rightclick to Camera Rotation, it is now automatically unbound from Ping to avoid colliding hotkeys and weird behaviour.
-
Version 1.9.0
- Fix the mod for Game Patch 4 (v4.1.1.3905231). Some features are still broken though! Will be fixed in 1.9.1
- Fix the WalkingIsDefault option not working at all.
- Fix a rare crash on startup. (Thanks piepie62)
-
Version 1.8.3
- Fix WASD Character movement not working, because of the ingame Controller option "Analog Stick Selection". (This option is now always overriden to Disabled!)
- Fix WASD Character movement not working, because the mod patched the inputconfig of the wrong player profile. (This only happened in very rare cases.)
- Fix wrong auto toggle to Character movement mode, when combat is entered from turn-based mode. It looked like the camera and mouse input was bugged, but the problem was the wrong movement mode.
-
Version 1.8.2
- The option to block Interact Moves on the ground (usually Leftclick) is now disabled by default. It can be enabled in the toml config file.
-
Version 1.8.1
- Fix crash when using backslash as a ModHotkey.
-
Version 1.8.0
- You can now cancel accidental Interact Moves (usually Leftclick) with CharacterMovement (usually WASD). Hooray!
- Added an option to completely block InteractMoves on the ground (usually Leftclick). Interacting with objects and people still works. This option is enabled by default in 1.8.0 and 1.8.1, but disabled by default in later versions.
- If you bound CameraRotate, CancelAction and ContextMenu to the same key: Pressing the key does not cancel movement anymore in Character movement mode. This makes rotating while moving and opening the Context Menu after moving smoother.
- Allow binding ModHotkeys to multiple keys, separated by comma. E.g. "key:a,key:b".
- Add an option to switch to walking speed after combat. This option is disabled by default.
-
Version 1.7.8
- The cursor now hides immediately, when you press Camera Rotate. Even with EnableRightclickMouselookFix=true, which was the default. In fact, this option is removed as it is not needed anymore. The new implementation has no disadvantage.
-
Version 1.7.7
- Make Mouselook logic more robust. (Hopefully, this fixes the graphical glitches that Nvidia gen 10xx users experience.)
- Fix Camera Rotate on Rightclick not working correctly, while you are aiming abilities.
- Fix switching to Character mode not auto-centering the Character.
- The Rotate+Leftclick=Forward feature is now automatically suppressed, when Leftclick is bound to Rotate.
- Fix the Character moving forward, when only Rotate is held. (When you tabbed in/out, the Left Mouse Button state was sometimes stuck, so the Rotate+Leftclick=Forward feature moved you forward, when you only held Rotate.)
- Fix Modifier Keys not working correctly as ModHotkeys. (E.g. HoldWalkspeed should now work on key:lshift.)
- Fix Alt not working as a modifier for ModHotkeys. (E.g. alt+key:x should work now.)
- Improve log file. Add some important info. Remove a lot of unnecessary info.
- Update the SDL library to 2.28.
-
Version 1.7.6
- Fix Autoforward and Rotate+Leftclick=Forward moving into the wrong direction
- Fix an error message on GOG regarding forced turn-based mode start/end
- Fix rotation cancelling when climbing up steps, when the rotate key is in the first binding slot
- Add the possibility to bind PageUp and PageDown
- Releasing Rotate+Leftclick=Forward now stops Autoforward
-
Version 1.7.5
- Fix ModHotkeys bound to mouse keys not working
-
Version 1.7.4
- Fix character moving during camera movement mode
-
Version 1.7.3
- Fix for Hotfix #5
-
Version 1.7.2
- Add a config option to disable Rotate+Leftclick=Forward
-
Version 1.7.1
- Fix crash with Vulkan. Maybe even with GOG?
-
Version 1.7.0
- Add improved mouselook: Hide cursor and freeze it in place. Disable Interact/Leftclick during rotation. Mouselook+Leftclick moves Forward instead. Can be disabled in the config toml.
- The functionality of the AHK script that fixes Rightclick Camera Rotation is now implemented in the DLL. You can bind Rotate Camera, Cancel Action and Context Menu to Rightclick ingame without conflicts. The downside of this feature is that the cursor will be hidden a few milliseconds later. The threshold can be changed in the config toml. Can also be disabled in the config toml.
- ModHotkeys can now be bound to Mouse buttons.
- Auto toggling on combat start and end has been improved.
- Keybinds are now validated and pop up error messages.
- Many error messages that were hidden in the log file, are now displayed as error popups on game launch.
- Zip archive is now compatible with Linux.
-
Version 1.6.3
- Maybe fix WASD issues for some people?
-
Version 1.6.2
- Fixed mod for game update v4.1.1.3686210 (Patch #2)
- When the mod is deactivated, because a game update broke it, it will no longer crash the entire game, but just be dormant.
-
Version 1.6.1
- Fixed accidentally inverting the left stick on the controller.
-
Version 1.6.0
- The Character movement keys can now be set in the main menu. They copy the keys you set to Camera movement, No need to set them in the config file anymore!
- The issue when the inputconfig is write-protected and WASD does not work because of that, now immediately throws a fatal error on launch, so you find it quicker.
- The toml config offers no fallback keys anymore for the case where a game update breaks the Toggle function, but leaves the WASD injection alive. The mod is very stable and quick to fix after an update.
-
Version 1.5.4
- Fix mod for game update v4.1.1.3669438 (Patch #1)
-
Version 1.5.3
- Fixed auto toggle incorrectly toggling during combat, when a summoned ally like Mage Hand dies.
- Add options in the toml file to disable certain mod features. (Not recommended, but the freedom is yours.)
- Reformatted the toml file so it is easier to read with a text editor that has no syntax highlighting.
-
Version 1.5.2
- Automatically center camera when toggling to character movement.
- Fixed automatically toggling off camera movement, when a player character died.
- Right Click Camera Rotation AHK script 0.0.4: Fixed falsely pressing Alt all the time.
-
Version 1.5.1
- Fixed automatically toggling back to character movement during combat (Happened when an enemy died or a unit was summoned.)
- Fixed AZERTY Forward key bugging out.
- Fixed HoldWalkOrSprint not working correctly.
- Added Vortex Downloader support.
-
Version 1.5
- Removed the AHK script. All features are included in the DLL.
- You don't need to copy or edit the inputconfig anymore. The mod will patch it with values from BG3WASD.toml. It can also be hotreloaded ingame.
- Toggle or hold a key to walk/sprint. Default behaviour: Sprint by default. Press Insert key to toggle walking.
- The mod automatically switches to camera movement at combat start and back to character movement at combat end.
- When a game update breaks the mod, it tries to keep as much functionality alive as possible, most importantly the WASD movement unlocker. Also, it will adapt the input keys accordingly, so you don't get conflicting keys. BG3WASD.log will tell you what's happening.
- If you made the inputconfig read-only, please undo that, so the mod can write the file!
- If you still have the AHK script running, stop it!
- If you use different keys than WASD, e.g. Arrow Keys or ESDF, you have to edit the BG3WASD.toml file with a text editor! AZERTY should work out of the box though.
- Installation was simplified. See instructions.
-
- Author's activity
-
May 2025
-
05 May 2025, 8:46PM | Action by: Ch4nKyy
Mod edited
'FAQ'
-
01 May 2025, 10:43AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
01 May 2025, 10:41AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
01 May 2025, 9:11AM | Action by: Ch4nKyy
Mod article added
'Credits'
April 2025
-
18 Apr 2025, 12:21PM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
18 Apr 2025, 12:08PM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
18 Apr 2025, 12:08PM | Action by: Ch4nKyy
Mod edited
'FAQ'
-
18 Apr 2025, 11:57AM | Action by: Ch4nKyy
Mod edited
'FAQ'
-
18 Apr 2025, 11:56AM | Action by: Ch4nKyy
Mod edited
'Test2'
-
18 Apr 2025, 11:56AM | Action by: Ch4nKyy
Mod edited
'Test2'
-
18 Apr 2025, 11:44AM | Action by: Ch4nKyy
Mod article added
'Test2'
-
18 Apr 2025, 11:44AM | Action by: Ch4nKyy
Mod article added
'Test1'
-
18 Apr 2025, 11:32AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
17 Apr 2025, 11:50AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
17 Apr 2025, 10:23AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
17 Apr 2025, 10:21AM | Action by: Ch4nKyy
Mod article added
'FAQ'
-
17 Apr 2025, 10:19AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
17 Apr 2025, 10:17AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
17 Apr 2025, 10:15AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
17 Apr 2025, 10:15AM | Action by: Ch4nKyy
Attribute change
'Description changed.'
-
- Mod page activity
-
May 2025
-
16 May 2025, 3:27PM | Action by: ledgabriel
Tracked
WASD Character Movement
-
16 May 2025, 3:04PM | Action by: thorrion
Endorsed
'WASD Character Movement'
-
16 May 2025, 2:54PM | Action by: yloong
Endorsed
'WASD Character Movement'
-
16 May 2025, 2:44PM | Action by: triller7
Endorsed
'WASD Character Movement'
-
16 May 2025, 2:21PM | Action by: shoganued
Endorsed
'WASD Character Movement'
-
16 May 2025, 2:09PM | Action by: gushinginga
Tracked
'WASD Character Movement'
-
16 May 2025, 1:20PM | Action by: zenoplayer
Endorsed
'WASD Character Movement'
-
16 May 2025, 1:20PM | Action by: zenoplayer
Tracked
'WASD Character Movement'
-
16 May 2025, 12:42PM | Action by: UtterCrumpet
Tracked
'WASD Character Movement'
-
16 May 2025, 11:57AM | Action by: zantar2010
Untracked
'WASD Character Movement'
-
16 May 2025, 11:35AM | Action by: crystaleller
Tracked
'WASD Character Movement'
-
16 May 2025, 10:54AM | Action by: liamcrawford101
Tracked
'WASD Character Movement'
-
16 May 2025, 8:26AM | Action by: DangerDork
Tracked
'WASD Character Movement'
-
16 May 2025, 7:32AM | Action by: lumenowl
Endorsed
'WASD Character Movement'
-
16 May 2025, 5:16AM | Action by: MouthyStormRaven
Untracked
'WASD Character Movement'
-
16 May 2025, 4:07AM | Action by: leetaejun
Endorsed
'WASD Character Movement'
-
16 May 2025, 2:48AM | Action by: n7why
Tracked
'WASD Character Movement'
-
16 May 2025, 2:45AM | Action by: kryptic131
Tracked
WASD Character Movement
-
16 May 2025, 2:07AM | Action by: DiscoFairy
Tracked
'WASD Character Movement'
-
16 May 2025, 1:57AM | Action by: jbultsma8268
Endorsed
'WASD Character Movement'
-