Jump to content

Deleted98456433User

Account closed
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Deleted98456433User

  1. Wool, Silver, Jewelry...most of the goods is managed data by Modules\SandBoxCore\ModuleData\items\horses_and_others.xml. However, I cannot find data there on grain and meat, and goods related to blacksmithing such as logs and iron ore. I opened every xml file I could find, but nowhere could I find the grains' data. As long as they are in the game, those data must be there somewhere. Please let us know if you know of them.
  2. I tried to repackage the distributed mods by cutting out the parts I personally did not need, but it did not work. It's a minor xml edit, so I don't think my work on the mod is the cause of the packaging failed. I would be very grateful for any answers. Here are the commands I used for packing. cd /d C:\modding\modkit\bin\x64call wcc_lite cook -platform=pc -mod=C:\modding\johnnysglasses\uncooked -basedir=C:\modding\johnnysglasses\uncooked -outdir=C:\modding\johnnysglasses\cookedcall wcc_lite buidcache textures -basedir=C:\modding\johnnysglasses\uncooked -platform=pc -db=C:\modding\johnnysglasses\cooked\cook.db -out=C:\modding\johnnysglasses\packed\johnnysglasses\content\texture.cachecall wcc_lite pack -dir=C:\modding\johnnysglasses\cooked\ -outdir=C:modding\johnnysglasses\packed\johnnysglasses\content\call wcc_lite metadatastore -path=C:\modding\johnnysglasses\packed\johnnysglasses\content\ Here are the results of getting it to work. C:\modding\modkit\bin\x64>call wcc_lite cook -platform=pc -mod=C:\modding\johnnysglasses\uncooked -basedir=C:\modding\johnnysglasses\uncooked -outdir=C:\modding\johnnysglasses\cooked[2022.01.31 13:51:45][info][WCC] Starting commandlet 'cook'[2022.01.31 13:51:45][info][WCC] ---------------------------------------------------------------[2022.01.31 13:51:45][info][WCC] Custom base directory set to 'C:\modding\johnnysglasses\uncooked\'[2022.01.31 13:51:45][info][WCC] Found 14 files in mod directory 'C:\modding\johnnysglasses\uncooked\'[2022.01.31 13:51:45][info][WCC] Cooker OUTPUT PATH override to 'C:\modding\johnnysglasses\cooked\'[2022.01.31 13:51:45][info][WCC] Loading cooker data base...[2022.01.31 13:51:45][info][WCC] Parsing cooker data base...[2022.01.31 13:51:45][info][WCC] Parsed 14 existing entries from cooker data base in 0.00s[2022.01.31 13:51:45][info][WCC] Found 14 files in the initial cooking list[2022.01.31 13:51:45][Error][WCC] Copy of 'dlc\dlcblackunicorn\data\gameplay\items\blackunicorn.xml' failed: input file does not exit![2022.01.31 13:51:45][Error][WCC] Failed to cook 'dlc\dlcblackunicorn\data\gameplay\items\blackunicorn.xml' ![2022.01.31 13:51:45][Error][WCC] Copy of 'dlc\dlcblackunicorn\data\gameplay\items\blackunicorn_shop.xml' failed: input file does not exit![2022.01.31 13:51:45][Error][WCC] Failed to cook 'dlc\dlcblackunicorn\data\gameplay\items\blackunicorn_shop.xml' ![2022.01.31 13:51:45][Error][WCC] Copy of 'dlc\dlcblackunicorn\data\gameplay\items_plus\blackunicorn.xml' failed: input file does not exit![2022.01.31 13:51:45][Error][WCC] Failed to cook 'dlc\dlcblackunicorn\data\gameplay\items_plus\blackunicorn.xml' ![2022.01.31 13:51:45][Error][WCC] Copy of 'dlc\dlcblackunicorn\data\gameplay\items_plus\blackunicorn_shop.xml' failed: input file does not exit![2022.01.31 13:51:45][Error][WCC] Failed to cook 'dlc\dlcblackunicorn\data\gameplay\items_plus\blackunicorn_shop.xml' ![2022.01.31 13:51:45][info][WCC] Using fake import dependency 'characters\models\common\materials\swords\sword_rune_sabre_regular.w2mi'[2022.01.31 13:51:45][info][WCC] Using fake import dependency 'engine\materials\graphs\pbr_std.w2mg'[2022.01.31 13:51:45][info][WCC] Using fake import dependency 'characters\models\common\materials\other\steel_sword.w2mi'[2022.01.31 13:51:45][info][WCC] Using fake import dependency 'engine\materials\graphs\transparent_lit.w2mg'[2022.01.31 13:51:45][info][WCC] Using fake import dependency 'engine\materials\graphs\pbr_std_tint_mask_det.w2mg'Pass 0, cooked 14 files in 0.06s[2022.01.31 13:51:45][info][WCC] Cooker data base saved in 0.00s (14 entries, 0.00 MB)[2022.01.31 13:51:45][info][WCC] Cooking finished in 0.06s[2022.01.31 13:51:45][info][WCC] Cooked 14 files in total[2022.01.31 13:51:45][info][WCC] Total loading time: 0.01s[2022.01.31 13:51:45][info][WCC] Total saving time: 0.01s[2022.01.31 13:51:45][info][WCC] Total cooking time: 0.01s (4 objects)[2022.01.31 13:51:45][info][WCC] Per class cooking stats (1 classes):[2022.01.31 13:51:45][info][WCC] 0.005s: CMesh (4 objects)[2022.01.31 13:51:45][info][WCC] Cooker data base saved in 0.00s (14 entries, 0.00 MB)[2022.01.31 13:51:45][info][WCC] --------------------------------------------------------------- C:\modding\modkit\bin\x64>call wcc_lite buidcache textures -basedir=C:\modding\johnnysglasses\uncooked -platform=pc -db=C:\modding\johnnysglasses\cooked\cook.db -out=C:\modding\johnnysglasses\packed\johnnysglasses\content\texture.cache[2022.01.31 13:51:47][Error][WCC] Command not found. Type wcc with no arguments to list all possible commands.[2022.01.31 13:51:47][Error][WCC] Wcc operation failed C:\modding\modkit\bin\x64>call wcc_lite pack -dir=C:\modding\johnnysglasses\cooked\ -outdir=C:modding\johnnysglasses\packed\johnnysglasses\content\[2022.01.31 13:51:48][info][WCC] Starting commandlet 'pack'[2022.01.31 13:51:48][info][WCC] ---------------------------------------------------------------[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\blackunicorn.w2mesh'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\blackunicorn_scabbard_silver.w2mesh'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\blackunicorn_scabbard_steel.w2mesh'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\johnnys_glasses.w2mesh'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\johnnys_glasses_d.xbm'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\johnnys_glasses_n.xbm'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\scabbard_d.xbm'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\scabbard_n.xbm'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\unicorn_d.xbm'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\unicorn_n.xbm'...[2022.01.31 13:51:48][info][WCC] Bundle 'C:modding\johnnysglasses\packed\johnnysglasses\content\blob0.bundle' saved, 10 files, 44.00 KB of data[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\blackunicorn.w2mesh.1.buffer'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\blackunicorn_scabbard_silver.w2mesh.1.buffer'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\blackunicorn_scabbard_steel.w2mesh.1.buffer'...[2022.01.31 13:51:48][info][WCC] Compressing 'dlc\dlcblackunicorn\data\items\model\johnnys_glasses.w2mesh.1.buffer'...[2022.01.31 13:51:48][info][WCC] Bundle 'C:modding\johnnysglasses\packed\johnnysglasses\content\buffers0.bundle' saved, 4 files, 136.00 KB of data[2022.01.31 13:51:48][info][WCC] --------------------------------------------------------------- C:\modding\modkit\bin\x64>call wcc_lite metadatastore -path=C:\modding\johnnysglasses\packed\johnnysglasses\content\[2022.01.31 13:51:50][info][WCC] Starting commandlet 'metadatastore'[2022.01.31 13:51:50][info][WCC] ---------------------------------------------------------------[2022.01.31 13:51:50][info][WCC] Bundle input directory: 'C:\modding\johnnysglasses\packed\johnnysglasses\content\'[2022.01.31 13:51:50][info][WCC] Store output path: 'C:\modding\johnnysglasses\packed\johnnysglasses\content\metadata.store'[2022.01.31 13:51:50][info][WCC] Loaded 0 bundles with 0 entries[2022.01.31 13:51:50][info][WCC] Ignored censorship for 0 files[2022.01.31 13:51:50][info][WCC] Analyzing buffers....[2022.01.31 13:51:50][info][WCC] Number of buffers: 0[2022.01.31 13:51:50][info][WCC] Number of files with buffers: 0[2022.01.31 13:51:50][info][WCC] Max buffer ID: 0[2022.01.31 13:51:50][info][WCC] Exported 0.00 KB of text (discardable)[2022.01.31 13:51:50][info][WCC] Exported 0 bundles (0.02 KB)[2022.01.31 13:51:50][info][WCC] Exported 0 entries (0.02 KB)[2022.01.31 13:51:50][info][WCC] Exported 0 files (0.03 KB)[2022.01.31 13:51:50][info][WCC] Created 0 buffers (0.00 KB)[2022.01.31 13:51:50][info][WCC] Created 0.01 KB in initialization data[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -- Per extension stats for normal files[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -- Per extension stats for buffer files[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -- Compression statistics for totals[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] -------------------------------------------------------[2022.01.31 13:51:50][info][WCC] Building the metadata store took 0.0 sec ( 0 bundles, 0 file entries )[2022.01.31 13:51:50][info][WCC] ---------------------------------------------------------------
×
×
  • Create New...