autodump¶
This tool can instantly move all unforbidden items marked for dumping to the tile under the keyboard cursor. After moving the items, the dump flag is unset and the forbid flag is set, just as if it had been dumped normally. See gui/autodump for an interactive version of this tool.
The keyboard cursor can be placed on a floor tile or in the air. If in air, the items will be converted into projectiles and fall. Items cannot be dumped inside of walls.
Usage¶
autodump [<options>]
autodump-destroy-here
autodump-destroy-item
autodump-destroy-here is an alias for autodump destroy-here and is
intended for use as a keybinding.
autodump-destroy-item marks the currently viewed item for destruction.
The pending destruction can be canceled if the command is run again before
unpausing, or by running autodump undestroy.
Options¶
destroyDestroy instead of dumping. Doesn’t require a cursor. Items held by units (e.g. equipped or in a carried container) are skipped, and the contents of destroyed containers are destroyed along with the container.
destroy-hereDestroy items under the cursor that are marked for dumping.
undestroyRevert pending destruction of items marked by
destroy,destroy-here, orautodump-destroy-item. Only works while the game is still paused; once a frame passes, the items may already be gone.visibleOnly process items that are not hidden.
hiddenOnly process hidden items.
forbiddenOnly process forbidden items (default: only unforbidden).
Examples¶
autodumpTeleports unforbidden items marked for dumping to the cursor position.
autodump destroyDestroys all unforbidden items marked for dumping.
autodump destroy forbiddenDestroys all forbidden items marked for dumping, skipping unforbidden items.
autodump-destroy-hereDestroys unforbidden items on the selected tile that are marked for dumping.
autodump-destroy-itemDestroys the item currently being viewed, or reverts its pending destruction.
autodump undestroyReverts pending destruction of all marked items.