Local Area Addon Overview

com.megacrush.runtimespawner.localarea

What It Is

The Local Area Spawner activates spawning based on player presence within a region.

What It Does

  • Starts spawning when a player enters a defined area

  • Stops or reduces spawning when the player leaves

  • Maintains a localized population

When To Use It

  • Combat zones

  • Interior spaces (rooms, buildings)

  • Trigger-based encounters

How It Works (High-Level)

The Local Area Spawner:

  • Tracks whether the player is inside the region

  • Activates or deactivates spawning accordingly

  • Maintains population only while active

Typical Use Cases

  • Entering a building triggers enemies

  • Arena-style combat zones

  • Mission-specific areas

Works Well With

  • Waves (for structured encounters inside the area)

  • Spawnpoints (for authored placement)

  • Spawn Director (for scaling intensity)

When NOT To Use It

  • Always-on world population

  • Global background spawning

Last updated