Skip to content

ZenGhillie

Zenarchist edited this page May 6, 2026 · 2 revisions

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenGhillie in ZenModPackConfig.json

download

What Is This?

This mod makes it possible to craft a ghillie suit and attachments out of a camo net.

It doesn't have as high insulation as a regular ghillie and it's also significantly more fragile, so it's not a 1:1 replacement for the real ghillie suit, just an easy alternative for anyone who needs to be sneaky and adds some more use to the camo net especially for servers that lack base-building.

Recipes

Camo Net Strips: Knife + Camo Net

Camo Net Bushrag: 2 Netting 4 Camo Net Strip

Camo Net Gun Attachment: 1 Netting 2 Camo Net Strip

Camo Net Hood: 1 Netting 2 Camo Net Strip

Camo Net Suit: 4 Netting 10 Camo Net Strip

Camo Net Top: 3 Netting 6 Camo Net Strip

Master Config

To disable this mod set "ZenGhillie": 0 in ZenModPackConfig.json

Types.xml

    <!-- Camonet ghillie -->
    <type name="Zen_CamoNet_GhillieSuit">
        <nominal>0</nominal>
        <lifetime>28800</lifetime>
        <restock>3600</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="1" deloot="0"/>
        <category name="clothes"/>
        <usage name="Military"/>
    </type>
    <type name="Zen_CamoNet_GhillieHood">
        <nominal>0</nominal>
        <lifetime>28800</lifetime>
        <restock>3600</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="1" deloot="0"/>
        <category name="clothes"/>
        <usage name="Military"/>
    </type>
    <type name="Zen_CamoNet_GhillieTop">
        <nominal>0</nominal>
        <lifetime>28800</lifetime>
        <restock>3600</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="1" deloot="0"/>
        <category name="clothes"/>
        <usage name="Military"/>
    </type>
    <type name="Zen_CamoNet_GhillieAtt">
        <nominal>0</nominal>
        <lifetime>28800</lifetime>
        <restock>3600</restock>
        <min>0</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="1" deloot="0"/>
        <category name="clothes"/>
        <usage name="Military"/>
    </type>
    <type name="Zen_CamoNet_Strip">
        <lifetime>7200</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" crafted="1" deloot="0"/>
    </type>

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally