Project Zomboid

Project Zomboid

Not enough ratings
Useful Junk
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
71.159 KB
20 Jun @ 6:14am
22 Jun @ 4:16am
4 Change Notes ( view )

Subscribe to download
Useful Junk

In 1 collection by  MisterFossil 
Fossil's Project Zomboid Mods
2 items
Description
Tired of the piles of useless rubber bands, razors, straws, dryer lints...?
This mod aims to change that a little bit.

It mainly makes most of the junk items burnable but also adds a few useful recipes which you might find extra useful for winter runs.

New recipes:

> Cut up soccer, football, tennis etc. balls to get burnable scrap.
> Cut rubber band into fishing lure

Modified items are:

* Dryer Lint
* Rubber Band
* Razor
* Camera Film
* Cat Toy
* Checker Board
* Chopsticks
* Comb
* Credit Card
* Dog Toy
* Doll
* Knitting Needles
* Frame
* Straw
* Toothbrush
* Toy Bear
* Toy Car
* Wooden Cutting Board
* Yoyo

Thanks to Zen from Србија for being a cutie pookie and helping out with code.

Workshop ID: 3504197563
Mod ID: MR_Useful_Junk
13 Comments
 MisterFossil   [author] 30 Jun @ 11:00am 
It's possible, but the problem is with how PZ treats all the pipes as all the same, no matter if they're carved from wood or made out of ceramic – I'll think about it and maybe add a new pipe type?
Loccatpowersdog 27 Jun @ 6:14pm 
As an idea what about carved smoking Pipes as burnable, would they still function?
 MisterFossil   [author] 23 Jun @ 1:54am 
Sure thing, thank you for the kind words :spiffo:
eidemon 23 Jun @ 12:56am 
very good idea, i hope you add more things!
 MisterFossil   [author] 22 Jun @ 3:19am 
Oh, that's very nice of you! Thanks Zen, I've added the code you've posted, although without the balls and the stapler – you gave me a great idea though – a recipe to deflate them or cut them up first (so they don't explode violently in fire) plus a recipe to dissasemble the stapler and other metal-plastic things, take care!
Zen 21 Jun @ 10:41pm 
To make you easier...


Patch("Base.BackgammonBoard","Tags","IsFireFuel")
Patch("Base.BackgammonBoard","FireFuelRatio","2")

Patch("Base.ChessWhite","Tags","IsFireFuel")
Patch("Base.ChessWhite","FireFuelRatio","2")

Patch("Base.ChessBlack","Tags","IsFireFuel")
Patch("Base.ChessBlack","FireFuelRatio","2")

Patch("Base.GamePieceBlack","Tags","IsFireFuel")
Patch("Base.GamePieceBlack","FireFuelRatio","2")

Patch("Base.GamePieceRed","Tags","IsFireFuel")
Patch("Base.GamePieceRed","FireFuelRatio","2")

Patch("Base.GamePieceWhite","Tags","IsFireFuel")
Patch("Base.GamePieceWhite","FireFuelRatio","2")

Patch("Base.Bricktoys","Tags","IsFireFuel")
Patch("Base.Bricktoys","FireFuelRatio","2")

Patch("Base.PokerChips","Tags","IsFireFuel")
Patch("Base.PokerChips","FireFuelRatio","2")


...
Zen 21 Jun @ 10:40pm 
...Limit of 1K characters for comments so this is second part:



Patch("Base.Dice","Tags","IsFireFuel")
Patch("Base.Dice","FireFuelRatio","2")

Patch("Base.Stapler","Tags","IsFireFuel")
Patch("Base.Stapler","FireFuelRatio","2")

Patch("Base.Baseball","Tags","IsFireFuel")
Patch("Base.Baseball","FireFuelRatio","2")

Patch("Base.Basketball","Tags","IsFireFuel")
Patch("Base.Basketball","FireFuelRatio","2")

Patch("Base.Football","Tags","IsFireFuel")
Patch("Base.Football","FireFuelRatio","2")

Patch("Base.GolfBall","Tags","IsFireFuel")
Patch("Base.GolfBall","FireFuelRatio","2")

Patch("Base.Poolball","Tags","IsFireFuel")
Patch("Base.Poolball","FireFuelRatio","2")

Patch("Base.SoccerBall","Tags","IsFireFuel")
Patch("Base.SoccerBall","FireFuelRatio","2")

Patch("Base.TennisBall","Tags","IsFireFuel")
Patch("Base.TennisBall","FireFuelRatio","2")


You can just add those to script and maybe change FireFuelRatio if you like.
Zen 21 Jun @ 10:09pm 
Maybe this help a little
Junk from PZwiki [pzwiki.net]
Construct 20 Jun @ 9:20pm 
really neat idea! I think being able to use rubber bands as a makeshift binding material would be super cool
 MisterFossil   [author] 20 Jun @ 7:48am 
I'm glad you like it, have fun!