u/lollipop-guildmaster

▲ 11 r/nethack

I'm coming back to the game after a hiatus of several years, and was thrilled to discover that 5.0.0 had just been released. (Slightly less thrilled when I found a unicorn horn, immediately started eating every poisonous thing in sight, only to discover horns don't heal stat reductions anymore...)

I was just wondering if there's a way to change water/lava back to the double tildes instead of brackets, and fountains to that weird candy cane shape, also instead of brackets (example below). It's just what I'm used to, and I much prefer it.

Thank you!

https://preview.redd.it/fcs20srz0uzg1.png?width=652&format=png&auto=webp&s=9406defc43c73ba55068f26ae192a6ae3a6f2dbe

reddit.com
u/lollipop-guildmaster — 6 days ago

I'm trying to create a batch file that will convert all .ape files in a directory to .flac.

for %%f in (*.ape) do ffmpeg -i "%%f" "%%f.flac"

This works, except test.ape becomes test.ape.flac. What would I use to have the output be test.flac?

reddit.com
u/lollipop-guildmaster — 16 days ago