Difference between revisions of "Talk:Tileset"

From NetHackWiki
Jump to navigation Jump to search
(explain how I generated the imagemap stuff.)
 
m (Text replace - "bilious.homelinux.org" to "bilious.alt.org")
Line 1: Line 1:
I generated the imagemap links automagically, and copy'n'pasted selected lines from the output. See [http://bilious.homelinux.org/~paxed/nethack/nhsshot/tilewikilink.php the output] and [http://bilious.homelinux.org/~paxed/nethack/nhsshot/tilewikilink.php.txt the code to generate it]. The "tilenames.txt" required by it was generated also automagically from the NetHack source by doing the following in <tt>win/share/</tt> -directory (on a linux box):
+
I generated the imagemap links automagically, and copy'n'pasted selected lines from the output. See [http://bilious.alt.org/~paxed/nethack/nhsshot/tilewikilink.php the output] and [http://bilious.alt.org/~paxed/nethack/nhsshot/tilewikilink.php.txt the code to generate it]. The "tilenames.txt" required by it was generated also automagically from the NetHack source by doing the following in <tt>win/share/</tt> -directory (on a linux box):
  
 
  grep -h ^# monsters.txt objects.txt other.txt | cut -d'(' -f2- | sed -e 's/)$//'
 
  grep -h ^# monsters.txt objects.txt other.txt | cut -d'(' -f2- | sed -e 's/)$//'
  
 
--[[User:Paxed|paxed]] 11:50, 24 May 2008 (UTC)
 
--[[User:Paxed|paxed]] 11:50, 24 May 2008 (UTC)

Revision as of 14:30, 30 September 2011

I generated the imagemap links automagically, and copy'n'pasted selected lines from the output. See the output and the code to generate it. The "tilenames.txt" required by it was generated also automagically from the NetHack source by doing the following in win/share/ -directory (on a linux box):

grep -h ^# monsters.txt objects.txt other.txt | cut -d'(' -f2- | sed -e 's/)$//'

--paxed 11:50, 24 May 2008 (UTC)