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

Snufkin's Assorted Modlets

Snufkin

New member
# Snufkin_Modlets
https://github.com/Snufki-n/Snufkin_Modlets


Unless stated otherwise, all of my mods are server-side.

# Snufkin_AdminBlocksAndFixes
Adds a unbreakable and paintable block helper, a indestructible landmine, a few indestructible doors, powered doors and lights. Adds all the rotations to the garage doors and adds an item that gives 10000 xP. Also fixes the vehicle and apparel stacknumber to 1 to fix problems with other mods, specially the ones the add new dyes.

# Snufkin_Autominer A new workstation that mines slowly the selected mineral. Uses gas a material and augers as tool. Needs at least 1 auger to work, with a max of 3. The quality and amount of augers used decreases the mining time to a max of 30 min per stack of 1000. Generates a bit more heat than a forge, so be careful.




# Snufkin_BiggerBackpackDrop Replaces the dropped backpack model with the weapons bag one.

# Snufkin_BountyHunter Currently only in spanish, but the basis is the following. You can craft a "Wanted Poster" from the crafting menu. Having JUST one on you when you kill another player gives you a bounty, displayed on the buffs area. Then, you can use the poster to craft your reward. Having more than 1 poster on you or moving the poster when you have the bounty makes you lose the reward. The bounty scales up with the target level, starting from lvl 5. Also, killing players with the "nearDeathTrauma" on them wont yield any reward.

# Snufkin_Chess Just a craftable chess table and chess pieces, using Red, Blue and classic notation for the pieces. The set is crafted as a bundle that includes the table. Gathering all the pieces again lets you craft a bundle without the table.

# Snufkin_CustomVehicles See here:



# Snufkin_CustomWeapons See here:



# Snufkin_CustomZombies See here:



# Snufkin_DoubleDrawbridgeUnlock Just unlocks the double drawbridge for crafting.

# Snufkin_HealthBars Adds a 4 bar 3 stage healthbar to the zombies and animals.

# Snufkin_JunktTurretFlashlight Attaches a flashlight to the Junk Turrets, useful on the Bloodmoons.

# Snufkin_NerfExplosives A little tweaking on the explosive damage, reducing the damage of rockets and dynamite to blocks and increasing the damage of the explosive arrows/bolts to entities.

# Snufkin_ReactorGauntlet WIP: Adds a craftable gauntlet that can be modified with various "fuses" that give permanent effects as long as they are equipped. The effects vary from perk boosts to elemental damage on any attack.
 

# Snufkin_Slots See here:



# Snufkin_VisualArmorMods Adds almost all the armors and clothes as a "mod" that can be installed on the armors to change the appearance. Also included are a few mods that make the armor invisible. All are craftable using dukes.

 
Last edited by a moderator:
Thank, thanks and thanks :)

xpath error

http://prntscr.com/s9byzf
The first warning is probably because not all blocks that start with "garageDoor" have a property with name OnlySimpleRotations. You would probably have to construct an xpath for every applicable block individually or construct one more complex xpath that would also check for existence of OnlySimpleRotations property in the scope of that query.

EDIT:

Nevermind, I checked your xpaths again and both warnings most likely happen because you're searching for "entity_classes/entity_class" in blocks.xml, where you're supposed to look for "blocks/block" instead.

 
Last edited by a moderator:
Thank you, it was a dumb mistake.
Nlq8TSr.jpg


 
Snuf, can you please add Ghillie to the visual mod =)?

Edit:

The vanilla game has a bug with the anvil. If you wear and hold it (belt) then you get the craftingbonus of it, which works on the miner.

Here is a fix, if you want it for your mod:

Code:
<item name="toolAnvil">
    <property name="UnlockedBy" value="toolAnvilSchematic"/>
    <property name="HoldType" value="45"/>
    <property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
    <property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
    <property name="Material" value="Msteel"/>
    <property name="Weight" value="200"/>
    <property name="Stacknumber" value="1"/> <!-- STK loot -->
    <property name="EconomicValue" value="240"/>
    <property name="Group" value="Tools/Traps"/>
    <property name="DisplayType" value="toolAnvil"/>
    <effect_group tiered="false">
    <passive_effect name="CraftingTime" operation="perc_add" value="-.333"/>
    <display_value name="dCraftingTime" value=".5"/>
    <triggered_effect trigger="onSelfHoldingItemCreated" action="AddBuff" buff="AnvilFix" />
    <triggered_effect trigger="onSelfEquipStop" action="RemoveBuff" buff="AnvilFix" />
    </effect_group>
</item>

 

<buff name="AnvilFix" hidden="true">
    <stack_type value="ignore" />
    <update_rate value="1" />
    <effect_group>
    <passive_effect name="CraftingTime" operation="perc_add" value="+.333"/>
    </effect_group>
</buff>





 
Last edited by a moderator:
Snufkin's modlet repository vs <Usual modlet repository>:

* Both repositories are awesome

* Usual modlet repository: 500+ MB

* Snufkin's modlet repository: 124 KB

LOL

 
Last edited by a moderator:
I have a question about this mod. I placed a bunch of blocks down and I need to remove it. I spawned tools using admin and I can't remove the blocks. Help please

 
I have a question about this mod. I placed a bunch of blocks down and I need to remove it. I spawned tools using admin and I can't remove the blocks. Help please


Use admin smg to remove blocks under them. This will cause that they will lose stability and get destroyed. You can then fix the missing blocks of terrain or any other type of blocks that was removed in the process.

 
Last edited by a moderator:
hey snuffkin really like your modlets (slot machine, weapons) and I have a question regarding a modlet from your gitlab. The doublebridgeunlock, is it functioning currently? I tested in single player yesterday and got power rigged to it however it doesnt go up or down.

I had a vanilla bridge next to it and it was working correctly. Wanted to confirm it is still working and not just me....thanks

Edit: im using darkness falls and i suspect maybe its a conflict instead.

 
Last edited by a moderator:
That autominer is a great little mod! Thank you for making it available! Brass is a real pain to get, and I think this balances that very well.

 
This mod seems great! Has it been or are there plans to update it to a19? I added it to my a19 game then wasn't sure if it was updated or not. I could craft, place, and interact with it, but I couldn't add augers to it. I have other mods in use as well, so if it's conflicting I can troubleshoot further.

Thank you!

 
To make it compatible with a19, you have to edit these files:

Mods/Snufkin_Autominer/Config/items.xml
Mods/Snufkin_Autominer/Config/recipes.xml

In those two files, you need to change every meleeToolAuger to meleeToolPickT3Auger

 
Can someone update the junkturret Flashlight mod, for both turrets now...

@arramus? 😛
Updating the Junk Turret Gun was just a simple name change and works beautifully Slawa but that was elementary for us already.

I'm just trying to work out the parent_transform for the Sledge as it is not taking a "Muzzle". I'm going to ask for some advice from those with more knowledge on the model parts. Need a bit more time. The Junk Turret Gun looks awesome with the flashlight attached though . Another Snufkin special. :)

20201114165344_1.jpg

 
View attachment Snufkin_JunkTurretGun_TurretSledge_Flashlight_2020Nov15.zip

Here it is @Slawa. The flashlight placement is on the main body using the parent_transform "Head". 😜

It is located at the same height as the Junk Turret Gun but tucked away under the sledging hammer.

It can be edited to new coordinates within the entityclasses.xml

Finding the place to stick it required a trip into the Unity Asset Studio and checking if it offered any hints. Luckily there was an animation tree offering hints.

20201115013618_1.jpg

20201115013650_1.jpg

 
Last edited:
Back
Top