Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

Wishless

Uploaded by

Wishless

Virus scan

Safe to use

Tags for this mod

About this mod

Changes the Take all key from A to R to prevent accidental emptying of containers

Permissions and credits
Changes the Take all key from A to R, as in Skyrim, to prevent accidental emptying of containers.

Requires DarnUI; install after other UI modifications.


This is a simple edit of containers.xml in data/menus. If you want to modify yours yourself, the process is simple:

Find the aforementioned XML file, and edit this line:

<_PCButton_A> CM_TakeAllButton </_PCButton_A>

Edit it so it looks like this:

<_PCButton_R> CM_TakeAllButton </_PCButton_R>

Obviously you can pick a key other than R if you'd like. That's all you need to do for the funtionality, but at this stage the container menu will still say that A is takes all. If you want to change it to accurately reflect the new key, edit this line:

<_PCButtonText> &-sPCMenuHintA; </_PCButtonText>

And change it to:

<_PCButtonText> &-sPCMenuHintR; </_PCButtonText>