The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

FoxHoundSWE

Uploaded by

FoxHoundSWE

Virus scan

Safe to use

Tags for this mod

About this mod

Disables the softlock targeting and forces attacks/signs to go forward (Aim with the camera), thus making the combat/targeting similar to the style in Witcher 2.

Permissions and credits
Translations
  • English
This mod disables the soft lock targeting and forces attacks/signs to go forward (Aim with the camera), thus making the combat/targeting similar to the style in Witcher 2. Disabling the soft lock has the side effect of not having Geralt move towards the enemy he's attacking. Instead you hold down sprint while attacking to go further as is demonstrated in the video below. 



All changes in the code are located next to the commented-out originals, just search for "//DisableSoftLock".

The mod was made and tested on version 1.11 of the game. Feel free to comment/message me If you have any suggestions or any issues arise.

Installing the mod is as simple as putting the modDisableSoftLock folder in your mods directory (located in the Witcher 3 installation directory, create it if it isn't there)

This mod modifies combat.ws as well as r4Player.ws 

To use this mod with another mod that modifies those files you need to manually merge in the changes using a text editor. This should be a quick and simple process since all of my alterations are located just above the commented out originals. Just search for "//DisableSoftLock" in the files and copy+paste the line(s) that replaced the comments into the other mod's files. If you have questions about this or need help, feel free to post in the comments section.