public
Description: An isometric graphical interface for the games NetHack and Slash'EM
Homepage: http://clivecrous.lighthouseapp.com/projects/11282/home
Clone URL: git://github.com/clivecrous/vultures.git
Click here to lend your support to: vultures and make a donation at www.pledgie.com !
Added a note within the config file about where the user should have found this 
file as well as where to find the other incarnations of itself. [#67 
state:resolved]
clivecrous (author)
Mon Nov 17 23:02:53 -0800 2008
commit  8507be09b3065a88af6f62e977fc7719b50246b7
tree    7b3f2bb330654b8075228d21f3c0dcd691ea777d
parent  495bace82452c7349cfd80ea16f16f6f1eca7a1c
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,4 +1,22 @@
0
 % vultures.conf
0
+%
0
+% ****************************************************************************
0
+% *                              --- NOTE ---                                *
0
+% * If you found this file in the Vulture's data directory then you are      *
0
+% * editing the WRONG file! The one in the data directory is a template for  *
0
+% * new user configurations. Look in your home/user directory instead.       *
0
+% ****************************************************************************
0
+%
0
+% In unixes
0
+%  $HOME/.vultures/vultures.conf
0
+%  eg: /home/<user>/.vultures/vultures.conf
0
+% 
0
+% In windows
0
+%  $APPDATA$\Vultures\vultures.conf
0
+%  eg: C:\Documents and Settings\<user>\Application Data\Vultures\vultures.conf
0
+% 
0
+% ****************************************************************************
0
+%
0
 % This file contains game options for NetHack - Vulture's Eye.
0
 % You can modify this file to customize the game interface
0
 % to suit your preferences.

Comments