Bindings and User Settings: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
Line 7: Line 7:
; '''_impulse47''' : Previous item.
; '''_impulse47''' : Previous item.
; '''_impulse48''' : Next item.
; '''_impulse48''' : Next item.
; '''_impulse49''' : Previous group.
; '''_impulse49''' : Previous group. (only functional if ''tdm_inv_grouping'' is 1)
; '''_impulse50''' : Next group.
; '''_impulse50''' : Next group. (only functional if ''tdm_inv_grouping'' is 1)


=== Cvars ===
=== Cvars ===


; tdm_inv_grouping : Controls inventory grouping. (details soon)
; tdm_inv_grouping : Determines whether or not the user-interface uses inventory grouping. 0 is default, meaning to use a T1/T2 style inventory. 1 means to use inventory groups. 2 means to use a T1/T2 style interface but sort the inventory by group.
; tdm_inv_opacity : Controls the opacity of the inventory GUI.
; 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 21:01, 12 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. (only functional if tdm_inv_grouping is 1)
_impulse50
Next group. (only functional if tdm_inv_grouping is 1)

Cvars

tdm_inv_grouping
Determines whether or not the user-interface uses inventory grouping. 0 is default, meaning to use a T1/T2 style inventory. 1 means to use inventory groups. 2 means to use a T1/T2 style interface but sort the inventory by group.
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.