Project Zomboid

Project Zomboid

Authentic Z
Lu5ck Apr 12, 2024 @ 3:45am
Pretty sure this script startup bug existed for a long time
LOG : General , 1712919046908> 561,270,187> adding unknown item param "FuelCapacity" = "4" LOG : General , 1712919046908> 561,270,187> adding unknown item param "FuelConsumption" = "0.4" LOG : General , 1712919046908> 561,270,187> adding unknown item param "ChainsawStartSound" = "ChainsawStart" LOG : General , 1712919046908> 561,270,187> adding unknown item param "ChainsawStopSound" = "ChainsawStartShort" LOG : General , 1712919046908> 561,270,187> adding unknown item param "ChainsawIdleSound" = "ChainsawIdle" LOG : General , 1712919046908> 561,270,187> adding unknown item param "ChainsawChopSound" = "ChainsawCut" LOG : General , 1712919046908> 561,270,187> adding unknown item param "ChainsawAttackSound" = "ChainsawAttack1" LOG : General , 1712919046967> 561,270,246> adding unknown item param "isStraightJacket" = "true" LOG : General , 1712919046978> 561,270,257> adding unknown item param "isAuthenticZCrutch" = "true" LOG : General , 1712919046978> 561,270,257> adding unknown item param "isAuthenticZCrutch" = "true" WARN : Script , 1712919046982> 561,270,261> ScriptModule.CreateFromToken> unknown script object "s " LOG : General , 1712919047022> 561,270,302> java.security.InvalidParameterException: Error: Wear1XL;Wear3XL is not a valid parameter in item: Fat02_Coveralls WARN : Script , 1712919047131> 561,270,410> ScriptModule.CreateFromToken> unknown script object "--location:media\scripts item" LOG : General , 1712919047133> 561,270,412> scriptChecksum: 992d25ef73def770a4285f1ea5a88030 WARN : Recipe , 1712919047140> 561,270,420> RecipeManager.resolveItemModuleDotType> WARNING: module "Base" may have forgot to import module Base WARN : Recipe , 1712919047141> 561,270,421> RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe result "OctopusPoster" in recipe "Make Octopus Poster" WARN : Recipe , 1712919047142> 561,270,421> RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe source "Bag_ARVN_Rucksack" in recipe "Upgrade Rucksack" WARN : Recipe , 1712919047142> 561,270,422> RecipeManager.resolveItemModuleDotType> WARNING: module "AuthenticZRecipes" may have forgot to import module Base WARN : Recipe , 1712919047143> 561,270,422> RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe source "Bag_LS_GroguBagEmpty" in recipe "Put Goblin in Bag" WARN : Recipe , 1712919047143> 561,270,422> RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe result "Bag_LS_GroguBag" in recipe "Put Goblin in Bag" WARN : Recipe , 1712919047143> 561,270,422> RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe source "Bag_LS_GroguBag" in recipe "Take Goblin Out" WARN : Recipe , 1712919047143> 561,270,422> RecipeManager.resolveItemModuleDotType> ERROR: can't find recipe result "Bag_LS_GroguBagEmpty" in recipe "Take Goblin Out" WARN : Recipe , 1712919047143> 561,270,422> RecipeManager.resolveItemModuleDotType> WARNING: module "EN_Flags_Craft" may have forgot to import module Base

InvalidParameterException etc etc.
Last edited by Lu5ck; Apr 12, 2024 @ 3:53am
< >
Showing 1-5 of 5 comments
Lu5ck Apr 12, 2024 @ 3:58am 
So a quick look into your script file....

I found this

item Fat02_Coveralls { DisplayCategory = Clothing, Type = Clothing, DisplayName = Coveralls (2XL), ClothingItem = Fat02_Coveralls, ClothingItemExtra = Boilersuit;AuthenticZClothing.Fat01_Coveralls;AuthenticZClothing.Fat03_Coveralls, ClothingItemExtraOption = Tighten,Wear1XL;Wear3XL, clothingExtraSubmenu = Loosen, BodyLocation = FullSuit, Icon = BoilerSuitBigDaddy, BloodLocation = Trousers;Jumper, RunSpeedModifier = 0.9, ScratchDefense = 10, Insulation = 0.45, WindResistance = 0.35, FabricType = Denim, WorldStaticModel = BoilerSuit_Ground, Tooltip = Tooltip_Size2XL, }

Tighten,Wear1XL;Wear3XL,

I believe it should be

Tighten;Wear1XL;Wear3XL,
Lu5ck Apr 12, 2024 @ 5:02am 
Another look into your script file

item Mask_Oni { DisplayCategory = Accessory, Type = Clothing, DisplayName = Oni Mask, ClothingItem = Mask_Oni, BodyLocation = Mask, IconsForTexture = Samurai_OniMask_Silver;Samurai_OniMask_Bronze;Samurai_OniMask_Green;Samurai_OniMask_Red;Samurai_OniMask_Blue;Samurai_OniMask_Black, CanHaveHoles = false, BloodLocation = Head, BiteDefense = 30, ScratchDefense = 50, Insulation = 0.15, WindResistance = 0.5, ChanceToFall = 20, WorldStaticModel = WorldItem-SamuraiOniMask, }s

There's an extra s
rip3rs Apr 23 @ 4:23pm 
I think I am having this issue! I am working with a headless server and when I start or restart the server I get these errors, I only have Authentic Z - current were you able to figure this one out? I am not very proficient in lua or modding pz to debug
xHunt3r May 12 @ 11:29pm 
Hey guys, any updates? What should be expected for real about Oni_Mask? Btw, where can I found where it can/ot drop or spawn?
Authentic Peach  [developer] Jun 12 @ 8:10pm 
This syntax bug was already fixed in a previous update.
< >
Showing 1-5 of 5 comments
Per page: 1530 50