FenrirZeroZero / HydrocraftRedux

0 stars 1 forks source link

Re-Use of Vanilla Clothing Items #41

Open HugoQwerty opened 6 months ago

HugoQwerty commented 6 months ago

There's a little known issue caused by the re-use of vanilla clothing items - it results in zombies wearinng HC clothing items because the game gets confused between the vanilla item and the HC item.

This used to be an issue with socks, which I 'fixed' a long time ago (by just taking the HC socks out), it used to be that all zombies were wearing HC wool socks rather than vanilla socks.

From what I can tell, there are 5 affected items: HCGrCamLeatherJacket, uses Jacket_ArmyCamoGreen HCWorkgloves, uses Gloves_LeatherGloves HCCampingpack, uses Bag_BigHikingBag HCClimbingpack, uses Bag_HikingBag HCSilkUndiesWarm, uses LongJohns

The one that occurs most often is probably the leather gloves, as zombies you kill will be wearing HC work gloves.

Fixes: Remove work gloves, and change all the code to use vanilla leather gloves (& make them craftable) Remove the two back packs, if they're identical to vanilla items they don't really add any value. Remove HCSilkUndiesWarm, and make vanilla long johns craftable. Remove HCGrCamLeatherJacket, only used in a crafting recipe, so just change the recipe to craft the vanilla item. (or remove the item & the recipe?)