Bindings and User Settings: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
Line 14: Line 14:


; tdm_inv_grouping : Determines whether or not the user-interface uses inventory grouping. It can be changed on the fly without losing the currently selected item.
; tdm_inv_grouping : Determines whether or not the user-interface uses inventory grouping. It can be changed on the fly without losing the currently selected item.
:* '''0''' is default, meaning to use a T1/T2 style interface. '''Previous item''' and '''Next item''' are used to scroll through the entire inventory. An empty slot exists between the last and first items of the inventory. '''Previous group''' and '''Next group''' are not functional.
:* '''0''' means to use a T1/T2 style interface. '''Previous item''' and '''Next item''' are used to scroll through the entire inventory. An empty slot exists between the last and first items of the inventory. '''Previous group''' and '''Next group''' are not functional.
:* '''1''' means to use inventory groups. '''Previous item''' and '''Next item''' are used to scroll through the items in the current group. An empty slot exists between the last and first items of a group. '''Previous group''' and '''Next group''' are used to scroll through the groups of the current inventory in alphabetical order.
:* '''1''' means to use inventory groups. '''Previous item''' and '''Next item''' are used to scroll through the items in the current group. An empty slot exists between the last and first items of a group. '''Previous group''' and '''Next group''' are used to scroll through the groups of the current inventory in alphabetical order.
:* '''2''' means to use a T1/T2 style interface but sort the inventory by group. Items within a given group retain their position relative to eachother, but all items in the first group exist before all items in the second group, and so on. '''Previous item''' and '''Next item''' are used to scroll through the entire inventory. An empty slot exists between the last and first items of the inventory. '''Previous group''' and '''Next group''' are used to scroll through the groups of the current inventory in alphabetical order.
:* '''2''' is default, meaning to use a T1/T2 style interface but sort the inventory by group. Items within a given group retain their position relative to eachother, but all items in the first group exist before all items in the second group, and so on. '''Previous item''' and '''Next item''' are used to scroll through the entire inventory. An empty slot exists between the last and first items of the inventory. '''Previous group''' and '''Next group''' are used to scroll through the groups of the current inventory in alphabetical order.
; tdm_inv_opacity : Controls the opacity of the inventory GUI. The range is anywhere from '''0''' to '''1''', where '''0''' makes it totally invisible and '''1''' makes it fully opaque.
; tdm_inv_opacity : Controls the opacity of the inventory GUI. The range is anywhere from '''0''' to '''1''', where '''0''' makes it totally invisible and '''1''' makes it fully opaque.

Revision as of 16:33, 15 August 2006

This page should contain a list of key bindings and other user-modifiable settings.

Inventory Related

Commands

_impulse47
Previous item.
_impulse48
Next item.
_impulse49
Previous group.
_impulse50
Next group.
_impulse51
Drop.

Cvars

tdm_inv_grouping
Determines whether or not the user-interface uses inventory grouping. It can be changed on the fly without losing the currently selected item.
  • 0 means to use a T1/T2 style interface. Previous item and Next item are used to scroll through the entire inventory. An empty slot exists between the last and first items of the inventory. Previous group and Next group are not functional.
  • 1 means to use inventory groups. Previous item and Next item are used to scroll through the items in the current group. An empty slot exists between the last and first items of a group. Previous group and Next group are used to scroll through the groups of the current inventory in alphabetical order.
  • 2 is default, meaning to use a T1/T2 style interface but sort the inventory by group. Items within a given group retain their position relative to eachother, but all items in the first group exist before all items in the second group, and so on. Previous item and Next item are used to scroll through the entire inventory. An empty slot exists between the last and first items of the inventory. Previous group and Next group are used to scroll through the groups of the current inventory in alphabetical order.
tdm_inv_opacity
Controls the opacity of the inventory GUI. The range is anywhere from 0 to 1, where 0 makes it totally invisible and 1 makes it fully opaque.