Teleport (c_goto)
dont-starve — Cheat Codes
Teleports your character to specified coordinates on the map.
Syntax
c_goto(x, y, z)
Example
c_goto(100, 50, 0) teleports to coordinates (100, 50).
💡 Notes
Coordinates are in world units; z is usually 0. Use c_teleport() for player-specific teleportation. [verify] for cave coordinates.
🎯 Tips & Tricks
Find your coordinates
Use c_teleport() or check the debug screen (F3) to see your current position.
Teleport to player
Use c_goto(otherplayer) in multiplayer (if enabled) to teleport to a friend.
🔧 Troubleshooting
Stuck in terrain
Teleport to a nearby safe coordinate, e.g., c_goto(0,0,0) to return to spawn.
Game freezes
Avoid teleporting to unloaded areas; teleport in small increments.
⚠️ Common Mistakes
- Teleporting to invalid coordinates (e.g., negative z)
- Using c_goto in caves without adjusting z-axis
👍 Pros
- Fast travel across the map
- Escape dangerous situations
- Useful for finding biomes
👎 Cons
- Requires knowing coordinates
- Can teleport into water or walls
- May cause loading lag