Project Zomboid

Project Zomboid

Jadzia's sortingReborn
 This topic has been pinned, so it's probably important
augustaugur  [developer] 15 Mar, 2022 @ 7:54am
Mod Support & Translations
Mod Support
The mod currently supports the following Workshop items:
Brita's Weapon Pack
Brita's Armor Pack
Arsenal26 - Gunfighter
Filibuster Rhymes' Used Cars!
Bushcraft Gear - Tools
Bushcraft Gear - Rare Weapons
Autotsar Tuning Atelier - Jaap, Dadge, Bus, and Fjord
The Workshop
Scrap Weapons, Armor and Guns
Authentic Z
Expanded Helicopter Events
Firearms B41
jigg a's Greenfire
Immersive Solar Arrays
Wooden Dowels
All Doors Are Yours
Water Dispenser
Ham to Grid
AutomaticGates
Spraypaints
Little Yoschi's Skillbooks
Shark's Weapons Pack
Shark's Law Enforcement Overhaul
Shark and Peach's Military Uniform Overhaul
Soul Filcher's Freezing Time
Soul Filcher's Farming Time
Soul Filcher's Beautifying Time
Soul Filcher's Drinking Time
Metal Spears
Tsarslib
Spongie's Clothing & Vanilla Edits
Pitstop
Military Ponchos
More Common Seeds
Just Lockpicking
Tactical Weapons
Ekron
Eggon's Fanny Packs
Cool Bag
Smoker
Tied On Spearheads & Crafting
PaperWyvern's Sleeping Bags

More patches will be written as time allows.

Translations
The mod currently supports the following languages:
EN
DE

Contribution
I am accepting patches and translations. Please disclose your additions in this thread so I may incorporate them into the main mod. Thank you for your interest and support!
Last edited by augustaugur; 16 Mar, 2022 @ 5:15pm
< >
Showing 1-15 of 35 comments
Kamui_Shiro 15 Mar, 2022 @ 8:19am 
I've noticed that the WD-40 from the mod Firearms B41 isn't categorized
Kamui_Shiro 15 Mar, 2022 @ 8:45am 
Also quick Patch for the mod Automatic Gate: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2735447453

if getActivatedMods():contains("AutoGate") then -- LITERATURE - RECIPES TweakItem("AutoGate.AutoGateMag","DisplayCategory","LitR"); -- ELECTRONICS - CRAFTED TweakItem("AutoGate.GateController","DisplayCategory","ElectC"); TweakItem("AutoGate.GateComponents","DisplayCategory","ElectC"); end

I hope everything is okay, first time doing this
Kamui_Shiro 15 Mar, 2022 @ 9:14am 
Another quick Patch for Immersive Solar Arrays: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2623458493
Feel free to tweak:
if getActivatedMods():contains("ISA") then -- LITERATURE - RECIPES TweakItem("ISA.ISAMag1","DisplayCategory","LitR"); -- ELECTRONICS - GENERAL TweakItem("ISA.SolarPanel","DisplayCategory","ElectG"); TweakItem("ISA.ISAInverter","DisplayCategory","ElectG"); TweakItem("ISA.DeepCycleBattery","DisplayCategory","ElectG"); TweakItem("ISA.SuperBattery","DisplayCategory","ElectG"); TweakItem("ISA.DIYBattery","DisplayCategory","ElectG"); TweakItem("ISA.50AhBattery","DisplayCategory","ElectG"); TweakItem("ISA.75AhBattery","DisplayCategory","ElectG"); TweakItem("ISA.100AhBattery","DisplayCategory","ElectG"); TweakItem("ISA.PowerBank","DisplayCategory","ElectG"); TweakItem("ISA.SolarPanelFlat","DisplayCategory","ElectG"); TweakItem("ISA.SolarPanelWall","DisplayCategory","ElectG"); TweakItem("ISA.SolarPanelMounted","DisplayCategory","ElectG"); --ELECTRONICS - CRAFTED TweakItem("ISA.SolarFailsafe","DisplayCategory","ElectC"); end
augustaugur  [developer] 15 Mar, 2022 @ 9:27am 
Originally posted by Kamui_Shiro:
Another quick Patch for Immersive Solar Arrays: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2623458493
Feel free to tweak:
if getActivatedMods():contains("ISA") then -- LITERATURE - RECIPES TweakItem("ISA.ISAMag1","DisplayCategory","LitR"); -- ELECTRONICS - GENERAL TweakItem("ISA.SolarPanel","DisplayCategory","ElectG"); TweakItem("ISA.ISAInverter","DisplayCategory","ElectG"); TweakItem("ISA.DeepCycleBattery","DisplayCategory","ElectG"); TweakItem("ISA.SuperBattery","DisplayCategory","ElectG"); TweakItem("ISA.DIYBattery","DisplayCategory","ElectG"); TweakItem("ISA.50AhBattery","DisplayCategory","ElectG"); TweakItem("ISA.75AhBattery","DisplayCategory","ElectG"); TweakItem("ISA.100AhBattery","DisplayCategory","ElectG"); TweakItem("ISA.PowerBank","DisplayCategory","ElectG"); TweakItem("ISA.SolarPanelFlat","DisplayCategory","ElectG"); TweakItem("ISA.SolarPanelWall","DisplayCategory","ElectG"); TweakItem("ISA.SolarPanelMounted","DisplayCategory","ElectG"); --ELECTRONICS - CRAFTED TweakItem("ISA.SolarFailsafe","DisplayCategory","ElectC"); end

Thank you for both of your patches. They have been incorporated into the main mod and pushed in an update forthcoming shortly. Enjoy!
Kamui_Shiro 15 Mar, 2022 @ 10:11am 
Awesome, glad to be of help
Kamui_Shiro 15 Mar, 2022 @ 10:19am 
I tried my hand a translating it to german:
IG_UI_DE:
IGUI_DE = { IGUI_ItemCat_CharD = "Charakter - Haare & Färben", IGUI_ItemCat_CharM = "Charakter - Makeup", IGUI_ItemCat_ClothN = "Kleidung - Normal", IGUI_ItemCat_ClothP = "Kleidung - Schutz", IGUI_ItemCat_ClothM = "Kleidung - Verschiedenes", IGUI_ItemCat_ClothA = "Kleidung - Accessoires", IGUI_ItemCat_ClothU = "Kleidung - Unterwäsche", IGUI_ItemCat_ClothC = "Kleidung - Behälter", IGUI_ItemCat_CraftG = "Herstellen - Allgemein", IGUI_ItemCat_CraftE = "Herstellen - Elektronik", IGUI_ItemCat_CraftC = "Herstellen - Schreinern", IGUI_ItemCat_CraftM = "Herstellen - Metalverarbeitung", IGUI_ItemCat_CraftT = "Herstellen - Schneidern", IGUI_ItemCat_CookI = "Kochen - Zutaten", IGUI_ItemCat_CookT = "Kochen - Utensilien", IGUI_ItemCat_CookU = "Kochen - Unvollendet", IGUI_ItemCat_FoodP = "Essen - Verderblich", IGUI_ItemCat_FoodN = "Essen - Nicht Verderblich", IGUI_ItemCat_FoodC = "Essen - Gewürze", IGUI_ItemCat_FoodB = "Essen - Getränke", IGUI_ItemCat_WepC = "Waffen - Handgemacht", IGUI_ItemCat_WepM = "Waffen - Nahkampf", IGUI_ItemCat_WepF = "Waffen - Schusswaffen", IGUI_ItemCat_WepA = "Waffen - Magazines", IGUI_ItemCat_Ammo = "Waffen - Munition", IGUI_ItemCat_WepB = "Waffen - Bomben", IGUI_ItemCat_WepP = "Waffen - Teile", IGUI_ItemCat_DrugR = "Drogen - Gelegenheit", IGUI_ItemCat_DrugM = "Drogen - Medizin", IGUI_ItemCat_SurvA = "Überleben - Erste Hilfe", IGUI_ItemCat_SurvC = "Überleben - Camping", IGUI_ItemCat_SurvF = "Überleben - Fishen", IGUI_ItemCat_SurvH = "Überleben - Jagd & Fangen", IGUI_ItemCat_SurvT = "Überleben - Werkzeug", IGUI_ItemCat_SurvTC = "Überleben - Werkzeug (Handgemacht)", IGUI_ItemCat_SurvCM = "Überleben - Kommunikation", IGUI_ItemCat_SurvFA = "Überleben - Landwirtschaft", IGUI_ItemCat_SurvCL = "Überleben - Reinigung", IGUI_ItemCat_LitR = "Literatur - Rezept", IGUI_ItemCat_LitE = "Literatur - Freizeit", IGUI_ItemCat_LitS = "Literatur - Fähigkeiten", IGUI_ItemCat_LitW = "Literatur - Schreiben", IGUI_ItemCat_LitC = "Literatur - Karten", IGUI_ItemCat_ElectG = "Electronik - Allgemein", IGUI_ItemCat_ElectC = "Electronik - Handgemacht", IGUI_ItemCat_ElectV = "Electronik - VHS & CDs", IGUI_ItemCat_ContainG = "Behälter - Allgemein", IGUI_ItemCat_ContainL = "Behälter - Flüssigkeiten", IGUI_ItemCat_FurnG = "Möbel - Allgemein", IGUI_ItemCat_FurnL = "Möbel - Licht", IGUI_ItemCat_FurnC = "Möbel - Behälter", IGUI_ItemCat_MechG = "Mechanik - Allgemein", IGUI_ItemCat_MechP = "Mechanik - Teile", IGUI_ItemCat_JunkG = "Müll - Allgemein", IGUI_ItemCat_JunkM = "Müll - Musik", IGUI_ItemCat_JunkS = "Müll - Aktivitäten & Sport", IGUI_ItemCat_JunkC = "Müll - Sammeln", IGUI_ItemCat_MiscK = "Verschiedenes - Schlüssel", IGUI_ItemCat_HobbyG = "Hobbies - Allgemein", IGUI_ItemCat_HobbyC = "Hobbies - Sammeln", IGUI_ItemCat_CharH = "Charakter - Hygiene & Fitness", IGUI_ItemCat_CharP = "Charakter - Haustiere", }


ItemName_DE:
ItemName_DE = { ItemName_Base.PaintBlack="Farbe - Schwarz", ItemName_Base.PaintBlue="Farbe - Blau", ItemName_Base.PaintBrown="Farbe - Braun", ItemName_Base.PaintCyan="Farbe - Cyan", ItemName_Base.PaintGreen="Farbe - Grün", ItemName_Base.PaintGrey="Farbe - Grau", ItemName_Base.PaintLightBlue="Farbe - Hell Blau", ItemName_Base.PaintLightBrown="Farbe - Hell Braun", ItemName_Base.PaintOrange="Farbe - Orange", ItemName_Base.PaintPink="Farbe - Pink", ItemName_Base.PaintPurple="Farbe - Violet", ItemName_Base.PaintRed="Farbe - Rot", ItemName_Base.PaintTurquoise="Farbe - Türkis", ItemName_Base.PaintWhite="Farbe - Weiß", ItemName_Base.PaintYellow="Farbe - Gelb", ItemName_Radio.TvAntique="Fernseher - Antik", ItemName_Radio.TvWideScreen="Fernseher - Premium Technologie", ItemName_Radio.TvBlack="Fernseher - ValuTech", ItemName_Base.Radio="Radio", ItemName_Radio.RadioRed="Radio - Premium Technologie", ItemName_Radio.RadioBlack="Radio - ValuTech", ItemName_Radio.RadioMakeShift="Radio - Improvisiert", ItemName_Radio.HamRadio1="Radio - HAM", ItemName_Radio.HamRadio2="Radio - Militär", ItemName_Radio.HamRadioMakeShift="Radio - Improvisiert HAM", ItemName_Radio.WalkieTalkie1="Walkie-Talkie - Toys-R-Mine", ItemName_Radio.WalkieTalkie2="Walkie-Talkie - ValuTech", ItemName_Radio.WalkieTalkie3="Walkie-Talkie - Premium Technologie", ItemName_Radio.WalkieTalkie4="Walkie-Talkie - Tactical", ItemName_Radio.WalkieTalkie5="Walkie-Talkie - Militär", ItemName_Radio.WalkieTalkieMakeShift="Walkie-Talkie - Improvisiert", ItemName_Base.LightBulbBlue="Glühbirne - Blau", ItemName_Base.LightBulbCyan="Glühbirne - Cyan", ItemName_Base.LightBulbGreen="Glühbirne - Grün", ItemName_Base.LightBulb="Glühbirne - Weiß", ItemName_Base.LightBulbMagenta="Glühbirne - Magenta", ItemName_Base.LightBulbOrange="Glühbirne - Orange", ItemName_Base.LightBulbPink="Glühbirne - Pink", ItemName_Base.LightBulbPurple="Glühbirne - Violet", ItemName_Base.LightBulbRed="Glühbirne - Rot", ItemName_Base.LightBulbYellow="Glühbirne - Gelb", ItemName_Base.BluePen="Kugelschreiber - Blau", ItemName_Base.RedPen="Kugelschreiber - Rot", ItemName_Base.Pen="Kugelschreiber - Schwarz", ItemName_Base.LogStacks4="Baumstamm Stapel Vierer", ItemName_Base.LogStacks3="Log Stapel Dreier", ItemName_Base.LogStacks2="Log Stapel Zweier", ItemName_Base.BookCarpentry1="Schreinern Vol. 1: Anfänger", ItemName_Base.BookCarpentry2="Schreinern Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookCarpentry3="Schreinern Vol. 3: Fortgeschritten", ItemName_Base.BookCarpentry4="Schreinern Vol. 4: Experte", ItemName_Base.BookCarpentry5="Schreinern Vol. 5: Meister", ItemName_Base.BookCooking1="Kochen Vol. 1: Anfänger", ItemName_Base.BookCooking2="Kochen Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookCooking3="Kochen Vol. 3: Fortgeschritten", ItemName_Base.BookCooking4="Kochen vol. 4: Experte", ItemName_Base.BookCooking5="Kochen Vol. 5: Meister", ItemName_Base.BookTailoring1="Schneidern Vol. 1: Anfänger", ItemName_Base.BookTailoring2="Schneidern Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookTailoring3="Schneidern Vol. 3: Fortgeschritten", ItemName_Base.BookTailoring4="Schneidern Vol. 4: Experte", ItemName_Base.BookTailoring5="Schneidern Vol. 5: Meister", ItemName_Base.BookTrapping1="Fallenstellen Vol. 1: Anfänger", ItemName_Base.BookTrapping2="Fallenstellen Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookTrapping3="Fallenstellen Vol. 3: Fortgeschritten", ItemName_Base.BookTrapping4="Fallenstellen Vol. 4: Experte", ItemName_Base.BookTrapping5="Fallenstellen Vol. 5: Meister", ItemName_Base.BookMetalWelding1="Metalverarbeitung Vol. 1: Anfänger", ItemName_Base.BookMetalWelding2="Metalverarbeitung Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookMetalWelding3="Metalverarbeitung Vol. 3: Fortgeschritten", ItemName_Base.BookMetalWelding4="Metalverarbeitung Vol. 4: Experte", ItemName_Base.BookMetalWelding5="Metalverarbeitung Vol. 5: Meister", ItemName_Base.BookElectrician1="Elektrisch Vol. 1: Anfänger", ItemName_Base.BookElectrician2="Elektrisch Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookElectrician3="Elektrisch Vol. 3: Fortgeschritten", ItemName_Base.BookElectrician4="Elektrisch Vol. 4: Experte", ItemName_Base.BookElectrician5="Elektrisch Vol. 5: Meister", ItemName_Base.BookMechanic1="Mechanik Vol. 1: Anfänger", ItemName_Base.BookMechanic2="Mechanik Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookMechanic3="Mechanik Vol. 3: Fortgeschritten", ItemName_Base.BookMechanic4="Mechanik Vol. 4: Experte", ItemName_Base.BookMechanic5="Mechanik Vol. 5: Meister", ItemName_Base.BookFishing1="Fischen Vol. 1: Anfänger", ItemName_Base.BookFishing2="Fischen Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookFishing3="Fischen Vol. 3: Fortgeschritten", ItemName_Base.BookFishing4="Fischen Vol. 4: Experte", ItemName_Base.BookFishing5="Fischen Vol. 5: Meister", ItemName_Base.BookFirstAid1="Erste Hilfe Vol. 1: Anfänger", ItemName_Base.BookFirstAid2="Erste Hilfe Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookFirstAid3="Erste Hilfe Vol. 3: Fortgeschritten", ItemName_Base.BookFirstAid4="Erste Hilfe Vol. 4: Experte", ItemName_Base.BookFirstAid5="Erste Hilfe Vol. 5: Meister", ItemName_Base.BookFarming1="Landwirtschaft Vol. 1: Anfänger", ItemName_Base.BookFarming2="Landwirtschaft Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookFarming3="Landwirtschaft Vol. 3: Fortgeschritten", ItemName_Base.BookFarming4="Landwirtschaft Vol. 4: Experte", ItemName_Base.BookFarming5="Landwirtschaft Vol. 5: Meister", ItemName_Base.BookForaging1="Nahrungssuche Vol. 1: Anfänger", ItemName_Base.BookForaging2="Nahrungssuche Vol. 2: Fortgeschrittener Anfänger", ItemName_Base.BookForaging3="Nahrungssuche Vol. 3: Fortgeschritten", ItemName_Base.BookForaging4="Nahrungssuche Vol. 4: Experte", ItemName_Base.BookForaging5="Nahrungssuche Vol. 5: Meister", }


Any feedback or suggestions to improve the translation are more than welcome
Kamui_Shiro 15 Mar, 2022 @ 10:54am 
A very small oversight/bug?
Cooking vol. 4 has the "vol" written with a lowercase V which makes it appear after Vol. 5
Cooking Vol. 4 should be correct
Kamui_Shiro 15 Mar, 2022 @ 12:05pm 
Immersive solar arrays seems to not be included correctly?
The inverter shows under Items
augustaugur  [developer] 15 Mar, 2022 @ 12:16pm 
Originally posted by Kamui_Shiro:
Immersive solar arrays seems to not be included correctly?
The inverter shows under Items

Thank you for the translation and pointing out some oversights. Sometimes even I can't catch my own mistakes, lmao. They will be incorporated into the mod in another incoming update. :steamthumbsup:
Kamui_Shiro 15 Mar, 2022 @ 3:02pm 
No problem, glad to be of help
Kamui_Shiro 15 Mar, 2022 @ 4:12pm 
Another quick patch for https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2056238799
if getActivatedMods():contains("LockpickingOnly") then -- LITERATURE - RECIPES TweakItem("FMJ.LockPickingMag","DisplayCategory","LitR"); TweakItem("FMJ.LockPickingMag2","DisplayCategory","LitR"); -- SURVIVAL - TOOLS CRAFTED TweakItem("FMJ.BobbyPin","DisplayCategory","SurvTC"); -- CRAFTING - GENERAL TweakItem("FMJ.BobbyPinRaw","DisplayCategory","CraftG"); end
Kamui_Shiro 15 Mar, 2022 @ 4:45pm 
Last quick patch for today
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2324223029
if getActivatedMods():contains("Tactical Weapons") then -- WEAPONS - CRAFTED TweakItem("TWeapons.HalberdSpear","DisplayCategory","WepC"); TweakItem("TWeapons.HalberdAxe","DisplayCategory","WepC"); TweakItem("TWeapons.SpearTKnife","DisplayCategory","WepC"); TweakItem("TWeapons.SpearTMachete","DisplayCategory","WepC"); TweakItem("TWeapons.SpearTBlade","DisplayCategory","WepC"); TweakItem("TWeapons.CHockeyStickWire","DisplayCategory","WepC"); -- WEAPONS - MELEE TweakItem("TWeapons.CHockeyStick","DisplayCategory","WepM"); TweakItem("TWeapons.LongSword","DisplayCategory","WepM"); TweakItem("TWeapons.MilitaryKnife","DisplayCategory","WepM"); TweakItem("TWeapons.TacticalKnife","DisplayCategory","WepM"); TweakItem("TWeapons.TacticalMachete","DisplayCategory","WepM"); TweakItem("TWeapons.TacticalTomahawk","DisplayCategory","WepM"); TweakItem("TWeapons.TacticalAxe","DisplayCategory","WepM"); TweakItem("TWeapons.TacticalBlade","DisplayCategory","WepM"); end
Kamui_Shiro 16 Mar, 2022 @ 3:43am 
Okay this is the longest patch that I did (way to many variations of the same item) for:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2530389024

if getActivatedMods():contains("SMUI") then -- CLOTHING - ACCESSORIES TweakItem("SMUIClothing.NightVisionGoggles","DisplayCategory","ClothA"); TweakItem("SMUIClothing.NightVisionMount","DisplayCategory","ClothA"); TweakItem("SMUIClothing.MilitaryWebbingSuspenders","DisplayCategory","ClothA"); TweakItem("SMUIClothing.M17Hood","DisplayCategory","ClothA"); TweakItem("SMUIClothing.M40Hood","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_M17","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_M40","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_Shemagh","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_ShemaghDown","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Glasses_MilitaryGoggles","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_ShemaghWoodland","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_ShemaghWoodlandDown","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_ShemaghDesert","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_ShemaghDesertDown","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_CavalryHat","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_BeretSpecial","DisplayCategory","ClothA"); TweakItem("SMUIClothing.MPBrassard","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_M17Doff","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_M40Doff","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCap","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapReversed","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapDesert","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapDesertReversed","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapDesertCombat","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapDesertCombatReversed","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapUrban","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapUrbanReversed","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapWinter","DisplayCategory","ClothA"); TweakItem("SMUIClothing.Hat_PatrolCapWinterDesert","DisplayCategory","ClothA"); -- CLOTHING - MISCELLANEOUS TweakItem("SMUIClothing.MOPPPackageTop","DisplayCategory","ClothM"); TweakItem("SMUIClothing.MOPPPackageBottom","DisplayCategory","ClothM"); TweakItem("SMUIClothing.MOPPPackageWrapper","DisplayCategory","ClothM"); -- CLOTHING - GENERAL TweakItem("SMUIClothing.Jacket_ArmyCamoGreen","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ArmyCamoGreenRolled","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ERDL","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ERDLRolled","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ArmyCamoDesert","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ArmyCamoDesertRolled","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_DesertCombat","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_DesertCombatRolled","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ArmyCamoUrban","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ArmyCamoUrbanRolled","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ODGreen","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Jacket_ODGreenRolled","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_CamoGreen","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_CamoGreenTucked","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_ERDL","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_ERDLTucked","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_CamoDesert","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_CamoDesertTucked","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_DesertCombat","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_DesertCombatTucked","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_CamoUrban","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_CamoUrbanTucked","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_ODGreen","DisplayCategory","ClothG"); TweakItem("SMUIClothing.Trousers_ODGreenTucked","DisplayCategory","ClothG"); -- CLOTHING - PROTECTION TweakItem("SMUIClothing.Hat_Army","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_ArmyHelmetStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmet","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetGogglesStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetNVGMount","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesert","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombat","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertGogglesStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatGogglesStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertNVGMount","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatNVGMount","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetRiot","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetRiotUP","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1Helmet","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetGogglesStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetWoodland","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetWoodlandStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetWoodlandGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetWoodlandGogglesStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetMitchell","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetMitchellStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetMitchellGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_M1HelmetMitchellGogglesStrapless","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryTacticalHelmet","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryTacticalHelmetGoggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_DH132","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_DH132Goggles","DisplayCategory","ClothP"); TweakItem("SMUIClothing.NBCSuit","DisplayCategory","ClothP"); TweakItem("SMUIClothing.NBCSuitHood","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Trousers_NBCPants","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Gloves_HazmatGloves","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Shoes_HazmatBoots","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetNVGUP","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetNVGDOWN","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertNVGUP","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertNVGDOWN","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatNVGUP","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Hat_MilitaryHelmetDesertCombatNVGDOWN","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Vest_ODGreen","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Vest_RangerBodyArmorWoodland","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Vest_RangerBodyArmorDesert","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Vest_MilitaryTacticalVest","DisplayCategory","ClothP"); TweakItem("SMUIClothing.Vest_MilitaryTankerVest","DisplayCategory","ClothP"); --CLOTHING - CONTAINERS TweakItem("SMUIClothing.Bag_MilitaryMedicalBag","DisplayCategory","ClothC"); TweakItem("SMUIClothing.Bag_CFP90PatrolPack","DisplayCategory","ClothC"); TweakItem("SMUIClothing.GasMaskBag","DisplayCategory","ClothC"); TweakItem("SMUIClothing.MilitaryWebbing","DisplayCategory","ClothC"); TweakItem("SMUIClothing.MilitaryWebbingTightened","DisplayCategory","ClothC"); TweakItem("SMUIClothing.MilitaryWebbingBag","DisplayCategory","ClothC"); TweakItem("SMUIClothing.MilitaryWebbingBagTightened","DisplayCategory","ClothC"); TweakItem("SMUIClothing.PistolBeltPouches","DisplayCategory","ClothC"); TweakItem("SMUIClothing.PistolBeltBag","DisplayCategory","ClothC"); -- WEAPONS - BOMBS TweakItem("SMUIClothing.M67Grenade","DisplayCategory","WepB"); end
augustaugur  [developer] 16 Mar, 2022 @ 8:08am 
Originally posted by Kamui_Shiro:
Another quick patch for https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2056238799
if getActivatedMods():contains("LockpickingOnly") then -- LITERATURE - RECIPES TweakItem("FMJ.LockPickingMag","DisplayCategory","LitR"); TweakItem("FMJ.LockPickingMag2","DisplayCategory","LitR"); -- SURVIVAL - TOOLS CRAFTED TweakItem("FMJ.BobbyPin","DisplayCategory","SurvTC"); -- CRAFTING - GENERAL TweakItem("FMJ.BobbyPinRaw","DisplayCategory","CraftG"); end

I've added all three patches and will push to a new mod version shortly. Thank you for all of your help, adding mod support for all the mods on the Workshop is best done as a community effort :)
Kamui_Shiro 16 Mar, 2022 @ 10:34am 
Happy to help, hope that more ppl start using this mod
< >
Showing 1-15 of 35 comments
Per page: 1530 50