Ashotep Posted August 20, 2015 Share Posted August 20, 2015 OK, I am pulling my hair out trying to figure out why I can't cook or pack my mod. I am trying to mod "def_item_alchemy_potion.xml" files located in "...\content\gameplay\items" and "...\content\gameplay\items_plus. Details: I uncooked my game using this script: cd "C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64" call wcc_lite uncook -indir="C:\Games\The Witcher 3 Wild Hunt\content" -outdir="C:\Uncooked" -skiperror -imgfmt=png pauseI then created the following directories C:\Users\junkm_000\Desktop\Mod Drafts\Potions\cooked\content\gameplay\items C:\Users\junkm_000\Desktop\Mod Drafts\Potions\cooked\content\gameplay\items_plus C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked\content\gameplay\items C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked\content\gameplay\items_plus I then copied the two xml files to: C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked\content\gameplay\items\def_item_alchemy_potion.xml C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked\content\gameplay\items_plus\def_item_alchemy_potion.xmlI made the edits that I wanted and then tried to run this script: cd "C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64" :: cook call wcc_lite cook -platform=pc -mod="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked" -basedir="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked" -outdir="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\cooked" :: bundle call wcc_lite pack "C:\Users\junkm_000\Desktop\Mod Drafts\Potions\cooked" -outdir="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content" :: metadata.store call wcc_lite metadatastore -path="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content" pauseThis is my output: C:\WINDOWS\system32>cd "C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64" C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64>call wcc_lite cook -platform=pc -mod="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked" -basedir="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked" -outdir="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\cooked" [2015.08.20 00:01:09][Error][Game] CItemManager: directory 'items\' not found! [2015.08.20 00:01:09][Error][Game] Error: no speed config defined in speedConfig.xml, there is probably an error in there ! [2015.08.20 00:01:09][Error][Game] [DLC] There's no DLC directory in the depot. No DLCs will be mounted. [2015.08.20 00:01:09][Info][WCC] Starting commandlet 'cook' [2015.08.20 00:01:09][Info][WCC] --------------------------------------------------------------- [2015.08.20 00:01:09][Info][WCC] Found 116 files in mod directory 'C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked" -basedir=C:\Users\junkm_000\Desktop\Mod\' [2015.08.20 00:01:09][Info][WCC] Using default cooker output path 'C:\Program Files (x86)\Witcher 3 Mod Tools\bin\..\temp\cooked\pc\' [2015.08.20 00:01:09][Info][WCC] Loading cooker data base... [2015.08.20 00:01:09][Info][WCC] Parsing cooker data base... [2015.08.20 00:01:09][Info][WCC] Parsed 116 existing entries from cooker data base in 0.00s [2015.08.20 00:01:09][Info][WCC] Found 116 files in the initial cooking list [2015.08.20 00:01:09][Error][WCC] Failed to load 'gameconf.cfg' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'gameconf.cfg' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'wcc.log' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'wcc.log' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\config_description.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\config_description.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\io_priority_table.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\io_priority_table.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\keyboard_layouts_description.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\keyboard_layouts_description.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\performance.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\performance.xml' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\audio.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\audio.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\dlc.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\dlc.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\gameplay.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\gameplay.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\gc.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\gc.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\general.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\general.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\hidden.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\hidden.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\hud.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\hud.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\localization.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\localization.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\profiler.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\profiler.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\rendering.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\rendering.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\resources.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\resources.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\base\visuals.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\base\visuals.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\developer\database.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\developer\database.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\pc\platformgameplay.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\pc\platformgameplay.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\pc\rendering.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\pc\rendering.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\ps4\hud.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\ps4\hud.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\ps4\platformgameplay.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\ps4\platformgameplay.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\ps4\rendering.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\ps4\rendering.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\xbox1\hud.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\xbox1\hud.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\xbox1\kinect.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\xbox1\kinect.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\xbox1\platformgameplay.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\xbox1\platformgameplay.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\platform\xbox1\rendering.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\platform\xbox1\rendering.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\ingameconfig.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\ingameconfig.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\scenes.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\scenes.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\community.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\community.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\debug_data_service_config.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\debug_data_service_config.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\explorations.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\explorations.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\gameplay.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\gameplay.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\google_analytics_config.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\google_analytics_config.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\input_azerty.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\input_azerty.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\input_qwerty.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\input_qwerty.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\input_qwertz.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\input_qwertz.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\telemetry_service_config.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\telemetry_service_config.ini' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\legacy\base\user.ini' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\legacy\base\user.ini' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\audio.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\audio.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\gameplay.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\gameplay.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\hidden.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\hidden.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\hud.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\hud.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\input.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\input.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\localization.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\localization.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\postprocess.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\postprocess.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\pc\rendering.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\pc\rendering.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\ps4\audio.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\audio.xml' ! [2015.08.20 00:01:09][Error][WCC] Failed to load 'config\r4game\user_config_matrix\ps4\filelist.txt' - is this a resource [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\filelist.txt' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\ps4\gameplay.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\gameplay.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\ps4\hidden.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\hidden.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\ps4\hud.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\hud.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\ps4\localization.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\localization.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\ps4\rendering.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\ps4\rendering.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\audio.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\audio.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\gameplay.xml' failed: input file does not exit! [2015.08.20 00:01:09][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\gameplay.xml' ! [2015.08.20 00:01:09][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\hidden.xml' failed: input file does not exit! [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\hidden.xml' ! [2015.08.20 00:01:10][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\hud.xml' failed: input file does not exit! [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\hud.xml' ! [2015.08.20 00:01:10][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\kinect.xml' failed: input file does not exit! [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\kinect.xml' ! [2015.08.20 00:01:10][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\localization.xml' failed: input file does not exit! [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\localization.xml' ! [2015.08.20 00:01:10][Error][WCC] Copy of 'config\r4game\user_config_matrix\xbox1\rendering.xml' failed: input file does not exit! [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r4game\user_config_matrix\xbox1\rendering.xml' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\ingameconfig.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\ingameconfig.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\community.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\community.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\di_mapping.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\di_mapping.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\explorations.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\explorations.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\gameplay.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\gameplay.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\input_azerty.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\input_azerty.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\input_qwerty.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\input_qwerty.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\input_qwertz.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\input_qwertz.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\new_red_profiler.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\new_red_profiler.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\user.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\user.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'config\r6game\legacy\base\world_choices.ini' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'config\r6game\legacy\base\world_choices.ini' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'dll\gfsdk_ssao.xboxone.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'dll\gfsdk_ssao.xboxone.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\apex_clothinggpuchecked_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\apex_clothinggpuchecked_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\apex_clothinggpudebug_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\apex_clothinggpudebug_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\apex_clothinggpuprofile_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\apex_clothinggpuprofile_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\apex_clothinggpu_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\apex_clothinggpu_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\cudart64_50_35.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\cudart64_50_35.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\d3dcompiler_47.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\d3dcompiler_47.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\devil.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\devil.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\gfsdk_hairworks.win64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\gfsdk_hairworks.win64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\gfsdk_ssao.win64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\gfsdk_ssao.win64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\glew32.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\glew32.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\grbchecked_1_1_api3_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\grbchecked_1_1_api3_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\grbprofile_1_1_api3_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\grbprofile_1_1_api3_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\grb_1_1_api3_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\grb_1_1_api3_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\ilu.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\ilu.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\markerssystemdb_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\markerssystemdb_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\nvhairext_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\nvhairext_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\nvhair_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\nvhair_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\nvtoolsext64_1.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\nvtoolsext64_1.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3commonchecked_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3commonchecked_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3commondebug_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3commondebug_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3commonprofile_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3commonprofile_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3common_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3common_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3gpuchecked_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3gpuchecked_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3gpudebug_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3gpudebug_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3gpuprofile_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3gpuprofile_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physx3gpu_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physx3gpu_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\physxdevice64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\physxdevice64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\redscm.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\redscm.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\scriptstudio.exe' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\scriptstudio.exe' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\simplygonsdkruntimereleasex64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\simplygonsdkruntimereleasex64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\stringdb_x64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\stringdb_x64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\telemetry32.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\telemetry32.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\telemetry32c.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\telemetry32c.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\telemetry64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\telemetry64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\telemetry64c.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\telemetry64c.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\umbraoptimizer64.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\umbraoptimizer64.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\umbraoptimizer64_d.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\umbraoptimizer64_d.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\vcomp110.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\vcomp110.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\vcomp110d.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\vcomp110d.dll' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\wcc_eula.rtf' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\wcc_eula.rtf' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\wcc_lite.exe' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\wcc_lite.exe' ! [2015.08.20 00:01:10][Error][WCC] Failed to load 'x64\xinput1_3.dll' - is this a resource [2015.08.20 00:01:10][Error][WCC] Failed to cook 'x64\xinput1_3.dll' ! Pass 0, cooked 116 files in 0.70s [2015.08.20 00:01:10][Info][WCC] Cooker data base saved in 0.00s (116 entries, 0.02 MB) [2015.08.20 00:01:10][Info][WCC] Cooking finished in 0.71s [2015.08.20 00:01:10][Info][WCC] Cooked 116 files in total [2015.08.20 00:01:10][Info][WCC] Total loading time: 0.00s [2015.08.20 00:01:10][Info][WCC] Total saving time: 0.00s [2015.08.20 00:01:10][Info][WCC] Total cooking time: 0.00s (0 objects) [2015.08.20 00:01:10][Info][WCC] Per class cooking stats (0 classes): [2015.08.20 00:01:10][Info][WCC] Cooker data base saved in 0.00s (116 entries, 0.02 MB) [2015.08.20 00:01:10][Info][WCC] --------------------------------------------------------------- [2015.08.20 00:01:10][Info][WCC] Total errors: 0 [2015.08.20 00:01:10][Info][WCC] Total warnings: 0 C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64>call wcc_lite pack "C:\Users\junkm_000\Desktop\Mod Drafts\Potions\cooked" -outdir="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content" [2015.08.20 00:02:19][Error][Game] CItemManager: directory 'items\' not found! [2015.08.20 00:02:19][Error][Game] Error: no speed config defined in speedConfig.xml, there is probably an error in there ! [2015.08.20 00:02:19][Error][Game] [DLC] There's no DLC directory in the depot. No DLCs will be mounted. [2015.08.20 00:02:19][Info][WCC] Starting commandlet 'pack' [2015.08.20 00:02:19][Info][WCC] --------------------------------------------------------------- [2015.08.20 00:02:19][Error][WCC] Missing output file path [2015.08.20 00:02:19][Info][WCC] --------------------------------------------------------------- [2015.08.20 00:02:19][Info][WCC] Total errors: 0 [2015.08.20 00:02:19][Info][WCC] Total warnings: 0 [2015.08.20 00:02:19][Error][WCC] Wcc operation failed C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64>call wcc_lite metadatastore -path="C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content" [2015.08.20 00:04:12][Error][Game] CItemManager: directory 'items\' not found! [2015.08.20 00:04:12][Error][Game] Error: no speed config defined in speedConfig.xml, there is probably an error in there ! [2015.08.20 00:04:12][Error][Game] [DLC] There's no DLC directory in the depot. No DLCs will be mounted. [2015.08.20 00:04:12][Info][WCC] Starting commandlet 'metadatastore' [2015.08.20 00:04:12][Info][WCC] --------------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] Bundle input directory: 'C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content"\' [2015.08.20 00:04:12][Info][WCC] Store output path: 'C:\Users\junkm_000\Desktop\Mod Drafts\Potions\packed\modPotions\content"\metadata.store' [2015.08.20 00:04:12][Info][WCC] Loaded 0 bundles with 0 entries [2015.08.20 00:04:12][Info][WCC] Ignored censorship for 0 files [2015.08.20 00:04:12][Info][WCC] Analyzing buffers.... [2015.08.20 00:04:12][Info][WCC] Number of buffers: 0 [2015.08.20 00:04:12][Info][WCC] Number of files with buffers: 0 [2015.08.20 00:04:12][Info][WCC] Max buffer ID: 0 [2015.08.20 00:04:12][Info][WCC] Exported 0.00 KB of text (discardable) [2015.08.20 00:04:12][Info][WCC] Exported 0 bundles (0.02 KB) [2015.08.20 00:04:12][Info][WCC] Exported 0 entries (0.02 KB) [2015.08.20 00:04:12][Info][WCC] Exported 0 files (0.03 KB) [2015.08.20 00:04:12][Info][WCC] Created 0 buffers (0.00 KB) [2015.08.20 00:04:12][Info][WCC] Created 0.01 KB in initialization data [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] -- Per extension stats for normal files [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] -- Per extension stats for buffer files [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] -- Compression statistics for totals [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] ------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] Building the metadata store took 0.1 sec ( 0 bundles, 0 file entries ) [2015.08.20 00:04:12][Info][WCC] --------------------------------------------------------------- [2015.08.20 00:04:12][Info][WCC] Total errors: 0 [2015.08.20 00:04:12][Info][WCC] Total warnings: 0 [2015.08.20 00:04:12][Error][WCC] Wcc operation failed C:\Program Files (x86)\Witcher 3 Mod Tools\bin\x64>pause Press any key to continue . . .I have checked and rechecked my script and read and reread the .pdf files that came with the modkit. I have even tried following suggestions on this board. Nothing seems to work. I would greatly appreciate any help anybody might have. I tried to make this a detailed as possible so people could see what I'm doing wrong. Thanks in advance. Link to comment Share on other sites More sharing options...
mk59093 Posted August 20, 2015 Share Posted August 20, 2015 Found 116 files in mod directory 'C:\Users\junkm_000\Desktop\Mod Drafts\Potions\uncooked" -basedir=C:\Users\junkm_000\Desktop\Mod\' Think this shows it does not recognise the right path, but takes the whole line as path. And as this is not valid, it is cooking your tool directory.Had that, too, iirc. Try to remove spaces from paths and not using double quotes to encapsulate the path. Also, attaching a backslash at end of path could be worth a try....HTH Link to comment Share on other sites More sharing options...
thisisweak Posted September 2, 2015 Share Posted September 2, 2015 If you don't want to change directories you might try: call wcc_lite uncook -outdir=C:\Uncooked -skiperror -imgfmt=png -indir="C:\Games\The Witcher 3 Wild Hunt\content Notice the one quotation. This is a trick I accidentally learned trying to uncook directories with spaces in them. Only one quote is allowed per command, so do not use spaces anywhere else. Link to comment Share on other sites More sharing options...
theoverchargedbyson Posted September 5, 2015 Share Posted September 5, 2015 AFAIK, if you only mod xml files, you don't need to cook them. You just have to pack and crete metadata, with the correct filepaths in the bat file, of course. Link to comment Share on other sites More sharing options...
Recommended Posts