Cvars in The Dark Mod: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 14: Line 14:
* '''tdm_ai_sndvol''' set to a low negative value, e.g., -300, to make AI deaf (default 0)
* '''tdm_ai_sndvol''' set to a low negative value, e.g., -300, to make AI deaf (default 0)
* '''tdm_ai_tact''' set to 0 to remove AI sense of touch (default 20)
* '''tdm_ai_tact''' set to 0 to remove AI sense of touch (default 20)
* [[AI Attachment Ingame Editing]]

Revision as of 15:48, 10 September 2006

This should be a list of Cvars that are currently available in the Dark Mod:

Inventory

  • 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.


AI

Useful while mapping/testing/designing

  • tdm_ai_sight set to 0 to make AI blind (default 0.7 at time of this writing)
  • tdm_ai_sndvol set to a low negative value, e.g., -300, to make AI deaf (default 0)
  • tdm_ai_tact set to 0 to remove AI sense of touch (default 20)