mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Improve ini setting descriptions
* Externalized the fan tunnel starting sector exitgrid location that was still hardcoded.
This commit is contained in:
@@ -261,7 +261,7 @@ POWERGEN_SECTOR_GRIDNO_3 = 14155
|
||||
POWERGEN_SECTOR_GRIDNO_4 = 13980
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Add exit grid for fan to power gen Sector (J14-1)
|
||||
; After blowing up the fan in sector J13, an exitgrid appears and this is the sector it leads to (J14-1).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
EXIT_FOR_FAN_TO_POWER_GEN_SECTOR_X = 14
|
||||
@@ -269,32 +269,37 @@ EXIT_FOR_FAN_TO_POWER_GEN_SECTOR_Y = 10
|
||||
EXIT_FOR_FAN_TO_POWER_GEN_SECTOR_Z = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Po wysadzeniu wentylatora, (sektor J13) w tym miejscu pojawi się przejście do sektora J14-1.
|
||||
; Gridno locations for the exitgrid that appears after blowing up the fan (sector J13).
|
||||
; SRC_GRIDNO is the exitgrid location in the sector where the fan is
|
||||
; GRIDNO is the exitgrid location in the destination sector, where the exit grid points to.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
POWERGEN_SECTOR_EXITGRID_SRC_GRIDNO = 10979
|
||||
POWERGEN_SECTOR_EXITGRID_GRIDNO = 19749
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Dodanie dźwięku wentylatora.
|
||||
; Fan sound locations.
|
||||
; GRIDNO1 is for the sector the fan is located in
|
||||
; GRIDNO2 is for the sector the fan exitgrid leads to
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
POWERGEN_FAN_SOUND_GRIDNO_1 = 10979
|
||||
POWERGEN_FAN_SOUND_GRIDNO_2 = 19749
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Miejsce włączenia wentylatora.
|
||||
; Fan switch location.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
START_FANBACKUP_AGAIN_GRIDNO = 10980
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Miejsce zatrzymania wentylatora.
|
||||
; Where the fan stops.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
STOP_POWERGEN_FAN_GRIDNO = 10980
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Miejsca przy wentylatorze (sektor J13), pod którymi podkładam ładunki wybuchowe.
|
||||
; The places near the fan (sector J13) where you can place the explosives.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
FAN_GRIDNO_1 = 10978
|
||||
|
||||
@@ -260,7 +260,7 @@ POWERGEN_SECTOR_GRIDNO_3 = 14155
|
||||
POWERGEN_SECTOR_GRIDNO_4 = 13980
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Add exit grid for fan to power gen Sector (J14-1)
|
||||
; After blowing up the fan in sector J13, an exitgrid appears and this is the sector it leads to (J14-1).
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
EXIT_FOR_FAN_TO_POWER_GEN_SECTOR_X = 14
|
||||
@@ -268,32 +268,37 @@ EXIT_FOR_FAN_TO_POWER_GEN_SECTOR_Y = 10
|
||||
EXIT_FOR_FAN_TO_POWER_GEN_SECTOR_Z = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Po wysadzeniu wentylatora, (sektor J13) w tym miejscu pojawi się przejście do sektora J14-1.
|
||||
; Gridno locations for the exitgrid that appears after blowing up the fan (sector J13).
|
||||
; SRC_GRIDNO is the exitgrid location in the sector where the fan is
|
||||
; GRIDNO is the exitgrid location in the destination sector, where the exit grid points to.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
POWERGEN_SECTOR_EXITGRID_SRC_GRIDNO = 10979
|
||||
POWERGEN_SECTOR_EXITGRID_GRIDNO = 19749
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Dodanie dźwięku wentylatora.
|
||||
; Fan sound locations.
|
||||
; GRIDNO1 is for the sector the fan is located in
|
||||
; GRIDNO2 is for the sector the fan exitgrid leads to
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
POWERGEN_FAN_SOUND_GRIDNO_1 = 10979
|
||||
POWERGEN_FAN_SOUND_GRIDNO_2 = 19749
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Miejsce włączenia wentylatora.
|
||||
; Fan switch location.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
START_FANBACKUP_AGAIN_GRIDNO = 10980
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Miejsce zatrzymania wentylatora.
|
||||
; Where the fan stops.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
STOP_POWERGEN_FAN_GRIDNO = 10980
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Miejsca przy wentylatorze (sektor J13), pod którymi podkładam ładunki wybuchowe.
|
||||
; The places near the fan (sector J13) where you can place the explosives.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
FAN_GRIDNO_1 = 10978
|
||||
|
||||
Reference in New Issue
Block a user