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

Sols A17 Mod(let)s

These sound interesting, but some pics or a yt video of them in action might encourage people to add them.

 
Updates made.


See Github for details.






These sound interesting, but some pics or a yt video of them in action might encourage people to add them.
Thanks for the suggestion.

 
How does the chicken coop work, exactly? (I paged through the thread looking for an answer already, but it's entirely possible I missed it by skimming. If so, I apologize.)

 
Build chicken coop

craft a nest from fibers

upgrade coop with nest (any tool that can upgrade blocks can be used)

upgrade again with an egg

Craft chicken feed from corn

When a chicken appears upgrade with feed

After awhile you can interact with it to gain loot, then upgrade with feed again :)

 
Ah, thank you! I couldn't for the life of me figure it out... kept trying to use the nest on the coop, heh.

 
Gonna try out the blade trap upgrades. Sounds like exactly what I was looking for!

 
Last edited by a moderator:
Finally got around to playing again since I added the blade trap upgrade mod. I love the idea of it and haven't honestly tested the new traps yet, but it seems I can no longer pick my traps up. I even spawned in some new vanilla traps and then some of yours and I couldn't pick any of them up.
I wanna gonna pick mine up and use them to craft the new ones, but when I hold E on them, I get the cursor popping up, but the center area around it is blank.

EDIT- Well, I removed the mod to test it, and I still can't pick my traps up. So, not sure what is wrong.
Have you placed your Land Claim Block? Might try destroying it and placing a new one. Sounds like that may be the problem. But, Idk.

 
Yeah, just edited my post. Somehow it had become inactive even though I've never even crafted another one to place.

 
Can someone help me, I wanna farm snowberrys , I have the modlet and enough berry but it is still not letting me craft. What do I need to unlock. I have lvl 2 of Living of the Land and yes the modlet was installed from the start of the world

 
Can someone help me, I wanna farm snowberrys , I have the modlet and enough berry but it is still not letting me craft. What do I need to unlock. I have lvl 2 of Living of the Land and yes the modlet was installed from the start of the world
Hello,

I have the same problem. It's most likely caused by deletion of progression.xml file which should allow you to unlock the recipe by investing into Living of the Land perk.

This is the content of the original progression.xml file that was deleted:

Code:
<configs>
<append xpath="/progression/perks/perk[@name='perkLivingOffTheLand']/effect_group/passive_effect[@level='1,5']/@tags">,plantedSnowberry1</append>
</configs>
Source: https://github.com/digital-play/7dtd-a17-mods-sol/commit/4c4709c4b3821dd40b60174a3e3d5ff46cb6a1d1#diff-600eb33ffe3b7c6e91cbcf61258b672a

The trouble is that even if you re-added progression.xml to make this mod work, since you already have level 2 of this perk in your current save, you will probably need to "re-learn" it another way and there is no such way at the moment. I might come up with a workaround, perhaps in form of a custom recipe book to fix this problem, but please note that I'm not much of a modder, so I may not be able to do this, but I can try. If someone more experienced would like to help us with this, it will be very appreciated.

As to why would the author delete this file which is crucial for this mod to work, I don't know, perhaps they removed it by accident.

 
You may be able to change the recipe call and remove the "learnable" tag as a quick fix , but i do think the deletion of progression xml may have been an accident.

Code:
<configs>
<append xpath="/recipes">

	<recipe name="plantedSnowberry1" count="1" craft_time="1" [color="#FFD700"]tags="learnable"[/color]>
		<ingredient name="resourceCropSnowberryPlant" count="4"/>
	</recipe>

</append>
</configs>
 
You may be able to change the recipe call and remove the "learnable" tag as a quick fix , but i do think the deletion of progression xml may have been an accident.

Code:
<configs>
<append xpath="/recipes">

	<recipe name="plantedSnowberry1" count="1" craft_time="1" [color="#FFD700"]tags="learnable"[/color]>
		<ingredient name="resourceCropSnowberryPlant" count="4"/>
	</recipe>

</append>
</configs>
Thank you very much for trying to help, but it looks like re-adding progression.xml file helped. At least it helped me and the recipe shows as active now. PS: I had Living of the Land perk upgraded to the max before doing this, so it should work for others too.

 
Perhaps Sinz is not aware of this he/she has not been active on forums as of late

Hopefully your supplying the progression xml code will work for all others .. fingers crossed

 
Last edited by a moderator:
Perhaps Sinz is not aware of this he/she has not been active on forums as of late

Hopefully your supplying the progression xml code will work for all others .. fingers crossed
Well, I looked it up on his github directly and "rescued" the deleted content, so it's the original file and not my creation. I simply copied its content, created progression.xml file and pasted that content into that file and saved it into Config directory of this mod in my game.

 
Im not sure where Im reading that bit of code any help I would be very greatful
1. In your game directory, you need to open the directory where you have this mod installed. In my case it is Mods\Snow Berry Farming.

2. In that folder you should have another folder called Config, open it.

3. Open Notepad and paste this code inside:

Code:
<configs>
<append xpath="/progression/perks/perk[@name='perkLivingOffTheLand']/effect_group/passive_effect[@level='1,5']/@tags">,plantedSnowberry1</append>
</configs>
4. Save it as progression.xml into the same Config directory you just opened.

Alternatively, you can grab progression.xml file from this link I just created for your convenience. :) You still have to place that file into Config directory of this mod. I hope this helps!

This is as detailed as my english knowledge allows me to go. If someone can explain better, please feel free to do so, thank you.

 
Hi Everyone,

I am the owner of Digital Play where Sol was one of my developers/mods and who created the modlets before he took a gap year for his university studies. I have gone in and restored the progression file that was accidentally deleted, sorry for the inconvenience.

Thanks

SnowWhite.

 
I am looking at this for A18 - it only just became stable a week ago. I will update it - try it on my public server first and if all is well release it on our github.

 
Back
Top