Teleport Player (c_teleport)
dont-starve — Console Commands
Moves your character instantly to a specified coordinate or to a targeted entity. Useful for escaping danger or reaching locations fast.
Syntax
c_teleport(x, y, z) or c_teleport(entity)
Example
c_teleport(100, 0, 50)
💡 Notes
Coordinates are world-space; y is usually 0. Can also teleport to a selected entity by clicking it first. [verify]
🎯 Tips & Tricks
Find coordinates
Use c_teleport(player.components.health.currenthealth) or debug print to see current position.
Teleport to boss
Click on a boss entity then run c_teleport(GetPlayer().components.inventory:GetActiveItem()) to jump to it.
🔧 Troubleshooting
Teleported into ocean
Use c_teleport with known land coordinates or enable god mode first.
⚠️ Common Mistakes
- Using wrong axis values (y should be 0)
- Teleporting without saving progress
👍 Pros
- Instant travel
- Escape deadly situations
- Reach isolated biomes
- Works with entities
👎 Cons
- Requires coordinate knowledge
- May cause loading lag
- Can teleport into walls