Skip to content

ZenCamoCamp

Zenarchist edited this page May 6, 2026 · 2 revisions

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

download

What Is This?

This mod adds a craftable camo net improvised shelter.

Combine rope with 4 short sticks to make the kit, then add a camo net and 4 long sticks to place the shelter.

The shelter only has 40 storage slots but also has a bag slot and a weapon slot so you can store a backpack and a gun inside.

Types.xml

    <!-- Camo net shelter -->
    <type name="Zen_ImprovisedShelter">
        <lifetime>1209600</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="Zen_CamoShelterKit">
        <lifetime>14400</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" 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