LoS walls implementation.

This commit is contained in:
MobiusDev
2016-02-15 20:44:03 +00:00
parent 6df805ebe1
commit 9d16ffad23
13 changed files with 394 additions and 3 deletions

View File

@@ -385,6 +385,17 @@ GridNeighborTurnOffTime = 90
# Default: True
EnableFallingDamage = True
# ---------------------------------------------------------------------------
# Wall Data
# ---------------------------------------------------------------------------
# Use XML wall data for LoS checks.
# Does not require geodata to be enabled.
# Default: True
EnableWallData = True
# ---------------------------------------------------------------------------
# Features
# ---------------------------------------------------------------------------