Difference between revisions of "SlashTHEM"

From NetHackWiki
Jump to navigation Jump to search
m (Availability: white lines)
(Compiling in Ubuntu variants: some fixes)
Line 39: Line 39:
 
"gedit ./src/makefile"
 
"gedit ./src/makefile"
  
comment out line 340
+
Comment out line 340. This "WINTTYLIB = -ltermlib", should become this "#WINTTYLIB = -ltermlib".
This "WINTTYLIB = -ltermlib"
 
should become this "#WINTTYLIB = -ltermlib"
 
  
uncomment line 339
+
uncomment line 339. This"#WINTTYLIB = -lncurses", should become this "WINTTYLIB = -lncurses". And don't forget to save.
this"#WINTTYLIB = -lncurses"
 
should become this "WINTTYLIB = -lncurses"
 
  
don't forget to save.
+
*Now compile and install. The command will also create a sloppy package:
 
 
*Compile and install. The command will also create a simple package:
 
  
 
"make ; sudo checkinstall"
 
"make ; sudo checkinstall"

Revision as of 17:10, 18 April 2015

SLASHTHEM (github page) is a variant of Slash'EM Extended version 75 currently maintained and deved by Soviet5lo. It's name is short for “Super Lotsa Added Stuff Hack—The Heavily Extended Mod”.


Primary changes

Warning! The content of this section is a result of talking with the dev, and does not represent actual experience playing the game.


According to Soviet5lo, the primary changes are “At the moment more artifacts, toning down roles/races, and restoring the balance back to around Slash'EM levels.”


Availability

It is currently playable at the nethack.xd.cm server, simply type ssh nethack@nethack.xd.cm or use putty if on windows. Apparently, it's not as hard to compile on *nix as Slash'EM Extended, so compiling at home is more feasible.

Compiling in Ubuntu variants

Here how to compile it on Ubuntu variants, and probably other Unix systems.

  • Install what you'll need:

"sudo apt-get install libncurses5-dev bison flex checkinstall make"

  • Create the slashemthem directory and move in it:

"mkdir slashemthem ; cd slashemthem"

  • Download the source files from the server:

"git init ; git pull 'https://github.com/Soviet5lo/SlashTHEM'"

  • Run the setup script

"chmod 100 ./sys/unix/setup.sh ; ./sys/unix/setup.sh"

  • A minor edit in the makefile

"gedit ./src/makefile"

Comment out line 340. This "WINTTYLIB = -ltermlib", should become this "#WINTTYLIB = -ltermlib".

uncomment line 339. This"#WINTTYLIB = -lncurses", should become this "WINTTYLIB = -lncurses". And don't forget to save.

  • Now compile and install. The command will also create a sloppy package:

"make ; sudo checkinstall"

  • Easy uninstall with your regular package manager.

Ancestors

NetHack 3.2 NetHack-- SLASH Slash'EM Slash'EM Extended
0.01–0.75 →
Slash'EM Extended
0.76–2.60
NetHack Plus
Wizard Patch SlashTHEM
NetHack 3.33.4 NetHack 3.63.6.4

External links



This page is a stub. Should you wish to do so, you can contribute by expanding this page.