# Envi-Zombies

{% embed url="<https://www.youtube.com/watch?v=xNg1SiMAEnc>" %}

Envi-Zombies adds both free-roam outbreak systems and match-based zombie modes.

It covers world zombies, safe and danger zones, arcade game modes, HUD, admin tools, and leaderboard flows.

***

## Prerequisites

{% hint style="info" %}

* A working FiveM server
* Basic resource setup knowledge
* Followed the [FIRST STEPS (READ FIRST)](/documentation/premium-scripts/first-steps-read-first.md) guide
* `envi-bridge`
* `envi-zombies-props`
* The packaged `web/` folder from your download
* Optional target support if `Config.Target = true`
  {% endhint %}

***

## What this adds

Envi-Zombies is a zombie survival suite with both persistent outbreak gameplay and lobby-based modes.

Core systems:

* free-roam zombie conversion
* safe zones and danger zones
* optional special zombies
* arcade lobby access through props or command
* Zombie Horde
* Survivors vs Zombies
* Battle Royale Z
* player and zombie HUD
* admin menu and admin commands
* leaderboards and Discord webhooks
* client and server integration helpers

### Install

{% stepper %}
{% step %}

### Follow the base load order

Follow [FIRST STEPS (READ FIRST)](/documentation/premium-scripts/first-steps-read-first.md) for the correct load order.

Then verify `envi-zombies-props` and your optional target resource are already running before you test this resource.
{% endstep %}

{% step %}

### Keep the packaged files

Keep the packaged `web/` folder in place.

Keep the shipped population tweak files if your build expects them.
{% endstep %}

{% step %}

### Set the live flags

Review these first:

* `Config.Debug = false`
* `Config.Target`
* `Config.AdminRole`
* `Config.AdminMenuCommand`
* `Config.FreeRoamZombies`
* `Config.Leaderboards`
  {% endstep %}

{% step %}

### Align maps and mode access

Review these before testing:

* `Config.GameModes`
* `Config.Maps`
* `Config.ArcadeLocations`
* `Config.ZombieGamesCommand`
* `Config.SafeZones`
* `Config.DangerZones`
  {% endstep %}
  {% endstepper %}

### Docs in this section

* [First Time Setup](/documentation/premium-scripts/envi-zombies/game-modes.md)
* [Systems Overview](/documentation/premium-scripts/envi-zombies/first-time-setup.md)
* [Game Modes](/documentation/premium-scripts/envi-zombies/systems-overview.md)
* [Admin, Commands, and Leaderboards](/documentation/premium-scripts/envi-zombies/exports-and-integrations.md)
* [Exports and Integrations](/documentation/premium-scripts/envi-zombies/admin-commands-and-leaderboards.md)
* [FAQ and Operations](/documentation/premium-scripts/envi-zombies/faq-and-operations.md)

### Good first checks

* Pink or missing models usually means `envi-zombies-props` is not running.
* Blank UI usually means the `web/` folder is missing or broken.
* Admin access issues usually come from role mismatch in config.
* If leaderboards are enabled, make sure the leaderboard JSON file is writable.

### Quick mode summary

* **Zombie Horde** is small co-op PvE with rounds, buy stations, and barricades.
* **Survivors vs Zombies** is team infection PvP with zombie abilities.
* **Battle Royale Z** is shrinking-zone last-player-standing with ambient undead.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-zombies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
