Jump to content

Script errors


Recommended Posts

no matter what i try I always get this when trying to install any mod

Error [content0]game\behavior_tree\tasks\monsters\bttaskmaintainspeed.ws(10): Class 'CBTTaskMaintainSpeed' already defined.
Error [content0]game\behavior_tree\tasks\monsters\bttaskmaintainspeed.ws(74): Class 'CBTTaskMaintainSpeedDef' already defined.
Error [content0]game\behavior_tree\tasks\reactions\bttaskisman.ws(4): Class 'CBTCondIsMan' already defined.
Error [content0]game\behavior_tree\tasks\reactions\bttaskisman.ws(15): Class 'CBTCondIsManDef' already defined.
anybody have a fix for this?
Link to comment
Share on other sites

This is copy/pasted from the post section on ksolberg's mod Immersive Cam, since it sums it up really nicely:

 

-- SCRIPT COMPILATION ERRORS --

If you are running ANY script mod after the 1.10 patch, you will probably run into these script errors when the game tries to compile...

Error [content0]game\behavior_tree\tasks\monsters\bttaskmaintainsp eed.ws(10): Class 'CBTTaskMaintainSpeed' already defined.
Error [content0]game\behavior_tree\tasks\monsters\bttaskmaintainsp eed.ws(74): Class 'CBTTaskMaintainSpeedDef' already defined.
Error [content0]game\behavior_tree\tasks\reactions\bttaskisman.ws( 4): Class 'CBTCondIsMan' already defined.
Error [content0]game\behavior_tree\tasks\reactions\bttaskisman.ws( 15): Class 'CBTCondIsManDef' already defined.

THIS IS NOT CAUSED BY THE MOD, BUT BY A PROBLEM WITH THE PATCH 1.10 SCRIPT SOURCE FOLDER.

The fix was posted by aznricepuff in this thread:
http://forums.cdprojektred.com/threads/58863-Patch-1-10-Script-compilation-error?p=1932755#post1932755.

THE FIX
Navigate to this directory: <Witcher 3 Install Path>\content\content0\scripts\game\behavior_tree\ tasks

Then delete the folder named "hacks" (make a backup of it first somewhere). Now everything should compile fine.

IF YOU STILL HAVE COMPILATION ERRORS AFTER TRYING THE STEPS ABOVE...

If you have all the patches, but scripts still won't compile, download "Witcher 3 script sources for players having problems with compiling any mods" file from the MISCELLANEOUS section under FILES tab, unzip it and copy resulting "scripts" folder into your "<Path To The Witcher 3>\content\content0\" folder. If you already have "scripts" folder under this exact path, delete it before copying unzipped one.

-----------------------------------------------------------------------------------

 

Also the link to his mod should you wish to check it out. (http://www.nexusmods.com/witcher3/mods/689/?)

 

Hope that helps ya man.

Edited by Drone456
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...