After Update 1.12 Mod Doesn't works

+
After Update 1.12 Mod Doesn't works

Hey. I have problem with mod SlotsSlotsSlots ( only with them) - after when I update game to 1.12 patch , when I start game , after compilation i have this error:

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.

I found on this page solution: http://www.gog.com/forum/the_witcher_3_wild_hunt/script_compilation_errors

Guy have the same code what I have. He advice to delete folder hacks from tasks - and everything should be fine, but when i do this i have another error :

Error [content0]game\player\r4player.ws(10134): To few params in call to function 'DisallowedActionDontShowHack'

This problem is only with mod SlotsSlotsSlots - i have 3 another mod from nexus mod but only with him i have such error. ( i download new wersion 2.3 for 1.12 patch from nexus mod but it work like i describe up)

Can someone tell me please what should I do?
 
You're likely using a script which is not fully compatible with 1.12, or alter a function used by 1.12 differently.
Which mods are you using together to get to that result ? if you only use SlotsSlotsSlots, what happens ?
 
Now i have 3 mod activate - with them is no problem ( all from nexus mod )
- modYoungGeralt
- modHDReworkedProject
- modGeraltOnSteroidsV2

But when i want activate mod SlotsSlotsSlots problem again back - no matter if i want activate all at once or only SlotsSlotsSlots. Now i try actvate only mod SlotsSlotsSlots and its the same error. I dont understand it - on nexus mode is write on description is compatible witch 1.12 patch.... maybe is becouse my system? I have windows 10 by the way.Any advice ? :D
 
But when i want activate mod SlotsSlotsSlots problem again back - no matter if i want activate all at once or only SlotsSlotsSlots. Now i try actvate only mod SlotsSlotsSlots and its the same error. I dont understand it - on nexus mode is write on description is compatible witch 1.12 patch.... maybe is becouse my system? I have windows 10 by the way.Any advice ?

The other mods you use don't use any scripts, so the only problem will be SlotsSlotsSlots.

I've downloaded and installed this mod, and it works straight away. Are you using Nexus Mod Manager ? possibly, the author didn't make the new version the main nmm file, and you keep installing the old one.

If you do not.

Clear your mods folder, delete all (make a backup). Redownload from the nexus (don't use nmm), copy paste the mods in your mods folder, launch. It should work. Replace your mods after.
 
I always activate my mods by copy mod to mods folder inside of game folder - now only once i try use Nexus Mod Manager to try activate SlotsSlotsSlots by them program but it doesn't help - okay i do like you said - remove all mods , run game , exit game - download again all mod from nexus and try activate it all again at once . I hope so it will help.

---------- Updated at 04:00 PM ----------

Ehh unfortunately it not help - it's clearly something wrong with SlotsSlotsSlots mod - maybe after Heart's of Stone make somehting and now it can't run? Becouse when i had 1.10 patch and i update to 1.11 patch i had the same problem - mods doesn't works - but when i delete folder hacks from tasks everything works fine , i don't now why now when I update to 1.12 suddenly it not work , in meanwhile addition come out .... maybe its problem? I dont now what to do now..... Some next advice what it can be ?

By the way thenks for help.
 
I always activate my mods by copy mod to mods folder inside of game folder - now only once i try use Nexus Mod Manager to try activate SlotsSlotsSlots by them program but it doesn't help - okay i do like you said - remove all mods , run game , exit game - download again all mod from nexus and try activate it all again at once . I hope so it will help.

---------- Updated at 04:00 PM ----------

Ehh unfortunately it not help - it's clearly something wrong with SlotsSlotsSlots mod - maybe after Heart's of Stone make somehting and now it can't run? Becouse when i had 1.10 patch and i update to 1.11 patch i had the same problem - mods doesn't works - but when i delete folder hacks from tasks everything works fine , i don't now why now when I update to 1.12 suddenly it not work , in meanwhile addition come out .... maybe its problem? I dont now what to do now..... Some next advice what it can be ?

By the way thenks for help.

I really don't know. I downloaded Slots Slots Slots today, copied into my mods folder, started the game just fine. Are you sure you're absolutely using the latest version ? can you copy this version here (use a file share system, drive or dropbox if you have one) and I'll try run it on mine.

If you have a good bandwidth, try reinstalling the game from scratch, but I can tell you Slot Slot Slot definitely works with 1.12, and HoS.
 
You mean verison of mod right?

I download it from : http://www.nexusmods.com/witcher3/m...mods.com/witcher3/ajax/modfiles/?id=496&pUp=1

Version 2.3 - Maybe you can share with me your scripts folder? Can you upload it for me and give me link from download? My folder weighs 20 MB ( i think it's something wrong in scripts folder)

---------- Updated at 06:37 PM ----------

Hmm i download scripts folder from this page :

http://www.nexusmods.com/witcher3/m...mods.com/witcher3/ajax/modfiles/?id=319&pUp=1

And it no help - slowly I begin to give up , i dont have any idea what he mean, what's wrong....

Any advice ?
 
have you tried to reinstall your game from scratch ? You can also try this mod, which does quite the same than Slots Slots Slots, but better imo.
 
try this:

delete/remove the "hacks" folder from your
The Witcher 3 Wild Hunt\content\content0\scripts\game\behavior_tree\tasks folder

update your file telemetryKeyword.ws located in \The Witcher 3 Wild Hunt\content\content0\scripts\engine
change the first line from "Log" to "LogWithName"

it worked for me


and make sure there are not a single one mod using non updated scripts, or mods don't updated to 1.12, for there will allways be conflicts with old scripts (not updated for this new version 1.12)
 
Last edited:
Can you paste here yours content telemetryKeyword.ws ?

---------- Updated at 02:53 PM ----------

Now content my telementryKeyword.ws is:



/*
Copyright © CD Projekt RED 2015
*/












import class CR4TelemetryScriptProxy extends CObject
{
import final function LogWithName( eventType : ER4TelemetryEvents );
import final function LogWithLabel( eventType : ER4TelemetryEvents, label : String );
import final function LogWithValue( eventType : ER4TelemetryEvents, value : int );
import final function LogWithValueStr( eventType : ER4TelemetryEvents, value : String );




import final function LogWithLabelAndValue( eventType : ER4TelemetryEvents, label : String, value : int );
import final function LogWithLabelAndValueStr( eventType : ER4TelemetryEvents, label : String, value : String );




import final function SetCommonStatFlt( statType: ER4CommonStats, value : float );
import final function SetCommonStatI32( statType: ER4CommonStats, value : int );




import final function SetGameProgress( value : float );




import final function AddSessionTag( tag : String );
import final function RemoveSessionTag( tag : String );




import final function XDPPrintUserStats( statisticName : String );
import final function XDPPrintUserAchievement( achievementName : String );
}

I change like you said from Log to LogWithName and try activate only mod SlotsSlotsSlots ( without any another) , i also deleted hacks from tasks and that result:

Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(214): I dont know any 'IGMC_EP1_Save'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(225): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(257): I dont know any 'IGMC_EP1_Save'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(257): I dont know any 'IGMC_EP1_Save'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(305): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(305): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(378): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(378): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(403): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(403): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(433): I dont know any 'IGMC_New_game_plus'
Error [content0]game\gui\main_menu\ingamemenu\igmstructurecreator.ws(433): I dont know any 'IGMC_New_game_plus'
Error [content0]game\player\r4player.ws(10134): To few params in call to function 'DisallowedActionDontShowHack'
Error [content0]game\player\r4player.ws(10802): Could not find function 'GetBoughtSkillLevel'
Error [content0]game\player\playerwitcher.ws(664): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(665): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(666): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(4060): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(4067): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(4074): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(4390): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(4394): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(4398): Cannot call private function 'SetPerkArmorBonus' in class 'W3PlayerAbilityManager' here.
Error [content0]game\player\playerwitcher.ws(5032): Could not find function 'SetToxicityOffset'
Error [content0]game\player\playerwitcher.ws(6294): Could not find function 'GetBoughtSkillLevel'
Error [content0]game\player\playerwitcher.ws(7186): Could not find function 'Debug_HAX_UnlockSkillSlot'

---------- Updated at 02:58 PM ----------

If i deleted all folder tasks ( advice from another forum ) effect is:
Error [content0]game\behavior_tree\aicombatstorage.ws(406): Unknown type 'EBossSpecialAttacks' for property 'attack'.
Error [content0]game\behavior_tree\aicombatstorage.ws(452): Unknown type 'EBossSpecialAttacks' for property 'attack'.
Error [content0]game\gameplay\items\spells\signowner.ws(131): Unknown type 'CBTTaskCastSign' for property 'btTask'.
Error [content0]game\gameplay\items\spells\signowner.ws(133): Unknown type 'CBTTaskCastSign' for property 'task'.

---------- Updated at 09:01 PM ----------

I download another mod which can activate all skils from http://www.nexusmods.com/witcher3/mods/546/? ( Nolenthar advice) , and put in mods folder ( only this ) and delete folder hacks from tasks i have this error:

Error [content0]game\player\r4player.ws(10134): To few params in call to function 'DisallowedActionDontShowHack'


Can someone upload for me this file? I mean r4player.ws and also file PlayerAbilityManager.ws ? ( on page with mod form nolenthar is in description : This mod will conflict with any mod modifying "scripts\game\gameplay\ability\PlayerAbilityManager.ws" file. soo maybe is something wrong with this file)
 
Top Bottom