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)