Most active commenters
  • pvaldes(4)
  • Natsu(4)
  • eru(3)

←back to thread

385 points colinprince | 25 comments | | HN request time: 1.348s | source | bottom
Show context
ternus ◴[] No.32253691[source]
Context, for non-Nethack players:

Nethack is one of the original "roguelikes," back when that meant a text-console game based on `rogue`. It's an RPG where your character kills monsters, picks up loot, and descends into the dungeon. If you die, that's it -- you can't just load a save; you have to start all over. It's legendarily unforgiving.

In Nethack, most (all?) roles start with a pet, e.g. a puppy or a kitten. In the early game, your pet is often stronger than you; it follows you, fights monsters, etc. It's useful in many ways beyond fighting: it won't walk over a cursed item, it can "fetch" items from stores without angering the proprietor, and so on. Your pet gains experience and levels up (puppy -> dog -> large dog), and after a certain point you're prompted to give your pet a name.

The message "You have a sad feeling for a moment, then it passes" is displayed when your pet dies while out of sight. It's pretty difficult to keep your pet alive all through the endgame, so much like any real-life pet owner, there will come a time where you have to say goodbye, one way or the other.

replies(9): >>32253919 #>>32254098 #>>32254450 #>>32256746 #>>32256771 #>>32257062 #>>32257230 #>>32259944 #>>32261296 #
1. pvaldes ◴[] No.32257062[source]
And then you find another little kitten in the next level that you (C)all "Falling rock trap III"

> If you die, that's it -- you can't just load a save; you have to start all over. It's legendarily unforgiving.

Ehum...

( $ cp -r /var/games/glhack/saves/1000user /home/user )

( ...suddenly a wild fire ant called Rita appears )

( # cp -r /home/user/1000user /var/games/glhack/saves/ )

( # chown -R user:games /var/games/glhack/1000user )

( $ echo "muahahaha im alive, stupid fire ant" | glhack )

( Pssst, Don't tell it to anybody )

replies(3): >>32258082 #>>32258563 #>>32260642 #
2. semitones ◴[] No.32258082[source]
Well, technically you're no longer playing nethack. You're playing a new game, comprised of nethack and cp.
replies(2): >>32258129 #>>32258247 #
3. thechao ◴[] No.32258129[source]
> Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new "features".

-- Doug McIlroy

4. pvaldes ◴[] No.32258247[source]
And it feels so good...

Nethack is notoriously unfair with the player, and not a really winnable game. The player can be killed at any moment without allowing a single defensive move. If I think that the game was cheating, I act accordingly.

The other option is the exploring mode (X), when you can't be killed, but I find that is boring.

replies(8): >>32258334 #>>32258359 #>>32258440 #>>32258560 #>>32258590 #>>32258592 #>>32258601 #>>32260531 #
5. tubs ◴[] No.32258334{3}[source]
The game is notoriously fair, given the fact there are players who have runs of some hundred ascension or so.
6. linuxlizard ◴[] No.32258359{3}[source]
I hacked the code, built my own version so I wouldn't take damage. I still kept dying of starvation. That game does not mess around.
replies(2): >>32260249 #>>32260543 #
7. Natsu ◴[] No.32258440{3}[source]
Oh it is a winnable game, I ascended several times after reading a lot of detailed spoilers. You just need a lot of strategy (and spoilers) or an early wand of wishing. Preferably both.

Neutral Wizard blessed PYEC, blessed Orb of Fate, blessed magic marker, +3 blessed greased SDSM, BoH, +3 fireproof speedboots, +3 greased fireproof cloak of magic resistance, write out +ID, ?charging, get your Magicbane or better Greyswandir, etc.

replies(2): >>32260536 #>>32262919 #
8. jankins ◴[] No.32258560{3}[source]
> not a really winnable game

It’s totally winnable! The player almost always has a chance to avoid death. Deaths are usually due to missing knowledge or laziness/impatience. The knowledge is really really hard to gain without wikis, and I absolutely wouldn’t have ascended without wikis, but reading them added another layer of fun for me.

9. ternus ◴[] No.32258563[source]
Oh, sure: https://nethackwiki.com/wiki/Save_scumming I wrote "nhsave" and "nhload" scripts when I was a kid and didn't know you weren't supposed to do this ("they didn't include a save/load function? how dumb").

Edit: If you really want this, you can always enter explore mode (e.g. with `nethack -X`), which makes death optional. It doesn't make the rest of the game any easier, though.

10. klyrs ◴[] No.32258590{3}[source]
It's perfectly fair. Merely unforgivingly difficult (I've never quite gotten my hands on the actual amulet). You can always read the source.
11. handoflixue ◴[] No.32258592{3}[source]
> The player can be killed at any moment without allowing a single defensive move.

Technically true, but there are always moves you could have done prior to avoid being in that situation. Part of the game is knowing what protections you need to have before advancing deeper into the dungeon.

replies(1): >>32259355 #
12. GolfPopper ◴[] No.32258601{3}[source]
>not a really winnable game

Um, it's quite winnable. It's much easier to win once you've been thoroughly spoiled (either via investing a large amount of playtime or reading spoilers), but it's quite possible to Ascend (win) through extensive preparation and brute force. The number of truly unavoidable, single-move deaths, particularly in the mid-to-late game is a very tiny part of the whole gamespace (as witnessed by the many, many players who win without anything more than knowledge of the game). And wearing an Amulet of Life Protection will save you from most of those.

Veteran players (at least, back when there was Usenet), would regularly refer to Yet Another Stupid Death (YASD), called such not because it was unavoidable, but because it was avoidable if the player had not made an easily avoidable mistake.

13. phonepostingsux ◴[] No.32259355{4}[source]
With the exception of the legendary early gnome with a wand of death - sometimes the game just hates you.
replies(1): >>32259718 #
14. cwillu ◴[] No.32259718{5}[source]
Some players just need killing.
15. omegaham ◴[] No.32260249{4}[source]
You can #pray for your god to fill your stomach if you are Weak or worse.
replies(1): >>32260454 #
16. praptak ◴[] No.32260454{5}[source]
Gods are notoriously stupid though when "helping" you. C'mon Thoth, uncursing of the stupid boots? I'm dying of hunger here!
17. eru ◴[] No.32260531{3}[source]
Huh? I've ascended quite a few times, and I am soo far from being the best player.

It's totally winnable. It's your job as a player to avoid getting into situations where you don't have 'a single defensive move'.

(It's not the best game ever, nor is it the most fair game ever. True. But almost all games of Nethack are winnable, if you are careful enough and learned enough about the game.)

If ascended a tourist and a healer and an archaeologist and quite a few of the easier classes, too.

18. eru ◴[] No.32260536{4}[source]
Wizard isn't even the easiest class to ascend.

Wizard just has perhaps the easiest endgame, but that part tends to be easy enough with any class for a well-spoiled player. Wizards have a relatively hard early game.

replies(1): >>32269804 #
19. eru ◴[] No.32260543{4}[source]
Just play in explore mode?
20. andreareina ◴[] No.32260642[source]
Somebody is trying some trickery here...
21. pvaldes ◴[] No.32262919{4}[source]
> "It seems that you are having a hard time eating this yeti corpse? stop eating?"

No

> "You choke on your food and die after 20200 moves"

> "It seems that you are having a hard time eating this dragon corpse? stop eating?"

Hum... yes?

"You choke on your food and die after 40678789 moves"

Well, this is simply ridiculous.

In the last 20 years playing nethack, consulting the oracle, reading the wiki, and learning, I reached gehennon... once. This is like the 30% of the game or so. Don't even reached a quest. After a while, solving sokoban and gnome mines by the 800 time is just... meh; Wesnoth is better.

The game would greatly benefit of something like: You lose 70 of your 71 points just descending the stairs into a bones level and become stressed, unable to move and surrounded by enemies. This is your last point, do you want to try something?

replies(1): >>32269840 #
22. Natsu ◴[] No.32269804{5}[source]
Yeah, but they're the best for ascending an early !oW I think.
23. Natsu ◴[] No.32269840{5}[source]
If that's what is killing you every time, then get a blessed tinning kit and stop eating random corpses like that. Or at least wear an amulet of magical breathing while you eat.

Or if you want to be really fun, polymorph into a Xorn or whatever and eat a few amulets of magical breathing to gain it as an intrinsic.

https://nethackwiki.com/wiki/Amulet_of_magical_breathing

Generally just go through your death list and find what is killing you then look at how to avoid that. Eating random corpses late game is pretty much always a mistake, you should have normal food to rely on in your bag of holding and a blessed tinning kit from the mines for intrinsic granting corpses.

replies(1): >>32270498 #
24. pvaldes ◴[] No.32270498{6}[source]
Well, is a long list...

I think that I was even killed by a lichen once

replies(1): >>32271710 #
25. Natsu ◴[] No.32271710{7}[source]
Yes, there are a ton of ways to die. Part of making an ascension kit is checking them off one by one. You can see that my wizard would have reflection, MR, grease to avoid mindflayers and drowning monsters (though blessed ?geno on LhV; makes life much easier), etc. Naturally I'd use that blessed magic marker to write every spellbook, the PYEC can recharge all the things and I take half damage. If I get Greswandir from sacrificing, I can get up to basic proficiency, otherwise I'd best stick with magicbane which is easy to get.

Get your levels up, your stats up, your resists covered and it's mostly just a slog at the end because turns take forever when 30 monsters want a piece of you.