Skip to content

kettek/mangband

 
 

Repository files navigation

 Both mangband and mangclient binaries rely on "lib dir" - a directory
 with all the game data.

 First, they'll look for the ANGBAND_PATH environment variable,
 then they'll try the PKGDATADIR constant, then the directories
 specified in config files (.mangrc and mangband.cfg).
 
 PKGDATADIR is usually defined by system and ammounts to something 
 like "/usr/local/games/mangband", if you want to run mangband
 from the 'current' directory, that path is not for you.
 
 ANGBAND_PATH can be used to select any directory in this manner:

	ANGBAND_PATH=./lib ./mangband
	ANGBAND_PATH=./lib ./mangclient

  Config file directives consist of "LibDir" in ".mangrc" (for client)
  and "EDIT_DIR", "DATA_DIR", "SAVE_DIR", "BONE_DIR" , "HELP_DIR" in
  "mangband.cfg" (for server). Those overwrite any other paths. 

About

A free online multi-player realtime roguelike game based on Angband

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.9%
  • C++ 2.2%
  • Shell 0.4%
  • NSIS 0.3%
  • Makefile 0.1%
  • HTML 0.1%