Project Zomboid

Project Zomboid

Viperel's Recycling Center
Showing 1-10 of 43 entries
< 1  2  3  4  5 >
Update: 12 Jan @ 9:38am

something broke with the B42 version update, reverted the change till i figure it out

Update: 12 Jan @ 7:06am

Changelog 42 brings support for Build42. (Nothing changed for B41)

- Most QoL recipes are now implemented in vanilla. The only ones remaining are Making Glue, Jam, Pasta
- You can skill Color bulbs and mix Paints.

- Scrapping Aluminium cans will give Aluminium fragments (new vanilla item which will be used later in B42)
- Scrapping Jewelry will now give Silver or Gold Scrap (new vanilla items which will be used later in B42)

- Ripping all underwear and leather items is still available, it gives a little Tailoring EXP + a 20% chance to get Thread.

- Vehicle parts recycling not yet implemented.

Note: Almost all recipes can be found in the crafting menu under Recycling & Paints.
Note2: I decided to retire the old method used in B41 for scrapping things into metalscrap, as it was only a rough implementation due to vanilla limitations. In B42 most things can be smelted by using a furnace, so I will improve on that vanilla mechanic instead, for realism.

Update: 21 Apr, 2023 @ 12:27am

- Equipped items are now also excluded from dismantling (previously only favorited items were)
- Added recipes for Canned Potato/Tomato/Carrot
- Renamed the glass bottles from generic "Empty Bottle" into Empty Bottle (Glass). The usual plastic ones remain the same.

Update: 15 Apr, 2023 @ 12:46am

- Updated the code for scrapping Accesories/Watches, it now can use ALL inventories on your character (equipped bags) and will work properly each time (many thanks to JS for the fix)

Update: 13 Apr, 2023 @ 5:41am

Hotfix: the jewelry/accessories need to be in your inventory (crafting from the floor is disabled as no metal was given)

Update: 13 Apr, 2023 @ 5:01am

RecyclingCenter & Recycle_QoL
--------------------------

- Moved Ripping Clothes recipes into RecyclingCenter module, as that's where all other dismantling recipes are
- Fixed more typos (maybe final version so i can implement some requested translations)

Reworked how dismantling Accessories/Classic Watches works, to reach a point where i'm happy with how it works. My main itch was that the default PZ recipes don't allow multiple counts of multiple items to be used from within a recipe. This vanilla limitation made it pretty useless most of the time as there are 40+ items and you required the EXACT item x3 times. Inthe same time getting 1 scrap from one jewel is severely OP/broken from my point of view.

The system has been updated as follows:

  • Instead of requiring three of the same accessory or classic watch, you now only need ANY three items to create one ScrapMetal.
  • You will now receive the minimum Metalworking XP when doing this (0.25 xp).
  • All these items need to be in your inventory now when dismantling. (using them from the floor will not work properly - vanilla crafting issue)

    Note that if you have less than 3 items available, you won't receive any metal, just the XP.

Update: 11 Apr, 2023 @ 3:10am

RecyclingCenter & Recycle_QoL
--------------------------
- Fixed several typos in accessories
- Fixed the "Hammer" being recycled even if favorited
- Recipes with EXP renamed for better immersion (note that recipes with BREAK will not yield anything except strength exp)
- only x5 Beverage cans are required for recycling them into aluminum (down from x10)
- changed the old Sturdy Stick recipe from common household items to give Spears (as they are more useful)

Update: 13 Mar, 2023 @ 5:19am

Fixed a typo causing the server to Terminate

Update: 13 Mar, 2023 @ 4:51am

Recycle_QoL
------------------

- Make Fruit Jam out of Berries, Strawberries, Radishes and Carrots (requires heat)
- Turn meat from traps into Dried Meat, it's not as fulfilling but it's not perishable
- Make Pasta recipe
- Craft Leather Jeans (in vanilla they are very rare but have higher scratch resistance than Firefighter pants)
- Crafting Gunpowder
- Removed recipe to make baseball bat from planks (only the Log variant remains)

Update: 9 Mar, 2023 @ 10:15pm

Recycle_QoL
-----------------
Now able to open cans with a Kitchen/Hunting Knife or Cleaver


RecyclingCenter
---------------------
old code leftovers cleanup