NerdScurvy
New member
SalvagedLatheSchematic has not been included in loot.xml
Yup, my bad. Will fix shortly.Is salvaged bats missing a progression entry? Cannot craft lathe or mods.
Maybe, but there is already an SDX mod by Three08 for remote cameras.Can you do this with a TV with a camera attached, watching TV to see the zombies outside? your base
You don't need SDX to make the 4 things you want, and I made some video tutorials that will teach you how to easily do this. You can find those links in the tutorial section. Start here: https://7daystodie.com/forums/showthread.php?72130-Creating-and-Exporting-Models-from-Unity-for-use-in-7D2DI don't use SDX any more I have lots of problems with it I was using an elevator for my hotel in A16.4 I added a phone booth to the SDX and the program swapped the elevator and changed it to a phone booth it's hard to ride a phone booth in an elevator shaft lol
I know you have done a lot of work on the flags in unity I wonder if you can help me please to make 4 small items for my Castle The link below has my textures in order
1. Black Knight Reliable Bridge Security Poster "need this on a Block"
2. Black Knight Hanging Pub Sign "need this on a Block"
3. Black Knight Castle Coat of Arms "need this on a Block" so I can place it on my castle wall"
4. Black Knight Coat of Arms "need this on a Flag".
https://photos.google.com/album/AF1QipNF1G1Nlt67zj2kBqNJr8eXKOa_eCpgqGPN1mut
Do you think you can help with this
Best regards
Brian
You can edit the loot.xml file. Easiest way would be to increase the number of times the rubber lootgroup is listed in the JunkItems lootgroup. So this would triple the chance of rubber items over other types:Hey Xyth! Is there a way to increase the probability of the Junk Items? I added a recipe to craft Scrap Polymers using Acid, Oil, Glue, Cotton and Scrap Rubber. Only problem is I can NOT find scrap rubber anywhere. I think since I installed the mod a week ago, I have found like one rubber item.Even with loot cranked up to 500%, and the Dev Loot Glasses.
Awesome! THX!You can edit the loot.xml file. Easiest way would be to increase the number of times the rubber lootgroup is listed in the JunkItems lootgroup. So this would triple the chance of rubber items over other types:
<lootgroup name="itemJunk">
<item group="paperJunk" />
<item group="steelJunk" />
<item group="rubberJunk" />
<item group="rubberJunk" />
<item group="rubberJunk" />
<item group="mechanicalJunk" />
<item group="electricJunk" />
<item group="clothJunk" />
<item group="plasticJunk" />
<item group="woodJunk" />
<item group="stoneJunk" />
<item group="brassJunk" />
<item group="ironJunk" />
<item group="electronicJunk" />
<item group="glassJunk" />
<item group="leadJunk" />
</lootgroup>
Alternatively, you could just add the scraprubber item directly into the vanilla <item group="itemJunk" /> group list with it dropping multiple counts