Phoenix_Cobra Posted January 11, 2025 Share Posted January 11, 2025 Hello, please help if anyone has a full list (or table) of turf tile id, or at least tell me where to find them in the game files. I want to make a mod, but when creating a world, instead of, for example, a lunar one, sand ones are created. I work through Tiled. Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/ Share on other sites More sharing options...
Arcwell Posted January 11, 2025 Share Posted January 11, 2025 Here's the full list. You can also find it in static_layout.lua under layout.ground_types. There is a list of tiles in constants.lua as well, but that one is deprecated. tile_IDs.txt Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1785111 Share on other sites More sharing options...
Phoenix_Cobra Posted January 12, 2025 Author Share Posted January 12, 2025 17 hours ago, Arcwell said: Here's the full list. You can also find it in static_layout.lua under layout.ground_types. There is a list of tiles in constants.lua as well, but that one is deprecated. tile_IDs.txt 838 B · 1 download Thank you very much! Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1785231 Share on other sites More sharing options...
Phoenix_Cobra Posted January 13, 2025 Author Share Posted January 13, 2025 when generating the world I got other turf ids, as shown in the picture: What is this connected with? or did they update the turf id?? Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1785452 Share on other sites More sharing options...
Arcwell Posted January 13, 2025 Share Posted January 13, 2025 26 minutes ago, secretgalaxy said: when generating the world I got other turf ids, as shown in the picture: What is this connected with? or did they update the turf id?? I'm not sure, those IDs don't match any of the lists I've seen apart from the first 8. I would guess it's either due to something specific to Forge or the method used to generate turf. Since some of the turf IDs are deprecated, some of the methods for them (i.e. GetTileAtPoint) are as well. I know putting the tile id in the static_layout\rooms file works just fine, but I'm unsure about other methods. Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1785456 Share on other sites More sharing options...
Phoenix_Cobra Posted January 13, 2025 Author Share Posted January 13, 2025 15 minutes ago, Arcwell said: I'm not sure, those IDs don't match any of the lists I've seen apart from the first 8. I would guess it's either due to something specific to Forge or the method used to generate turf. Since some of the turf IDs are deprecated, some of the methods for them (i.e. GetTileAtPoint) are as well. I know putting the tile id in the static_layout\rooms file works just fine, but I'm unsure about other methods. You are absolutely right, I looked at the Forge files and there are indeed different tile IDs. Thanks for the tip Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1785460 Share on other sites More sharing options...
JadeKnightblazer Posted April 4, 2025 Share Posted April 4, 2025 Anyone have an Updated tiled .tsx for the new stuff added over the years? Been using the older ones from 2017.... feeling kinda sad. Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1810904 Share on other sites More sharing options...
JadeKnightblazer Posted April 4, 2025 Share Posted April 4, 2025 Also is it possible to use the Impassable cave tiles in Tiled? via I want to sorta lock off an area using the cave dead zones. Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1810907 Share on other sites More sharing options...
MA7xGE Posted April 5, 2025 Share Posted April 5, 2025 Now I'm curious what @secretgalaxywas cooking. Link to comment https://forums.kleientertainment.com/forums/topic/163076-full-list-of-turf-tile-ids-in-dst/#findComment-1810941 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.