FalloutNewVegasCommands.com

disable Console Command

Documentation and examples for the disable command in Fallout: New Vegas.

disable

Debug

This command removes the selected object from the game. This can be reverted by using the `enable` command while the object is still selected. This is useful for removing objects that are glitching.

Examples

Here is an example of how to use disable.

With an object selected in the console, removes it from the world. Run enable to bring it back.

In-depth description

What disable does

disable hides the reference you currently have selected in the console: it stops rendering, loses its collision, and can no longer be interacted with. Crucially the object is not deleted — it remains in your save and can be restored at any time.

How to use it

  1. Open the console with ~.
  2. Click the object you want to remove (its reference ID appears at the top of the screen).
  3. Type disable and press Enter.

Use enable to bring a disabled object back. If you want the object gone for good, follow disable with markfordelete, which removes the reference permanently on the next cell reload.