Helpful option: if PRINTOUTTILESET is TRUE (default FALSE), pressing [f] over a structure will also print out what tileset the structure's subtileset belongs too, its name, and the specific tile index. This is rather helpful if you set up fortifiction or interactive action xmls, or if you just want to know a sector's tileset.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2334 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2016-08-03 17:37:26 +00:00
parent 0969339db9
commit 33df523b57
2 changed files with 6 additions and 38 deletions
+4
View File
@@ -2948,6 +2948,10 @@ FORTIFICATION_ALLOW_IN_HOSTILE_SECTOR = TRUE
; can roofs collapse when they or their supporting walls are hit?
ROOF_COLLAPSE = TRUE
; Option to turn out a structure's tileset and tileset index if we press 'f' while the mouse is over it
; This is quite useful when adding fortification or interactive action data
PRINTOUTTILESET = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************
@@ -985,49 +985,13 @@
</ACTION>
<!-- |||||||||||||||||||| WATER TAPS |||||||||||||||||||| -->
<!-- |||||||||||||||||||| SODA MACHINE |||||||||||||||||||| -->
<!-- soda machine -->
<ACTION>
<szTileSetName>lawless.sti</szTileSetName>
<usTileIndex>0</usTileIndex>
<sActionType>4</sActionType>
</ACTION>
<!-- buffet -->
<ACTION>
<szTileSetName>m-furn1.sti</szTileSetName>
<usTileIndex>1</usTileIndex>
<usTileIndex>2</usTileIndex>
<usTileIndex>3</usTileIndex>
<sActionType>6</sActionType>
</ACTION>
<ACTION>
<szTileSetName>jailstf2.sti</szTileSetName>
<usTileIndex>17</usTileIndex>
<sActionType>6</sActionType>
</ACTION>
<ACTION>
<szTileSetName>m-cafe.sti</szTileSetName>
<usTileIndex>4</usTileIndex>
<sActionType>6</sActionType>
</ACTION>
<!-- urinal -->
<ACTION>
<szTileSetName>furn_9.sti</szTileSetName>
<usTileIndex>12</usTileIndex>
<usTileIndex>13</usTileIndex>
<sActionType>6</sActionType>
</ACTION>
<!-- toilet -->
<ACTION>
<szTileSetName>furn_9.sti</szTileSetName>
<usTileIndex>0</usTileIndex>
<usTileIndex>1</usTileIndex>
<sActionType>6</sActionType>
</ACTION>
<!-- |||||||||||||||||||| SODA MACHINE |||||||||||||||||||| -->
</INTERACTIVEACTIONS>