Underdark

Playing

The only files required for playing are the binary
  • ud.exe - (or similar named binary on unix systems)
  • ud.ini
  • ud.bin

The ud.ini file contains all your setup information. This should be placed in the same directory as the executable (dos/win ports) or in each users home directory ~/ud.ini (unix ports).

Edit the ud.ini to setup your keys however you like them. If you want VI like keys, set them up. Or use arrow keys. Its very simple and straight forward.

Underdark supports the keys as defined in the NCurses header file, so you should be able to map most keys on a keyboard, even if you have a beaut sun5 keyboard.

VI Keys, under [key bindings]
		cursor down=j
		cursor up=k
		cursor left=h
		cursor right=l
		

or Cursor keys

		cursor down=KEY_DOWN
		cursor up=KEY_UP
		cursor left=KEY_LEFT
		cursor right=KEY_RIGHT
		
All keys must be defined in the setup or the game will refuse to play.