• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Additional color mods

Gareee

Tester
I know there's a mod to add recipes to craft color mods.

It looks like we can change and add additional color mods pretty easily... had anyone already seen a mod to add new color mods? The green and blue are too dark, and my wife wants yellow and purple.

 
I know there's a mod to add recipes to craft color mods.
It looks like we can change and add additional color mods pretty easily... had anyone already seen a mod to add new color mods? The green and blue are too dark, and my wife wants yellow and purple.
https://www.dropbox.com/s/u4wbmv3irlpjsdm/MoreDyes.zip?dl=0

How's this? I also added icons for them (though a hasty functional version of each color), but you now have an equal chance to find yellow and purple dyes.

7D2D_Purple.jpg

7D2D_Yellow.jpg

 
Last edited by a moderator:
And add them to loot.xml

Code:
<append xpath="/lootcontainers/lootgroup[@name='dyes']">
   <item name="modDyeYellow"/>
   <item name="modDyePurple"/>
</append>
 
And add them to loot.xml

Code:
<append xpath="/lootcontainers/lootgroup[@name='dyes']">
   <item name="modDyeYellow"/>
   <item name="modDyePurple"/>
</append>
Ha thanks, you know I forgot something. For some reason I thought they were rolled into a group of dyes and didn't require explicit inclusion. I'll update that right away.

 
https://www.dropbox.com/s/u4wbmv3irlpjsdm/MoreDyes.zip?dl=0
How's this? I also added icons for them (though a hasty functional version of each color), but you now have an equal chance to find yellow and purple dyes.
giphy.gif


 
Back
Top