mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Add externalized tunnel sectors
This commit is contained in:
@@ -142,6 +142,18 @@ SECTOR_DOOR_IN_TUNNEL_GRIDNO = 11419
|
|||||||
|
|
||||||
HANDLE_ADDING_ENEMIES_TO_TUNNEL_MAPS = TRUE
|
HANDLE_ADDING_ENEMIES_TO_TUNNEL_MAPS = TRUE
|
||||||
|
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
; Determines what sectors the enemies get added to, if HANDLE_ADDING_ENEMIES_TO_TUNNEL_MAPS = TRUE
|
||||||
|
; By default, tunnel1 = J14-1 and tunnel2 = K14-1
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
TUNNEL1_SECTOR_X = 14
|
||||||
|
TUNNEL1_SECTOR_Y = 10
|
||||||
|
TUNNEL1_SECTOR_Z = 1
|
||||||
|
|
||||||
|
TUNNEL2_SECTOR_X = 14
|
||||||
|
TUNNEL2_SECTOR_Y = 11
|
||||||
|
TUNNEL2_SECTOR_Z = 1
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Enable the option to do a auto resolve battle?
|
; Enable the option to do a auto resolve battle?
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -142,6 +142,18 @@ SECTOR_DOOR_IN_TUNNEL_GRIDNO = 11419
|
|||||||
|
|
||||||
HANDLE_ADDING_ENEMIES_TO_TUNNEL_MAPS = TRUE
|
HANDLE_ADDING_ENEMIES_TO_TUNNEL_MAPS = TRUE
|
||||||
|
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
; Determines what sectors the enemies get added to, if HANDLE_ADDING_ENEMIES_TO_TUNNEL_MAPS = TRUE
|
||||||
|
; By default, tunnel1 = J14-1 and tunnel2 = K14-1
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
TUNNEL1_SECTOR_X = 14
|
||||||
|
TUNNEL1_SECTOR_Y = 10
|
||||||
|
TUNNEL1_SECTOR_Z = 1
|
||||||
|
|
||||||
|
TUNNEL2_SECTOR_X = 14
|
||||||
|
TUNNEL2_SECTOR_Y = 11
|
||||||
|
TUNNEL2_SECTOR_Z = 1
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Enable the option to do a auto resolve battle?
|
; Enable the option to do a auto resolve battle?
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user