nhmall
nhmall
I noticed, when looking at some of your modifications, that you redeclared some fields that had been declared using the **Bitfield** macro: ``` --- a/include/config.h +++ b/include/config.h @@ -490,8 +490,9...
Workshopping that a little bit further, suppose the message was describing a family member, perhaps your brother named John. ``` interior of the John interior of a John interior of...
If the choices are all grammatically correct, then perhaps this does become a personal preferences discussion. You know what that means for NetHack, right? - someone's preference wins, and those...
I haven't had success reproducing this after a few attempts using the information provided. Is a savefile with this situation available, by any chance? _Edit: [see next comment]_
I may have just had some success on reproducing it as follows: 1. In main inventory, keep adding gold in increments until you become encumbered. 2. Drop the gold from...
There are some prerequisites needed: See https://github.com/NetHack/NetHack/commit/55561da637a565bfda0e5fab0f52e6329b939087 On your setup, this might take care of installing the prerequisites: ``` sudo apt update sudo apt install libncurses-dev flex bison ```
How did you start the command prompt that you are using? The simplest way to set things up is to use one of the shortcuts that Visual Studio provides from...
If you're using powershell, does doing this prior to starting your build help? ``` & 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1' ```
Despite your custom folder that you've installed Visual Studio in, do you still have vswhere.exe located at this location? "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" For instance, does this work? `"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"...