Astroneermods logo. Click to return to homepage.
Astroneer Mods

Debug Mod

Loading Image mod

Created by
localcc

Homepage
https://astroneermods.space/m/DebugMod

Last Updated

First Uploaded

Downloads
1132

Tags
Developer

Version
0.2.2

License
CC BY

modId: DebugMod

Debug Mod

This mod adds some simple debugging tools to the game. Created by Atenfyr.

Notes:

  • Press the INSERT key to teleport to the current position of the cursor.
  • Press the END key to open the developer debug menu. Some of the features are not intended to work on release builds, so it is quite buggy, but plenty of it still works.
  • Press the HOME key to open the custom cheat widget, which pops up in the bottom right corner. You can put a console command in the top box and press the button or press the = key to run it, and you can put a set of coordinates in the second box and press the button to teleport to them.
  • The mod also adds these custom commands for use within the custom cheat widget:
    • DebugMod_Destroy: Destroys the actor that is currently being hovered over. Requires server admin.
    • DebugMod_TeleportToCursor: Teleports the player to the current position of the cursor (the same as pressing the INSERT key). Requires no authentication.
    • DebugMod_Server <cmd> Executes a command on the server; generally of little value, but may be useful in niche cases. Requires server admin.
  • Press the PAGE DOWN key when the custom cheat widget is open to switch between hover modes: None, Actors, Widgets
  • Coordinates surrounded by curly brackets or parentheses, such as {-2130000, 0, 0}, are interpreted to mean Cartesian coordinates.
  • Coordinates surrounded by square brackets, such as [47.73, -58.39, 3], are interpreted to mean AstroNav-style geographic coordinates, formatted as [lat, long, altitude] based on the current local planet. Altitude is measured in meters, where one meter is 150 uu, the same as in AstroNav.
  • Place a plus or minus sign in front of a set of Cartesian or geographic coordinates to teleport relative to the current position.
  • Teleportation works in rovers, but you should probably make sure you aren't moving very fast before you teleport if you don't feel like flying.
  • You'll need a mod integrator, such as the one found in AstroModLoader @ https://github.com/AstroTechies/AstroModLoader, for this mod to work.
  • This mod works on servers and only needs to be installed on the client, but additional functionality is available for server admins if the mod is installed on the server.