Allows to use Axii:Puppet skill, while Axii:Delusion skill is equipped. Fixes bug in game scripts.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
This mod is opted-in to receive Donation Points
This mod allows to use Axii:Puppet skill, while Axii:Delusion skill is equipped. Instead of action 'CastSignHold', mod uses action 'CastSign' in game scripts. Based on game versions 1.31-1.32
Why there is bug with Axii Delusion + Puppet combo? 'CastSignHold' action activation is delayed by 0.2 seconds after player presses and holds button to cast sign. Delusion skill speeds up sign casting animation and at the point when "button holding" is checked, 'CastSignHold' action returns 0 input value. Change that to 'CastSign' which is activated immediately, and, at the end of sign casting animation, proper input state is returned.
Might not be compatible with other sign mods which change controls.
How to install: Extract "modAxiiFix" folder from archive, move it into "...\The Witcher 3\mods\" folder (game installation folder, not "My Documents"). Path to modded script should be: "...\The Witcher 3\mods\modAxiiFix\content\scripts\game\gameplay\items\spells\signEntity.ws". Please make sure no other mod overrides changes of this mod. Mod loading order is alphabetical, renaming "modAxiiFix" to ""mod0001_AxiiFix" will make game load this mod first and ignore changes of other mods.