pssst, here's a working version for 1.31: https://drive.google.com/open?id=0B50uXHaJj0SMNDJyZG1COThHVDA Note that I disabled soft-lock-on and left hard-lock-on enabled. If you don't want that you can edit line 1747 of combat.ws as follows: No lock-on at all: enableSoftLock = false; Always soft-lock-on (default behavior): enableSoftLock = true;
Hello! Please combine your mod with "Combat Distance Fix (with manual combat stance toggle) v1.30" http://www.nexusmods.com/witcher3/mods/1785 Very much a conflict! Script Merger is unable to cope.
Okay, I figured out how to combine these two mods.
To fix the mod for 1.21 patch go to: The Witcher 3\Mods\modTW2CombatMovement\content\scripts\game\player\states\combat.ws Open it and find the line 1409, replace it with following script: aiStorageObject = actor.GetScriptStorageObject('ReactionData' ); Important!!! remove space between Data' and ) - I put it there cos it showed a damn smile)) Save! Play!
It feels great, but is it normal to not face the enemy, or is it a conflict on my end with another mod? Even walking around slowly, Geralt will be in his lower combat stance, but he will not face the enemy that is (soft lock) targeted, or even if there is a hard lock on them.
Hey, great mod. One thing: it isnt working with immersive motion (http://www.nexusmods.com/witcher3/mods/689/?). I asked author of that mod to look into it, but he is not able to do it as far as i can tell. Check it out, please.
52 comments
Note that I disabled soft-lock-on and left hard-lock-on enabled. If you don't want that you can edit line 1747 of combat.ws as follows:
No lock-on at all: enableSoftLock = false;
Always soft-lock-on (default behavior): enableSoftLock = true;
Very much a conflict! Script Merger is unable to cope.
Okay, I figured out how to combine these two mods.
The Witcher 3\Mods\modTW2CombatMovement\content\scripts\game\player\states\combat.ws
Open it and find the line 1409, replace it with following script:
aiStorageObject = actor.GetScriptStorageObject('ReactionData' );
Important!!! remove space between Data' and ) - I put it there cos it showed a damn smile))
Save! Play!
edit: found it
Is this for controller users only, or something?
EDIT: Endorsed