Don't Starve

Don't Starve

Set Tile Command
 This topic has been pinned, so it's probably important
Wayfarer  [developer] 3 Jul, 2021 @ 11:56am
Valid Turf IDs
This is an easier-to-read list of valid Tile IDs for use in the settile command.

Syntax is:
c_settile("x")
where X is the numeric ID from the list below. This will place the selected ground type at the tile under the mouse cursor.

NOTES:
- Water only works in Shipwrecked and Hamlet's worlds; RoG's worldgen does not initialize the proper scripts to make water functional. The water tiles lack the invisible wall on their coastline and will simply teleport you off if you step on them.
- In Hamlet, Water tiles next to an abyss will create a waterfall. This works with all water tiles, though the waterfall's color may clash with anything other than the intended lily pond water.
- The invisible borders between land, sea, and abyss do not update automatically. To generate new invisible walls, exit and reload the world.

-- BASE GAME/SURFACE TILES Abyss/RoG Ocean = 1 Cobblestones = 2 Rocky Turf = 3 Dirt (Bare ground in RoG/Hamlet) = 4 Savanna Turf = 5 Grass Turf = 6 Forest Turf = 7 Marsh Turf = 8 Sticky Webbing (DOES NOT WORK) = 9 Wooden Flooring = 10 Carpeted Flooring = 11 Checkerboard Flooring = 12 -- CAVES/RUINS TILES Guano Turf = 13 (Blue) Fungal Turf = 14 Slimy Turf = 15 Cave Rock Turf = 16 Mud Turf = 17 Ancient Flooring (Inactive) = 18 Ancient Flooring (Active) = 19 Ancient Tilework (Inactive) = 20 Ancinent Tilework (Active) = 21 Ancient Brickwork (Inactive) = 22 Ancient Brickwork (Active) = 23 (Red) Fungal Turf = 24 (Green) Fungal Turf = 25 -- REIGN OF GIANTS TILES Deciduous Turf = 30 Sandy Turf = 31 -- SHIPWRECKED LAND TILES Snakeskin Rug = 35 Volcano Rock (Bare ground in the Volcano) = 43 Meadow Turf = 44 Beach (Bare ground in Shipwrecked) = 45 Jungle Turf = 46 Swamp Turf (Unimplemented. Turf item but no icon.) = 47 Flooding (DOES NOT WORK) = 48 Volcano Turf = 49 Volcano Lava (Only works in the Volcano biome. If placed too close to the outer edge, will change the border ash clouds into lava waves.) = 50 Ashy Turf = 51 Magma Turf = 53 Tidal Marsh Turf = 54 -- SHIPWRECKED WATER TILES Shallow Ocean = 55 Medium Ocean = 56 Deep Ocean = 57 Shallow Ocean Shore = 58 Coral Reef = 59 Coral Reef Shore = 60 Mangrove = 52 Mangrove Shore = 61 Ship Graveyard = 62 Ship Graveyard Shore (DOES NOT WORK) = 63 -- Shore tiles are aesthetically identical to their counterparts. Probably used for functionality stuff. -- HAMLET TILES Deep Rainforest Turf = 26 Flat Stone Turf = 27 Stone Road Turf = 28 Lawn Turf = 29 Gas Jungle Turf = 32 Rainforest Turf = 33 INTERIOR (DOES NOT WORK. Probably integral to Hamlet's interiors system.) = 34 Cultivated Turf = 36 Mossy Turf = 37 Pig Ruins Turf (Canopy) = 38 Pig Ruins Turf (No Canopy) = 39 Battleground Turf (Unimplemented. Seemingly once intended for the areas near ancient hulks instead of bare dirt. No item.) = 40 Wild Plains Turf = 41 Painted Sand Turf = 42 Beard Hair Rug = 65 Dense Turf = 66 Lily Pond Water = 64
Last edited by Wayfarer; 21 Jun, 2024 @ 10:13am