TILESET_RESREF_* Constant Group
From NWN Lexicon
Jump to navigationJump to searchThese constants are possible return values for GetTilesetResRef(). The values match those in the associated tileset's .set file.
Custom tilesets simply return the .set file name, there won't be by default a constant for it.
For more information on base game tilsets see Area Tilesets Information.
Constants
Table order is based off nwscript.nss.
Constant | Value | Added | Description |
---|---|---|---|
TILESET_RESREF_BEHOLDER_CAVES | tib01 | Hordes of the Underdark | Beholder Caves |
TILESET_RESREF_CASTLE_INTERIOR | tic01 | Base NWN | Castle Interior |
TILESET_RESREF_CITY_EXTERIOR | tcn01 | Base NWN | City Exterior |
TILESET_RESREF_CITY_INTERIOR | tin01 | Base NWN | City Interior |
TILESET_RESREF_CRYPT | tdc01 | Base NWN | Crypt |
TILESET_RESREF_DESERT | ttd01 | Shadows of Undrentide | Desert |
TILESET_RESREF_DROW_INTERIOR | tid01 | Hordes of the Underdark | Drow Interior |
TILESET_RESREF_DUNGEON | tde01 | Base NWN | Dungeon |
TILESET_RESREF_FOREST | ttf01 | Base NWN | Forest |
TILESET_RESREF_FROZEN_WASTES | tti01 | Hordes of the Underdark | Frozen Wastes |
TILESET_RESREF_ILLITHID_INTERIOR | tii01 | Hordes of the Underdark | Illithid Interior |
TILESET_RESREF_MICROSET | tms01 | Hordes of the Underdark | Microset |
TILESET_RESREF_MINES_AND_CAVERNS | tdm01 | Base NWN | Mines and Caverns |
TILESET_RESREF_RUINS | tdr01 | Shadows of Undrentide | Ruins |
TILESET_RESREF_RURAL | ttr01 | Base NWN | Rural |
TILESET_RESREF_RURAL_WINTER | tts01 | Shadows of Undrentide | Rural Winter |
TILESET_RESREF_SEWERS | tds01 | Base NWN | Sewers |
TILESET_RESREF_UNDERDARK | ttu01 | Hordes of the Underdark | Underdark |
TILESET_RESREF_LIZARDFOLK_INTERIOR | dag01 | NWN:EE 8393.15 | Lizardfolk Interior |
TILESET_RESREF_MEDIEVAL_CITY_2 | tcm02 | NWN:EE 8393.15 | Medieval City 2 |
TILESET_RESREF_MEDIEVAL_RURAL_2 | trm02 | NWN:EE 8393.15 | Medieval Rural 2 |
TILESET_RESREF_EARLY_WINTER_2 | trs02 | NWN:EE 8393.15 | Early Winter 2 |
TILESET_RESREF_SEASHIPS | tss13 | NWN:EE 8393.15 | Sea Ships |
TILESET_RESREF_FOREST_FACELIFT | ttf02 | NWN:EE 8393.15 | Forest - Facelift |
TILESET_RESREF_RURAL_WINTER_FACELIFT | tts02 | NWN:EE 8393.15 | Rural Winter - Facelift |
TILESET_RESREF_STEAMWORKS | tsw01 | 1.69 Patch | Steamworks |
TILESET_RESREF_BARROWS_INTERIOR | tbw01 | 1.69 Patch | Barrows Interior |
TILESET_RESREF_SEA_CAVES | tdt01 | 1.67 Patch | Sea Caves |
TILESET_RESREF_CITY_INTERIOR_2 | tni01 | 1.69 Patch | City Interior 2 |
TILESET_RESREF_CASTLE_INTERIOR_2 | tni02 | 1.69 Patch | Castle Interior 2 |
TILESET_RESREF_CASTLE_EXTERIOR_RURAL | tno01 | 1.69 Patch | Castle Exterior, Rural |
TILESET_RESREF_TROPICAL | ttz01 | 1.67 Patch | Tropical |
TILESET_RESREF_FORT_INTERIOR | twc03 | 1.69 Patch | Fort Interior |
See Also
functions: | GetTilesetResRef |
author: Mistress