Custom Settings for Players: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
Line 5: Line 5:
== Toggles ==
== Toggles ==


* '''in_toggleCrouch''' If set to '''"1"''', causes the crouch button to act as a toggle.
* '''seta in_toggleCrouch''' If set to '''"1"''', causes the crouch button to act as a toggle.
* '''in_toggleRun''' If set to '''"1"''', causes the run button to act as a toggle.
* '''seta in_toggleRun''' If set to '''"1"''', causes the run button to act as a toggle.
* '''in_alwaysRun''' If set to '''"1"''', causes the player to always run. (probably not useful in a stealth game)
* '''seta in_alwaysRun''' If set to '''"1"''', causes the player to always run. (probably not useful in a stealth game)
* '''seta pm_lean_togggle'''  If set to '''"1"''' causes leaning to work as a toggle
* '''seta pm_lean_togggle'''  If set to '''"1"''' causes leaning to work as a toggle


== Inventory Related ==
== Inventory Related ==

Revision as of 23:25, 14 October 2008

This page lists various settings that users can modify to make their game experience more to their liking.

There are two ways to adjust these settings. You can find and modify them inside your doomconfig.cfg file, or you can pull down the console (~) while the game is running and type the value directly into the console.

Toggles

  • seta in_toggleCrouch If set to "1", causes the crouch button to act as a toggle.
  • seta in_toggleRun If set to "1", causes the run button to act as a toggle.
  • seta in_alwaysRun If set to "1", causes the player to always run. (probably not useful in a stealth game)
  • seta pm_lean_togggle If set to "1" causes leaning to work as a toggle

Inventory Related

To set hotkeys for inventory items, add the following line(s) to your doomconfig.cfg file, or type them into the console.

  • bind "[button]" "inventory_hotkey [item]"

For example, bind "F1" "inventory_hotkey Flashbomb" will automatically select your flashbomb in inventory when you press F1.

Note that you can use the Controls Menu to set a hotkey for the compass, lantern, and maps.

The other inventory objects you may wish to create a hotkey for are:

  • "Spyglass"
  • "Breath Potion"
  • "Health Potion"

Other

  • tdm_frob_ammo_selects_weapon If set to "1" weapons are automatically selected when the respective arrows are frobbed.
  • seta tdm_door_auto_open_on_unlock Default setting makes doors swing open automatically when they are unlocked. Set to "0" to make doors stay closed until you frob them.


  • _impulse19 shows/hides the objectives screen.

See also Console Useful Controls