Project Zomboid

Project Zomboid

[B42/41] Customizable Containers
Showing 11-20 of 68 entries
< 1  2  3  4  5  6  7 >
Update: Nov 6, 2023 @ 8:01am

Hotfix Update V4.0.1

- Altered Poster Text Thickness (Slightly Bolder; Easier to Read at 256x256)

- Fixed Power Consumption Multiplier Bug for Refrigerators (Caused by stupid Game Limitation)
- Fixed a Few Half Crates not being Stackable
- Fixed "Object has no custom name defined" Error

- Removed missed "Testing" Tilesheet

Update: Nov 5, 2023 @ 9:21am

Major Update V4.0 [The Code Refactoring Update Part 3: Tiered Storage... Again]

With this Update comes a new Poster! And a lot more Container Types, including the very first multi-tiled Container! I also managed to get Vanilla Rotation working, which means fewer script-based containers overall. I spent some time trying to figure out the Oven issues, but was unsuccesful, so I finally decided to remove them from the mod. Rotation is now handled by the vanilla system, instead of my own, took some time to get it to work, but works like a charm now!

- Added a New Mod Poster
- Added 5 New Tiered Storage Types[imgur.com]
- Added Custom Sprites for every New Container (232 Total; 20 Unique)
- Added Custom Icons for New Container Types (20 Total)
- Added Vanilla Implementation for Rotating Containers (No more South/East/West/North in Names)
- Added Hammer Pickup/Place Tool Requirement for All Containers Types
- Rebalanced Material Requirements to Craft Crates
- Rebalanced Weight for All Container Types
- Adjusted Black Crate Sprites
- Changed Pickup level for All Container Types to "0"
- Updated Mod Support for darlak's Ammo Pouch (Over 100 New Containers)
- Updated Simple Chinese Translation (Thanks to [ExG]Mebius!)

- Fixed Black Crush on Black Crates
- Fixed Low Capacity for GI Duffelbag from SMUI
- Fixed Excessive Capacity for Assault Backpack from Clothes Box

- Removed Ovens & All Code Relating to them (Caused Crashing deemed Unfixable)
- Removed Directionality/Rotation Code for Containers (75% Fewer Containers for ones with Rotation)


New Tiered Storage Types:
Colored Half-Crates
Ice Freezer/Popsicle Fridge (Multi-tiled)
Metal Crates
Cardboard Boxes
Metal Cabinets

Added Mod Support for:
Hello Kitty Backpacks
Goth Backpacks & Bags
Bra Storage
zRe ARMOR PACK
Bianca Boxes
STALKER Armor Pack

Update: Sep 17, 2023 @ 6:02pm

Hotfix Update V3.91

OVENS WILL BE REMOVED IN THE NEXT MAJOR UPDATE

- Fixed misplaced code checking Clothing without Capacity and WeightReduction Values causing them to not be able to be Equipped

Update: Sep 17, 2023 @ 4:13pm

Major Update V3.9 [The Code Refactoring Update Part 2: Tiered Storage]

This Update Removes Files, so for Servers Having Issues: How to Fix Updated Mods[theindiestone.com].

"Dynamically Selected Respawnable Containers" has been a long awaited feature for me, and has taken me a really long time to get right. It will replace "Respawn Recipes" completely. I no longer need to add additional code for EACH mod, so it will save me a lot of time. There's also a fail-safe in place, the Container has to be emptied before Respawning it, so no need to worry about losing Items! Also Rotation of Tiered Storage is now through Lua(and also Dynamic, no need to manually add them)! Upgrading Tiered Storage is also now through lua, but still requires a small amount of manual interaction.
I was also able to FINALLY Fix the LONG standing bug for Randomized Options, where Satchels, Fanny Packs or basically anything that doesn't equip on your Back gets deleted and then replaced with a new item, I'm very happy that I was able to fix this! :D

- Added Completely New Lua Code for Handling Respawning Containers
- Added Completely New Lua Code for Handling Rotation of Tiered Storage
- Added Completely New Lua Code for Handling Upgrading Tiered Storage
- Added Code to Fix Containers Changing Values when Equipped (Fix for Randomized Options)
- Added 3 New Tiered Storage Types (With Directionality)[imgur.com]
- Added Custom Sprites for every Type (96 Total; 3 Types)
- Added Custom Icons for Every Type
- Added Higher Resolution for 2x Textures; compiled to 2048x2048 instead of 1024x1024
- Added 'SatchelWearable' Tables for Mods that Add Satchels
- Added New Sandbox Option "Respawnable Containers"
- Added Czech Translation (Thanks to MeNameDanny!)
- Rebalanced Requirements for Crafting Tiered Storage (New Items; Higher Material Cost & Level Requirements; Scales Linearly with Tiers)
- Rebalanced Requirements for Upgrading Tiered Storage (In line with the Normal Recipes)

- Updated Mod Support for Pump Pury
- Updated Mod Support for KI5's Vehicle Collection
- Updated Mod Support for ExtraNoise's Vehicle Collection
- Updated Mod Support for Two Weapons On Back + Modded Bags

- Removed All Code for Respawn Recipes
- Removed "Respawn Token" Item
- Removed All Rotate Recipes
- Removed All Upgrade Recipes

- Fixed Chance for Satchels to Reset their "CanBeEquipped" value
- Fixed Modded Satchels Equipping as the Vanilla Satchel
- Fixed a few KI5 Vehicle Tables


New Tiered Storage Types:
Military Lockers
Small Military Lockers
Small Chests

KI5 Vehicles Added:
'67 Shelby GT500
'89 Dodge Caravan

ExtraNoise Vehicles Added:
1993 900 Turbo
2021 Ford Bronco
1972 AMC Javelin

Added Mod Support for:
More Bags
Overlooked Military Surplus
Swat Armor
darlak's Ammo Pouch

Update: Aug 14, 2023 @ 9:43pm

Update V3.82

- Added 3 Missing Vanilla Duffelbag Variations (Trauma, Military, Toolbag)
- Added Disclaimer to Oven Recipes (Known to Cause Crashes)
- Added New Recipe Code for the Respawn Token when "Respawn Recipes" is Enabled

- Fixed Missing Options for Satchels under "Advanced Customizable Characteristics"
- Fixed Misnamed Options under "Advanced Customizable Characteristics"

Added Mod Support for:
Two Weapons On Back + Modded Bags
zRe USMC Armory

Update: Jul 31, 2023 @ 9:58pm

Hotfix Update V3.81

- Updated Mod Support for Small Town Responders (Added Backpacks)

- Fixed SMUI Support not Executing the Proper Code when the Mod was Enabled

Update: Jul 29, 2023 @ 11:54am

Major Update V3.8 [The Code Refactoring Update]

This Update Removes Files, so for Servers Having Issues: How to Fix Updated Mods[theindiestone.com].

This is a MAJOR refinement update and the Biggest I've EVER released! It's purpose is to make the code less intensive by completely replacing most of the code and localizing functions, adding tables to make the code much less repetitive, which in turn makes it easier for me to add support for modded vehicles(since it's been the most taxing and time-consuming thing to add), other mods and updating support for existing ones. The File Size Reduction for Lua code is a Whopping 67%! I've also added explanations to the code to make it easier for people to parse and learn from.

- Added Completely New Code for WeightReduction (Includes all Functions; Randomized, Static, Percentage)
- Added Completely New Code for Capacity (Includes all Functions; Randomized, Static, Percentage, RunSpeedModifier)
- Added Completely New Code for Weight
- Added Completely New Code for Vehicles
- Added Completely New Code for Recipe Detection for Tiered Containers(from 255KB to 4KB!)
- Added Completely New Code for Recipe Detection for Supported Mods
- Added a Sandbox Option for Craftable Fanny Pack
- Added Detailed Tooltips for most Sandbox Options
- Altered Customizable Clothing Functions (Should now be much less intensive)
- Added a Known Compatible/Incompatible Mod List Under the FAQ
- Updated RemoveRunSpeedModifier Tooltip ("RunSpeedModifier" Doesn't do Anything)
- Updated Misc Container Tooltip to reflect No Longer just Supporting Hydrocraft
- Updated Mod Support for KI5's Vehicle Collection
- Updated Mod Support for Tsar's Vehicle Collection
- Updated Mod Support for Authentic Z (Current, Backpacks+ & Lite)
- Updated the Simple Chinese Translation (Thanks to [ExG]Mebius!)

- Replaced Mod Support for Shark's Law Enforcement Overhaul (Hidden on the Workshop)
- Replaced Mod Support for Shark's and Peach's Military Uniform Improvements (Hidden on the Workshop)
- Removed Mod Support for RewardableKills (Should've done this a long time ago)

- Fixed Chance for Containers to not Keep their Weight after Relogging
- Fixed Green Refrigerators using the Wrong WorldObjectSprites
- Fixed Tier 7 Black Crate Upgrade Giving the Wrong Item
- Fixed a Tooltip Displaying Wrong Container Type
- Fixed Missing SatchelVars for Small Town Responders
- Fixed Custom - Satchel Percentage showing Container instead
- Fixed RunSpeedModifier not Looping some Tables Properly


KI5 Vehicles Added:
'93 Ford CF8000 Elgin Street Sweeper
'69 Chevrolet Camaro
'93 Ford Mustang SSP
'63 Volkswagen 1300 Beetle
'91 Geo Metro

Tsar Vehicles Added:
Autotsar Tuning Atelier - Dadsun 240Z '69
Autotsar Tuning Atelier - Fjord Mustard '66

ExtraNoise Vehicles Added:
1979 450SL
1992 Legacy Wagon
1985 Civic Wagovan
1987 Countach
1982 Brat
1985 Fiero
1984 Bronco II
1990 Lumina APV & 1991 Silhouette

Cyt Vehicles Added:
XM93 CBRN
BRDM-2
The HEMTT Vehicle Series
Mercedes-Benz W463 G-Wagen
Chenowth Desert Patrol Vehicle
Mercedes-Benz 290 GD
'93 FJ75 Land Cruiser Pickup
Armored International 4700 Truck
'90 Mercedes-Benz Unimog U1550L
'92 McLaren F1
Armored Mustang GT
M113A2 Armored Personnel Carrier
'89 Vauxhall Astra
'90 Mercedes-Benz 190E 2.5-16 Evolution II
Mercedes-Benz SL Class 500
Interim Fast Attack Vehicle

Added Mod Support for:
ExtraNoise's Vehicle Collection
fhqwhgads' Vehicle Pack - The Motorious Zone
Cyt's Vehicle Collection
BasedBackpack
Wasteland Canid's Tactical Pack
SMUI, SLEO, & SRPS (Replacement for the Official Mods)
FOOL's New Containers (Altered by Misc Containers Options)

Update: Apr 15, 2023 @ 5:13pm

Hotfix Update V3.71

- Added the New sandbox-options file

Update: Apr 15, 2023 @ 4:56pm

Major Update V3.7 [The Percentage Update]

Hello! It's been a while :) This Update brings User Customizable Values for Percentages! It also allows you to set a value below 100% if you wish to use that. The only limitation in place is caused by the game itself, by not allowing Capacity, or WeightReduction Values with Decimal Points(without spitting out Errors). The Minimum Value for both WeightReduction and Capacity is 0.01(1%; it's quantified as a double value i.e decimals making 1.0 equal to 100%) and the Maximum Value is 200(20000%!)

- Added User Customizable Values for WeightReduction Percentage
- Added User Customizable Values for Capacity Percentage
- Added a New Minimum Static Value for Capacity (0)
- Added Support for iBrRus' Mod Checker
- Added Ukrainian Translation (Thanks to Serhii!)
- Updated Mod Support for Brita's Armor Pack
- Updated Mod Support for Shark's and Peach's Military Uniform Improvements
- Updated Mod Support for KI5's Vehicle Collection
- Updated Mod Support for KI5's Bike Collection
- Updated Mod Support for Tsar's Vehicle Collection

- Fixed Insurgent - Black Ops Profession not Working
- Fixed Multiple Errors Caused by KI5's Vehicle Collection Support
- Fixed an Error Caused by Tsar's Vehicle Collection Support
- Fixed Multiple Errors Caused by Authentic Z Support (Balanced Option)
- Fixed Paw Low Loot Backpacks not working Correctly

Added Mod Support for:
The Division Backpack
Vanilla DuffelBag Tweak
Modified Backpacks
zRe Vaccine ReMod
Savotta Backpacks
Sling Bags

KI5 Vehicles Added:
'93 Lincoln Town Car
'89 Isuzu Trooper
'69 Mini Mk2
'90 Pierce Arrow Pumper
'90 Ford F350 Ambulance
'92 Ford Crown Victoria Police Interceptor

KI5 Bikes Added:
'90 Zanella 50cc Delivery Scooter

Tsar Vehicles Added:
Autotsar Tuning Atelier - Bumer 36E

Update: Feb 26, 2023 @ 1:28pm

Hotfix Update V3.63

- Fixed the Error on Startup caused by KI5 Vehicle Support