Skip to content

Instantly share code, notes, and snippets.

@adrianjagielak
Last active January 23, 2019 18:01
Show Gist options
  • Save adrianjagielak/cddf9c1d17be47387aed7da314ca58e1 to your computer and use it in GitHub Desktop.
Save adrianjagielak/cddf9c1d17be47387aed7da314ca58e1 to your computer and use it in GitHub Desktop.

How to use kill command for testing purposes Analytics

kill -e

Kill all visible enemies on map


kill -n

Kill all neutral things


kill -p

Kill all player colonists and animals


kill -i <id>

Kill specified entity by its ID, for now there is no way to tell id of entity other than guessing. First entity on map gets 1, second 2, third 3 and so on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment