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

Gopher's Modlets (NOT AN ALL IN ONE PACK!)

Quick side note: Please disregard all previous mod posts of mine as all my mods are now listed here...

If this post makes no sense at all, please let me know...... :p

 
Quick side note: Please disregard all previous mod posts of mine as all my mods are now listed here...If this post makes no sense at all, please let me know...... :p
Just a suggestion to help cleanup your links, and present your mods/modlets.

*To get the actual table format just reply with quote to look how its built.*

[table=width: 600, class: grid, align: center]

[tr]

[td]Mod Name[/td]

[td]Link[/td]

[td]Short Description[/td]

[td]Credits[/td]

[/tr]

[tr]

[td]"Mod name here"[/td]

[td]"Link here"[/td]

[td]"Short Desc here"[/td]

[td]"your name here"[/td]

[/tr]

[/table]

Once you get the template down it is ez-pz to add more to expand it. ;)

Maybe also get a file distribution deal, like git, onedrive, dropbox, etc., just makes it easier than using the forums version.

 
Last edited by a moderator:
FYI: As far as I know, the Mods website only hosts "links" and pics that point to other places ( like this forum, github, gitlab, nexusmods, etc) where you've stored your code/files. I like it as its a really nice place to showcase your mods if you fill out the forms (once you've stored your mod on a place like mentioned.

Mod Upload Page: https://7daystodiemods.com/mod-upload/ (No file uploads. Only mod submission form. The title of the page causes some misunderstandings. Soon we may change the title.) This page will always be there if anyone wants to use it.
 
FYI: As far as I know, the Mods website only hosts "links" and pics that point to other places ( like this forum, github, gitlab, nexusmods, etc) where you've stored your code/files. I like it as its a really nice place to showcase your mods if you fill out the forms (once you've stored your mod on a place like mentioned.
Yes you are correct on that ...my bad and I read it as 'Mod Upload' so is a confusing title on the site :(

Ragsy !!

 
Yeah, they named the "upload" form really badly, whomever whey are. There's a blurb on their site about changing it.

Also: I have some mods too and I also noticed that someone has been loading into that website for me. I had planned on doing it myself but, hey, free lunch for me I guess.

 
I don't mind altering my mod "BETTER PERKS: LUCKY LOOTER". But at least give credits. Even the // are still in the XML (without any use this time, because you just removed the "Lucky Looter Revamped"). You even just replaced <Claymore> with <Gopher> and rewrite the Localization.txt. Not a good start, buddy. It took my quite a long time to figure out the correct values for my mod. And this is the reason, why I'm a bit upset about a copycat move.

Proof:

"Your" XML:

Code:
<Gopher>
//
<append xpath="/progression/perks/perk[@name='perkLuckyLooter']/effect_group">
<passive_effect name="LootDropProb" operation="perc_add" level="1,5" value="6.67,33.33"/>
</append>
</Gopher>
My XML:

Code:
<Claymore>
// Lucky Looter Revamped
<append xpath="/progression/perks/perk[@name='perkLuckyLooter']/effect_group">
<passive_effect name="LootDropProb" operation="perc_add" level="1,5" value="6.67,33.33"/>
<passive_effect name="LootQuantity" operation="perc_add" level="2,5" value="1,4"/>
</append>
</Claymore>
 
Last edited by a moderator:
I don't mind altering my mod "BETTER PERKS: LUCKY LOOTER". But at least give credits. Even the // are still in the XML (without any use this time, because you just removed the "Lucky Looter Revamped"). You even just replaced <Claymore> with <Gopher> and rewrite the Localization.txt. Not a good start, buddy. It took my quite a long time to figure out the correct values for my mod. And this is the reason, why I'm a bit upset about a copycat move.
Proof:

"Your" XML:

Code:
<Gopher>
//
<append xpath="/progression/perks/perk[@name='perkLuckyLooter']/effect_group">
<passive_effect name="LootDropProb" operation="perc_add" level="1,5" value="6.67,33.33"/>
</append>
</Gopher>
My XML:

Code:
<Claymore>
// Lucky Looter Revamped
<append xpath="/progression/perks/perk[@name='perkLuckyLooter']/effect_group">
<passive_effect name="LootDropProb" operation="perc_add" level="1,5" value="6.67,33.33"/>
<passive_effect name="LootQuantity" operation="perc_add" level="2,5" value="1,4"/>
</append>
</Claymore>
Sorry about that, please accept my apologies - I got the mod files from a friend who wanted me to mod the mod for their server, but I wasn't sure who made the mod (I wasn't sure if Claymore was actually your name or if it was some kind of thing to avoid the mod breaking vanilla game stuff), until just now.

Your name has been added to the Credits on the mod-list for said mod.

 
Last edited by a moderator:
Re-did the Zombie Drops mod. It's also renamed to the "Increased Bag Drops Mod".

EDIT: Right, it seems the edit I did doesn't work. Turns out I had the old version of my Increased Zed Bags Drops still in my mods folder when testing. So far it seems as if the one Claymore made is the only one that works.

I'm not sure what I'm doing wrong, or if It's because I am over-writing the default Lucky Looter. I suppose the main goal is to only have the loot bags drop probability increase, not the amount of loot you get. I say this because I tested Claymore's Better Perks Lucky Looter mod, and in my honest opinion, the 5x loot multiplier that comes with this mod is way too OP - you can easily get over 6000 ammo by day 3, and 3000+ among other things such as Forged Iron/Steel, not to mention the Canned Food you find. With JaxTeller718's Microwave mod, you can practically live off of Canned Food and never have to hunt. I suppose it could seem that this small little edit turned in to somewhat of a rant/complaint, but it was never intended to be one.

With that being said, it is up to Claymore if he allows me to, technically, copy his mod and rip out the 5x loot part. If he says no/nothing, there will be no Increased Bag Drops Mod.

 
Last edited by a moderator:
More cooked foods mod!! Adds a lot of different cookable foods. Everything in the mod is made from vanilla in-game items!

 
More Cooked Foods mod update!

Adds some Chinese food and more.

More foods coming soon!

OH, and I need feedback: How would you (the part of the community that uses mods) suggest I add Milk in to the mod? I'm trying to have everything use already in-game stuff for this. I suppose what i could do is add it so when you kill a Doe for example, you get milk when you harvest said Doe? I don't really like that concept, so your feedback is greatly appreciated!`

 
Back
Top