A1. 如果您看到包含“
已定義“CBTTaskMaintainSpeed”
錯誤[content0]game\behavior_tree\tasks\monsters\bttaskmaintainspeed.ws(10):類“CBTTaskMaintainSpeed”已定義。
Error[content0]game\behavior_tree\tasks\monsters\bttaskmaintainspeed.ws(74):類'CBTTaskMaintainSpeedDef'已定義。
錯誤[content0]game\behavior_tree\tasks\reactions\bttaskisman.ws(4):已定義類“CBTCondIsMan”。
錯誤[content0]game\behavior_tree\tasks\reactions\bttaskisman.ws(15):已定義類'CBTCondIsManDef'。
1.檢查此解決方案
http://www.nexusmods.com/witcher3/mods/1541/? (第一個描述在那裡:與hacks文件夾)
2.對於遊戲版本1.21,我已經將我的源代碼上傳到這個mod下載文件的misc部分“巫師3補丁1.21腳本源代碼,供在編譯任何mod時遇到問題的玩家解壓此文件到您的”<Path To The Witcher 3>\content\content0\"文件夾,它應該修復一般錯誤。在替換之前,請備份content0文件夾中的腳本文件夾。
A1.1. 如果您看到包含“
登錄名”,例如此錯誤:
錯誤[content0]game\player\playerwitcher.ws(14:函數“LogWithName”不接受1個參數
錯誤[content0]game\gameplay\focus\focus.ws(199):函數“LogWithName”不接受1個參數
錯誤[content0]game\gameplay\focus\focus.ws(253):函數“LogWithName”不接受1個參數
錯誤[content0]game\gui\menus\gwintgamemenu.ws(104):函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\playerdialogstate.ws(4:函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\aimthrow.ws(42):函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\combat.ws(124):函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\exploration.ws(55):函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\swimming.ws(252):函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\vehicles\horseriding.ws(49):函數“LogWithName”不接受1個參數
錯誤[content0]game\player\states\vehicles\sailing.ws(56):函數“LogWithName”不接受1個參數
警告[content0]engine\telemetrykeyword.ws(9):未從C++代碼中的類“CR4TelemetryScriptProxy”導出本機函數“Log”。
檢查此解決方案
http://www.nexusmods.com/witcher3/mods/1541/? (這裏描述的第二個:使用CR4TelemetryScriptProxy)
A2. 如果你在大多數情況下看到一些其他錯誤,這意味着你有mod與其他安裝的mod衝突,見下文。