We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the default symset for nethack android is DECGraphics.
how can I change it to IBMGraphics_1?
I tried tinkering with the options file, changing OPTIONS=DECGraphics to OPTIONS=IBMGraphics_1 but it doesn't work.
OPTIONS=DECGraphics
OPTIONS=IBMGraphics_1
also, on a slightly different but related note, SYMBOLS=S_water:} doesn't work on DECGraphics
SYMBOLS=S_water:}
The text was updated successfully, but these errors were encountered:
This will work: OPTIONS=symset:IBMGraphics_1. And make sure to remove the DECGraphics option.
OPTIONS=symset:IBMGraphics_1
Not sure why changing S_water doesn't work, I'll have to look it up.
Sorry, something went wrong.
No branches or pull requests
the default symset for nethack android is DECGraphics.
how can I change it to IBMGraphics_1?
I tried tinkering with the options file,
changing
OPTIONS=DECGraphics
toOPTIONS=IBMGraphics_1
but it doesn't work.also, on a slightly different but related note,
SYMBOLS=S_water:}
doesn't work on DECGraphicsThe text was updated successfully, but these errors were encountered: